Hello, I am trying to use two grids on single page, first one is loaded usingkendo wrapper this way
This works fine, but the other grid is supposed to be empty until user selects row from this first grid, so I am declaring just columns
Now I need to fill up the second grid according to selected row in first one, I am using jquery function declared on change event of first grid
But this last few rows wont fill the table, I tried lots of approaches but always with the same result. My controller is returning valid values in JSON but the table with that return value wont fill up. I tried using generating another kendo grid using just Web UI function kendoGrid on DIV but it didnt wor either. Any advices? Please help.