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
1612
UltraCombo filtering - disappear after moment
posted
Using ultracombo in one of my grid's cells. Combo has filtering turned on and filter icons displayed properly on headers But when I'm clicking on the combo's filter's icon it displays filter list for miliseconds and collapses it back. Have you an idea what is wrong? Thanks Maciej
Parents
No Data
Reply
  • 469350
    Offline posted

    Hi,

        That sounds like a bug to me. But if I may ask, why are you using an UltraCombo? You can report this to Infragistics Developer Support here:

        Submit a Support Issue      

        The best way to add a dropdown list to a grid cell/column is to use an UltraDropDown control and assign it to the ValueList property of the column. You might want to try that and see if it works any better.


Children