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

Doing postback while clicking on dropdown image of telerik:RadComboBox

1 Answer 41 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Imran
Top achievements
Rank 1
Imran asked on 10 Jun 2009, 09:04 PM
Hello All,

I created generic control which implements load ahead data using telerik:RadComboBox. Everything is working fine as per my requirement.

But there is one issue, When I click on down arrow of combobox I can see the one request comes to server, I strongly believe its not postback, but anyhow I can get new request.

Can anyone come accross this situation? Any help on this?

Regards,
Imran

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 11 Jun 2009, 06:40 AM
Hi Imran,

I am not quite sure about your scenario. Normally the the postback happens when you change the selection/text of combobox if AutoPostBack is set to True. Also postback happens when clicking the dropdown image if the EnableLoadonDemand is set to True and there is no items in combobox. Check whether you have set the EnableLoadOnDemand property to True.

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