This is a migrated thread and some comments may be shown as answers.

[Solved] Problem in freezing the width of the Select Column in telerik grid

1 Answer 62 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Tarun Tomer
Top achievements
Rank 1
Tarun Tomer asked on 15 Apr 2009, 08:32 AM
Hi,

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


1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 16 Apr 2009, 09:47 AM
Hi Tarun,

I am not sure about what is causing this issue. Can you check whether setting TableLayout to fixed will solve the issue.

ASPX:
 
 <MasterTableView  TableLayout="fixed"   > 
           


Shinu
Tags
Grid
Asked by
Tarun Tomer
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or