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
3914
UltraCombo with groupBy
posted

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

Parents
  • 53790
    Verified Answer
    posted

    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

     

Reply Children