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

[Solved] Manual Post Back

1 Answer 181 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Grisha
Top achievements
Rank 1
Grisha asked on 11 Mar 2008, 05:48 PM
How to do a manual PostBack to the server?

I'm using combobox as a list of actions and want to send postback only when some items selected.
Also after that I want to select first item or just clear selection.
After Item is selected I generate report on the server and push it to the client in the Response object so I cannot change state of the combobox on the server

I can't use set_cancel because I need to select first element and clearSelection is not doing anything.

Once again. I want to do this.
1. User selects an Item.
2. Form does postback to the server
3. I push file to the client.
4. Combobox should reset to the first item. Or clear selection and set text to default value.

Any help is highly appreciated

Grisha

1 Answer, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 14 Mar 2008, 04:14 PM
Hello Grisha,

Please check this code library:
RadComboBox AJAX - Allow only certain items to postback


Best wishes,
Veskoni
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
ComboBox
Asked by
Grisha
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Share this question
or