Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
550
Have to create the GUI with UltraGrid as shown in Attachment
posted

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

Parents
No Data
Reply
  • 469350
    Offline posted

    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? 

Children