Hello,
I have a very common problem that I have seen referred to multiple times in this forum.
My RadComboBox (Q1 2011) has several thousand items in it, and opening the dropdown is very sluggish and sometimes unusable. Using the VirtualizedStackPanel allows the dropdown to run blazing-fast, but of course I lose the ability to filter (as documented and mentioned in other forum posts).
The problem is that it is absolutely crucial that I'm able to perform filtering and have the speed provided by the VirtualizedStackPanel. All forum replies are unclear as to whether you plan on supporting this in the future. In the meantime, I was hoping that you could point me to a reasonable solution.
I did find a solution deep in your documentation that went so far as to use some kind of Google search provider, but the implementation was very involved.
Is there a simple way to mimick filtering behavior with a VirtualizedStackPanel? I'm open to just about anything at this point.
Thanks for your time,
Jon
I have a very common problem that I have seen referred to multiple times in this forum.
My RadComboBox (Q1 2011) has several thousand items in it, and opening the dropdown is very sluggish and sometimes unusable. Using the VirtualizedStackPanel allows the dropdown to run blazing-fast, but of course I lose the ability to filter (as documented and mentioned in other forum posts).
The problem is that it is absolutely crucial that I'm able to perform filtering and have the speed provided by the VirtualizedStackPanel. All forum replies are unclear as to whether you plan on supporting this in the future. In the meantime, I was hoping that you could point me to a reasonable solution.
I did find a solution deep in your documentation that went so far as to use some kind of Google search provider, but the implementation was very involved.
Is there a simple way to mimick filtering behavior with a VirtualizedStackPanel? I'm open to just about anything at this point.
Thanks for your time,
Jon