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

Help in load on demand of combobox

1 Answer 73 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Alan
Top achievements
Rank 1
Alan asked on 21 Jun 2012, 06:52 AM
Hi,

I am generating radcombobox items using load on demand. When I type something, it is filtering. It works fine.
But before I type i.e. when I just click on it, it shows the entire items. i don't this to happen.

Thanks,
Alan Thomas

1 Answer, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 21 Jun 2012, 07:11 AM
Hi Alan,

Try setting MinFilterLength Property of RadCombobox to achieve your scenario.

ASPX:

<telerik:RadComboBox ID="RadComboBox1" runat="server" MinFilterLength="1" onitemsrequested="RadComboBox1_ItemsRequested" EnableLoadOnDemand="true" AutoPostBack="true"  >
</telerik:RadComboBox>

Hope this helps.

Thanks,
Princy.
Tags
ComboBox
Asked by
Alan
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or