Hi,
I am trying to create GUI's with UltraGrid as shown in attachment. I tried using Group By but it does not give me the desired results as we can not set data in the group By row as per columns in grid like e.Row.Cells["Col"].Value in the GroupRowinitialize event, i.e. it is not really a row from grid and we can only set decription. Please suggest ways in which we can achive this GUI.
Cheers,
SK
Hi SK,
I'm not sure I understand your question. Which part of this are you having trouble with? In the screen shot you have here, the GroupByRows have only a single string of text. So why can't you do that using the Description property of the GroupByRow?
Well i was not referring to the group by row at top level but one at level2 which has a check box. I managed to do this using 1 group by and 2 bands i.e. Dataset with parent child relationship between 2 tables. so level 1 is a group by abd level 2 is Multiband dataset. Thanks for replying.