This question is locked. New answers and comments are not allowed.
Hello...
This may be a stupid question, Web development is somewhat new to me.
I have a form with a couple of comboboxes and a textbox. Submit in this form updates a partial view using MVC ajax.
The partial view contains two regular html tables. I would like to use the telerik grid instead of the html tabels.
What's the best way of doing this. I've tried to put a grid in the partialview without succes. It wouldn't load any css and the ajax binding did not work.
I've also tried to have the grid in the same view as the form, but I couldn't figure out how to configure the ajax binding so that it could use values from my form elements. The example from the documentation shows how to use parameters in ajax binding using viewdata, but that doesn't seem to be the right way in this case.
/Ole
This may be a stupid question, Web development is somewhat new to me.
I have a form with a couple of comboboxes and a textbox. Submit in this form updates a partial view using MVC ajax.
The partial view contains two regular html tables. I would like to use the telerik grid instead of the html tabels.
What's the best way of doing this. I've tried to put a grid in the partialview without succes. It wouldn't load any css and the ajax binding did not work.
I've also tried to have the grid in the same view as the form, but I couldn't figure out how to configure the ajax binding so that it could use values from my form elements. The example from the documentation shows how to use parameters in ajax binding using viewdata, but that doesn't seem to be the right way in this case.
/Ole