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

RowIndicatorColumn not show

1 Answer 76 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Javad Davari
Top achievements
Rank 1
Javad Davari asked on 05 Oct 2009, 06:19 AM
Hello

i use from rad 2008 Q2

my grid code is
aspx
<rad:RadGrid ID="RadGrid1" runat="server" PageSize="20" Width="500px" AllowPaging="True" 
                            OnNeedDataSource="RadGrid1_NeedDataSource" ItemStyle-Wrap="false" AllowSorting="true" > 
                            <MasterTableView  > 
                                <RowIndicatorColumn Display="true" Visible="true">  
                                    <HeaderStyle Width="20px"></HeaderStyle> 
                                    <ItemStyle Width="20px"></ItemStyle> 
                                    <FooterStyle Width="20px"></FooterStyle> 
                                </RowIndicatorColumn> 
                                <ExpandCollapseColumn> 
                                    <HeaderStyle Width="20px"></HeaderStyle> 
                                </ExpandCollapseColumn> 
                            </MasterTableView> 
                        </rad:RadGrid> 

but row indicator not shown

thanks
Ali

1 Answer, 1 is accepted

Sort by
0
Tsvetoslav
Telerik team
answered on 07 Oct 2009, 09:51 AM
Hi Javad,

The row indicator column is displayed when the you have set ClientSettings.Resizing.AllowRowResize to true.

Regards,
Tsvetoslav
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Grid
Asked by
Javad Davari
Top achievements
Rank 1
Answers by
Tsvetoslav
Telerik team
Share this question
or