Hi,
How can we populate cascading combobox using WebMethod.
e.g. I have 2 comboboxes in grid. where on page load 1st combobox will call WebMethod and it should return items respective to that row primary id. i.e. i need to pass id to WebMethod.
Again on selection of item in 1st combobox other combobox should call another WebMethod which should accept selected items value of first combobox and populate second one.
As per example I've seen that WebMethod accepts RadComboBoxContext parameter. How can we send extra parameter to WebMethod?
thanks,
How can we populate cascading combobox using WebMethod.
e.g. I have 2 comboboxes in grid. where on page load 1st combobox will call WebMethod and it should return items respective to that row primary id. i.e. i need to pass id to WebMethod.
Again on selection of item in 1st combobox other combobox should call another WebMethod which should accept selected items value of first combobox and populate second one.
As per example I've seen that WebMethod accepts RadComboBoxContext parameter. How can we send extra parameter to WebMethod?
thanks,