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
505
Customize GroupByRow
posted

I want to be able to customize the GroupByRow by adding the value of this group, and a indicator based on the rows in the group and finally display in a particular format. I think I need to do it in ultraGrid1_InitializeGroupByRow().  It looks like this:

  Account Id: 123900  VIP     Cash     <--- accout Id column is hidden in the rows, but how do I receive this value to use
     row 1                                          <--- how to retrieve the info in teh underneath group
     row 2
     row 3
 Account Id: 124500  Regular Credit
     row 1
     row 2