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

RowIndicatorColumn & ExpandCollapseColumn

1 Answer 371 Views
Grid
This is a migrated thread and some comments may be shown as answers.
STEVEN
Top achievements
Rank 1
STEVEN asked on 16 Jul 2011, 09:06 AM
Hi,

I would like to inquire on what are these 2 items and some demo on how to make use of them.
I tried to use the HeaderStyle Width="100px" for both of them, just to learn what are these 2 elements but to no avail.

And this: <ClientSettings EnableAlternatingItems="true">
What is this for? It doesn't seem to make any difference to the appearance, unlike <telerik:RadGrid ID="MyRadGrid" runat="server" AlternatingItemStyle-BackColor="AliceBlue"


Please advise.

Thanks

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 18 Jul 2011, 05:37 AM
Hello Steven,

The EnableAlternatingItems property disables the zebra effect by setting the ClientSettings -> EnableAlternatingItems property of the grid to false  for the skins which have different styling for normal/alternating rows.

I hope this documentation gives you a clear idea on the RowIndicator column and ExpandCollapse column.
Column Types.

Thanks,
Shinu.
Tags
Grid
Asked by
STEVEN
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or