Hi, I have ultragrid that can be grouped by its column.
How can I loop through selected row (specific grouped row) and navigate its childbands?
Currently, my code goes like this:
var rows = Mygrid.Rows.GetRowEnumerator(GridRowtype.DataRow, null, null);
foreach(UltraGridRow childRow in rows)
{
string text = childRow.Cells["ItemToGet"].Value.ToString();
}
Hello,
I am checking about the progress of this issue. Please let me know If you need any further assistance on this.
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.