I have a table with 3 tds, 1st td with 1% width and a image button control(Pin image) in it. 2nd with 98% and DevExpress GridView in it and the 3rd is also 1% width and a image button control.
When the user clicks on the Pin image, I do change Grid's Td width to 79% but the Grid's width do not resize accordingly until I re-size any column in the grid.
After manually resizing a column the grid is adjusted to the TD's width.
I do not want to manually do that action instead it should be done programmatically while I click image button control which is in other TD.
Try calling ASPxClientGridView.AdjustControls after changing Td width.