HI,
I have a problem in hiding the column. The column width is not ajudged properly. I used the Fixed table width and also uses following resizing properties.
I have a problem in hiding the column. The column width is not ajudged properly. I used the Fixed table width and also uses following resizing properties.
| <ClientSettings AllowColumnHide="True" AllowRowHide="True" AllowColumnsReorder="True" |
| ReorderColumnsOnClient="True"> |
| <Resizing EnableRealTimeResize="True" ResizeGridOnColumnResize="True" AllowColumnResize="true" |
| ClipCellContentOnResize="false"></Resizing> |
| </ClientSettings> |
Example: I have three columns, after hidng the first column from the grid the second column width and text is wrapped ir shrinked. The long line wrapped by two line with the dot marks at the end.Other columns is seemed ok. So i am not getting the exact width after hiding.
-Thanks