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

RadGrid filtered by RabComboBox2 and RabComboBox2 filtered by RadComboBox1

1 Answer 50 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Jorge Saa-Gerbier
Top achievements
Rank 1
Jorge Saa-Gerbier asked on 15 Dec 2008, 07:46 PM
Hello,
I need to implement the :
  • RadGrid1 (Agencias) filtered by RabComboBox2 (Municipios)
  • RabComboBox2 (Municipios) filtered by RadComboBox1 (Provincias),
  • Finally, edit/Insert/delete the RadGrid1 (Agencias)
 
But I can't filter the RadGrid1 after having filtered the combobox2 from combobox1. I followed the example: Funtionality > Multiple ComboBox,

I need some help for impleting this. Urgent!!!

Thanks for your help,
Jorge Saa-Gerbier

P.S. I'm a beginner in ASP.Net

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 16 Jan 2009, 08:18 AM
Hi John,

I would suggest you to bind RadComboBox2 in the SelectedIndexChanged server side event of RadComboBox1 and then populate the Grid in the SelectedIndexChanged event of RadComboBox2. Also set the AutoPostBack property of both the ComboBoxes to true.

Thanks
Shinu
Tags
ComboBox
Asked by
Jorge Saa-Gerbier
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or