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
1995
Summary Position
posted

Mike,

I am using Infragistics v11.2 service release 2004. I have a requirement in the summary column positions. I attached the screen shot below :

 As like in the screen shot, i have to fix the summary caption in the first column of grid. And the summary values should be post in the position as shown above. (Minimum value should post in the straight line of Minimum caption ,lik that)

Is there any property to set the position to summaries.

Now i handled it by adding empty summary rows in the "Grid_Aftersummarydialog" event. I attached the source for your reference.

Is there any simple method to arrive this? Guide me.

 

Balance Sheet VB.zip
  • 469350
    Offline posted

    Hi, 

    There is no way to do this via the grid's properties. The only way to achieve something like this would be to use a CreationFilter to directly manipulate the UIElements. It would not be a trivial undertaking, though.

    I think you would have to add all 5 summaries to each of the columns, then use the CreationFilter to create the labels on the left and remove the summaries that you did not want displayed.