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

Grid Client Select Checkbox Cut off, which style?

1 Answer 50 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Fred
Top achievements
Rank 1
Fred asked on 19 May 2010, 03:58 PM
Does anyone know which style I need to adjust to fix this overlapping or cut off?
I've increased the width of the grid to more then enough room.. 

See picture.

The <telerik:GridClientSelectColumn ItemStyle-Width="10px"  ItemStyle-CssClass="checkboxadjust" HeaderText="Select All" />
Column seems to get cut off from the ItemTemplate

<telerik:RadGrid ID="gvClaimsToPickToAssociate"  
                                                    AutoGenerateColumns="false"  
                                                    CssClass="AutoHeight" 
                                                    AllowSorting="true"  
                                                    AllowPaging="true" 
                                                    PageSize="25" 
                                                    GridLines="Both" 
                                                    ShowHeader="true" 
                                                    ClientSettings-Selecting-AllowRowSelect="true" 
                                                    AllowFilteringByColumn="false"  
                                                    AllowMultiRowSelection="true"  
                                                    SkinID="None"   
                                                    ShowFooter="false"  
                                                    ShowStatusBar="true" 
                                                    runat="server"  
                                                    Skin="Windows7" 
                                                    Width="875px"
                                                        <SelectedItemStyle  />  
                                                        <MasterTableView TableLayout="Fixed" DataKeyNames="ADMClaimID" > 
                                                        <Columns> 
                                                            <telerik:GridClientSelectColumn ItemStyle-Width="10px"  ItemStyle-CssClass="checkboxadjust" HeaderText="Select All" /> 
                                                        </Columns> 
                                                        <ItemTemplate> 
                                                            ....
                                                        </ItemTemplate> 
                                                    </MasterTableView> 
                                                    <ClientSettings AllowDragToGroup="true"
                                                        <Scrolling AllowScroll="true" UseStaticHeaders="true" /> 
                                                    </ClientSettings> 
                                                </telerik:RadGrid> 

1 Answer, 1 is accepted

Sort by
0
Accepted
Dimo
Telerik team
answered on 19 May 2010, 04:17 PM
Hello Fred,

You need a larger column width due to the cell paddings. In addition, column widths are set with HeaderStyle-Width, not ItemStyle-Width.

Regards,
Dimo
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Grid
Asked by
Fred
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or