Hi
Column resizing is not working properly – i would like the column to resize to the exact spot of the vertical line before mouse button release
I used Fixed width for all of my columns but when i try to resize any column it is not coming to the position where i dropped my mouse pointer.I remain in the posistion without changing. I used the following properties too for column resize.
<ClientSettings>
<Resizing AllowColumnResize="True" AllowRowResize="false" ResizeGridOnColumnResize="false"
ClipCellContentOnResize="true" EnableRealTimeResize="false" />
</ClientSettings>
I also used the above properties through dynamic code.But no use..
regards,
Appy
Column resizing is not working properly – i would like the column to resize to the exact spot of the vertical line before mouse button release
I used Fixed width for all of my columns but when i try to resize any column it is not coming to the position where i dropped my mouse pointer.I remain in the posistion without changing. I used the following properties too for column resize.
<ClientSettings>
<Resizing AllowColumnResize="True" AllowRowResize="false" ResizeGridOnColumnResize="false"
ClipCellContentOnResize="true" EnableRealTimeResize="false" />
</ClientSettings>
I also used the above properties through dynamic code.But no use..
regards,
Appy