Hello guys.
I have a doubt about combobox in radgrid.
My grid have two comboboxes (in two GridTemplateColumns) when in editmode: one for State and other for city. In the State combobox SelectedIndexChanged event, I want to populate my City combobox, but I don't know how to get the city combobox in the SelectedIndexChanged event of State combobox. I have tryed some like this:
RadComboBox ddlCity = (RadComboBox)RadGrid1.FindControl("ddlCity "); but it doesn't work.
How can I do?
Thanks in advance.
Regards.
I have a doubt about combobox in radgrid.
My grid have two comboboxes (in two GridTemplateColumns) when in editmode: one for State and other for city. In the State combobox SelectedIndexChanged event, I want to populate my City combobox, but I don't know how to get the city combobox in the SelectedIndexChanged event of State combobox. I have tryed some like this:
RadComboBox ddlCity = (RadComboBox)RadGrid1.FindControl("ddlCity "); but it doesn't work.
How can I do?
Thanks in advance.
Regards.