I have an issue with resize of column say I have 4 columns and the grid’s width is set to 100%.
I want all the columns to have same width when page loads so I calculate the width and provide same width to all the columns so that it looks neat.
Now when I resize one column rest of the columns don’t resize automatically.
So when i decrease the width of one column rest of the columns don’t increase automatically and the width of grid drops below 100%.
And when i increase width of one column grid width goes above 100%
This doesnot happen when I don’t set any fixed width to columns. In that case when I increase or decrease the width rest of the columns adjust accordingly.
Is there any way to get column width to be same when columnsresize is set true.
I tried to set same width using “setcolumnproperty” and also while initializing columns.
If I don’t want to use min width for this as in that case resizing below that width is not hapenning