This is a migrated thread and some comments may be shown as answers.

Find item client-side out of requested items

1 Answer 15 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 17 Jul 2014, 10:16 AM
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

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 18 Jul 2014, 05:24 AM
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.
Tags
ComboBox
Asked by
Michael
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or