Hi,
I have an issue about AJAX telerik grid control.
I am using <telerik:GridTemplateColumn and
I have set the width of select column 22px in the following code.
It looks good. but when i check select column or checkbox and edit the row in the grid.
The width of the <telerik:GridClientSelectColumn > get changed and looks odd.
please advice me how can I freez the width of the select column.
Thanks
Tarun
I have an issue about AJAX telerik grid control.
I am using <telerik:GridTemplateColumn and
<
telerik:GridClientSelectColumn >
in the aspx page.
I have set the width of select column 22px in the following code.
<telerik:GridClientSelectColumn >
<HeaderStyle Width="22px"></HeaderStyle>
<ItemStyle Width="22px" />
</telerik:GridClientSelectColumn>
It looks good. but when i check select column or checkbox and edit the row in the grid.
The width of the <telerik:GridClientSelectColumn > get changed and looks odd.
please advice me how can I freez the width of the select column.
Thanks
Tarun