This question is locked. New answers and comments are not allowed.
Hello fellow Telerik-ers,
On a project that I am currently working on I ran into an issue and I was wondering if anyone had any advice or perhaps an example on how to accomplish this.
Basically - I have a Telerik Window that I am populating with a ViewModel that contains two Lists, one for names and one for IDs, both based on the user that is passed in. I am wondering if it is possible to populate this window with two grids (one for IDs and another for Names) both which would allow for editing (in-line), deletion and inserting of the items.
On first attempting this, I ran into issues with using Ajax binding when doing validation (I didn't want the validation messages to appear in the grid) so I eventually switched to server side binding and just opened a new browser window, which accomplished my task, but I would really prefer to use a modal Telerik window.
If anyone has any advice, I would be grateful, especially some type of simple example, as I have tried several methods with little luck using the grids along with the window.
Thanks greatly, and I'll provide any code examples if they could assist,
Rion
On a project that I am currently working on I ran into an issue and I was wondering if anyone had any advice or perhaps an example on how to accomplish this.
Basically - I have a Telerik Window that I am populating with a ViewModel that contains two Lists, one for names and one for IDs, both based on the user that is passed in. I am wondering if it is possible to populate this window with two grids (one for IDs and another for Names) both which would allow for editing (in-line), deletion and inserting of the items.
On first attempting this, I ran into issues with using Ajax binding when doing validation (I didn't want the validation messages to appear in the grid) so I eventually switched to server side binding and just opened a new browser window, which accomplished my task, but I would really prefer to use a modal Telerik window.
If anyone has any advice, I would be grateful, especially some type of simple example, as I have tried several methods with little luck using the grids along with the window.
Thanks greatly, and I'll provide any code examples if they could assist,
Rion