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

GridView DataGroup.Expand changed in SP2

1 Answer 69 Views
Documentation
This is a migrated thread and some comments may be shown as answers.
erwin
Top achievements
Rank 1
Veteran
Iron
erwin asked on 22 Jan 2009, 11:01 AM
Apparently, Expand has changed from a boolean Property to a Method.
Should be noted as breaking change in the Release Notes.

this.grid.MasterGridViewTemplate.Groups[i].Expand=true;

is now

this.grid.MasterGridViewTemplate.Groups[i].Expand();



1 Answer, 1 is accepted

Sort by
0
Jack
Telerik team
answered on 23 Jan 2009, 06:35 PM
Hello erwin,

You are correct. Thank you for reporting this. We moved its functionality to the Expand and Collapse methods of the DataGroup. You could use also the IsExpanded property of the GridViewGroupRowInfo. We will update our documentation shortly. I have added points to your account for the suggestions.

Do not hesitate to contact us, if you have any other questions.

Sincerely yours,
Jack
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Documentation
Asked by
erwin
Top achievements
Rank 1
Veteran
Iron
Answers by
Jack
Telerik team
Share this question
or