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

[Solved] Display details of selected row of a Grid in a PopUp window

2 Answers 32 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Hemal
Top achievements
Rank 1
Hemal asked on 13 Sep 2011, 10:25 PM
Hi,

I am using Telerik MVC tools Version Q2 2011, released on 07/12/2011. I am working with Grid and it is working as expected with most of the functionality that I need. I have Insert, Edit and Delete working along with Paging, Filtering. Sorting and Exporting among other things. I am having some trouble with displaying the details of the selected row in the Grid in a PopUp box hust like for Edit.

Here is whet I what I want to do.
My entity has a lot of attributes so I display only partial list in my Grid. Users then click on the select button for the row they are interested in and it should bring up the details for that row in another pop-up box just like the Edit button has the option. I looked at the Demo when they display the details for the selected row in another grid but I couldn't apply the same thing to get it to work for another modal box. Has anyone tried that and got it working?

Thanks for the help.

2 Answers, 1 is accepted

Sort by
0
Nikolay Rusev
Telerik team
answered on 14 Sep 2011, 12:06 PM
Hello Hemal,

For your convenience I am attaching sample app demonstrating how to achieve such behavior with server binding.

Best wishes,
Rusev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Hemal
Top achievements
Rank 1
answered on 14 Sep 2011, 10:13 PM
Thanks I'll give it a try and let you know how it goes. I forgot to mention that I was using AjaxBinding. But I don't think that should be difficult to change. Also you are binding it back to a grid in a popup window and I can change that to a regular popup form too I am assuming.
Tags
Grid
Asked by
Hemal
Top achievements
Rank 1
Answers by
Nikolay Rusev
Telerik team
Hemal
Top achievements
Rank 1
Share this question
or