Hello
i use from rad 2008 Q2
my grid code is
aspx
but row indicator not shown
thanks
Ali
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