I am using the MinFilterLength property for filtering items in the RadDropDownTree. Assume the MinFilterLength property is set to 3.
If I now enter 3 characters, the results are filtered correctly. However, if I delete a character, the results are not reset.
How can I achieve this?
I searched online, and found a possible solution here: http://www.telerik.com/community/forums/aspnet-ajax/combobox/hide-disable-the-loading-text-on-itemsrequested.aspx.
However, RadDropDownTree does not have a OnClientItemsRequesting event. Which event can I use to achieve the same behavior?
Thanks.
If I now enter 3 characters, the results are filtered correctly. However, if I delete a character, the results are not reset.
How can I achieve this?
I searched online, and found a possible solution here: http://www.telerik.com/community/forums/aspnet-ajax/combobox/hide-disable-the-loading-text-on-itemsrequested.aspx.
However, RadDropDownTree does not have a OnClientItemsRequesting event. Which event can I use to achieve the same behavior?
Thanks.