Hi,
I try to expand only specific rows.
I bind data myself and in the binding function, I try to do : row.IsExpanded = true;
But it don't work...
I tried "row.Group.HeaderRow.IsExpanded = true;" and it expand only the first GroupBy.
I have four GroupBy expressions and some rows must be expanded.
Thanks for your help.
I try to expand only specific rows.
I bind data myself and in the binding function, I try to do : row.IsExpanded = true;
But it don't work...
I tried "row.Group.HeaderRow.IsExpanded = true;" and it expand only the first GroupBy.
I have four GroupBy expressions and some rows must be expanded.
Thanks for your help.