I have a problem similar to this post: http://www.telerik.com/community/forums/thread/b311D-mcdgk.aspx
I have a project that uses a date (4/18/08) for a value that they search on. In the combobox with loadondemand enabled when you type the / the combobox gets stuck in a continuous loop.
The loadondemand works for all other texts that we have tried. If you just type the 4 from the value above (4/18/08) it will pull all values starting with 4. When you add the / the values disappear and the loading message shows.
Another problem we have is items with spaces. If a user looks up a last name of De Lilla the results will not show anything. If you just type in De and wait for those results to show up and then type in the space and Lilla it will then filter the remaing results to the correct name.
Any ideas on what I need to do to fix these two problems?
Thanks
-Brent
I have a project that uses a date (4/18/08) for a value that they search on. In the combobox with loadondemand enabled when you type the / the combobox gets stuck in a continuous loop.
The loadondemand works for all other texts that we have tried. If you just type the 4 from the value above (4/18/08) it will pull all values starting with 4. When you add the / the values disappear and the loading message shows.
Another problem we have is items with spaces. If a user looks up a last name of De Lilla the results will not show anything. If you just type in De and wait for those results to show up and then type in the space and Lilla it will then filter the remaing results to the correct name.
Any ideas on what I need to do to fix these two problems?
Thanks
-Brent