Hi
I want a small clarification on one of the use case related to Excel Library.
I want to know how we can Add the GroupedRows functionality for Row, Which we can expand by clicking on + icon.
So, for this I need to know how can we achieve that.
Hoping for a positive response.
Thanks!!!
Hi, I am glad this worked for you. Try setting the Hidden property on the WorksheetRow object as explained in this thread:
www.infragistics.com/.../how-do-i-expand-collapse-a-row-or-column-s-outlinelevel
Hello Michael,
Thanks for your response.
This is working as expected.
I want small clarification, by using the outlineLevel property the grouping is Expanded by default In the Excel sheet is there any property to set the grouping Collapse by default, in the excel sheet.
Thanks.
To collapse rows 6, 7, and 8 under row 5 you just have to set this.
Please let us know if there is any update on this.
I want a small clarification on the OutlineLevel property.
I have set ws.rows(5).outlineLevel = 1; So it is creating Expand collapse option at 5th row In Excel Sheet, So here I want that this Expand and Collapse option at 5th row should work for next 3 row in Excel sheet that will be 6th,7th,8th in this case. So I can Expand and collapse 6th, 7th and 8th row by clicking on the option.
Basically I want to know, How can I define that for next how many rows this Expand Collapse should work.
For this I want to know how can I achieve this.
Hoping for positive response.