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

On Selection binding

1 Answer 42 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
shiva
Top achievements
Rank 1
shiva asked on 15 Jul 2010, 03:03 PM
Hi,
i binded names of table to the combo box.
Now when after selection in the combo box is completed.when i click on button
the concerned details of the selected combo box item have to display in RadGrid.
Suggest me any example on this.
thank you.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 16 Jul 2010, 08:12 AM
Hello Shiva,

Here I found a demo which is similar to your scenario.
Grid Filtered by Combo

Make small modifications to work this on a button click.
  • Set the AutoPostBack property of RadComboBox to "False".
  • Now in the Button_Click event, Rebind() the grid.

That's it.


Sincerely,
Shinu.
Tags
ComboBox
Asked by
shiva
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or