How do I turn off column grouping in an ultra grid?
Thanks
Hello Apalcer,
Have you been able to resolve your issue ? If you still have any concerns or questions I will be glad to help. If you need any additional assistance don’t hesitate to ask.
Regards
Maybe one possible way to achieve this behavior is to set property for example:
ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.Vertical;
Please let me know if you have any questions.