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

Pass selected value from combobox to controller

0 Answers 90 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Gouri
Top achievements
Rank 1
Gouri asked on 25 Jul 2012, 11:33 PM

Hello,

I am using MVC 3 with telerik controls. I have 2 telerik comboboxes and 1 telerik grid on 1 view.  These two comboboxes are independent of the data shown in the grid. Inside telerik grid there is one more combobox. I want to pass the selected values of those 2 telerik comboboxes which are outside the grid to a controller's method (its not an action method, this method just fills the datasource of combobox which is inside the telerik grid). I am not sure how to send the values from javascript to controller ?

 

Thanks.

Tags
ComboBox
Asked by
Gouri
Top achievements
Rank 1
Share this question
or