All Products
Demos
Services
Blogs
Docs & Support
Pricing
Search
Shopping cart
Login
Contact Us
Get A Free Trial
close mobile menu
Telerik Forums
/
UI for ASP.NET AJAX Forum
/
ComboBox
/
Find item client-side out of requested items
Cancel
Telerik UI for ASP.NET AJAX
Resources
Buy
Try
Feed for this thread
2 posts, 0 answers
Michael
1 posts
Member since:
Feb 2014
Posted 17 Jul 2014
Link to this post
Hi,
in my cause I have a RadCombobox with EnabledAutomaticLoadOnDemand = true and ItemsPerRequest = 10.
I can add a new RadComboBoxItem and have a postback on my page.
Now I have to set the new item after the postback as selected item.
The problem is, the new item is not in the first requested 10 items and combo.findItemByValue(value) will not find the item for me.
How can I find items not requested yet? I can see you guys have a solution for this because the filtering shows none requested items in the DropDown.
Maybe you can help me?
Thanks!
With kind regards
Michael
Shinu
17764 posts
Member since:
Mar 2007
Posted 18 Jul 2014 in reply to
Michael
Link to this post
Hi Michael,
When RadComboBoxItems are loaded on demand then it is not possible to access the item using the server side FindItemByText / Value methods. Please have a look into this
help documentation
for further information.
Thanks,
Shinu.
Back to Top
Close