Hi,
I have an UltraCombo within a GridCell and this UltraCombo has a column (named selected) for row selection with the following property set
_savedSimResCombo.CheckedListSettings.CheckStateMember = "Selected";
I want the user to be able to use the groupBy feature but for some reason even though I set the groupByBoxHidden = false, the GroupByBox is invisible.
Is this a bug in UltraCombo or am I missing something.
I am using Infragistics V11.2
Thanks
Sangeetha
Hi Sangeetha,
Maybe one possible approach to solve your task could be if you are using UserControl with desired functionality. I made small sample for you. Please take a look at the attached sample and video file for more details and let me know if you have any questions.
Regards
This is the video file