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.
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.