Hi, Is there any mechanism in Ultragrid to expand all child rows inside a Groupbyrow when I click on "+" sign of the Ultragroupby row.Please do reply as I am wondering how to achieve this?
Hello,
Isn't my solution good enough for you? Or you wanted something different?
Please, if possible, share your code so the other community members could benefit from this thread as well, we will appreciate this.
Anyway thanks to infragistics team. I found the solution using relation concepts
Could you please review the sample attached to this post and see if it meets your requirements.Please feel free to let me know if I misunderstood you or if you have any other questions.
Yes correct . Kindly prove sample code for that.
Sutha,
You could do this by using the 'AddNew()' method on the band. Here is an example:
ultraGrid1.Rows[0].ChildBands[0].Band.AddNew();