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

Gridviewrow actions(modal popup)

1 Answer 55 Views
Grid
This is a migrated thread and some comments may be shown as answers.
øystein daaland
Top achievements
Rank 1
øystein daaland asked on 29 Jun 2010, 01:28 PM
Hi

we have a radgrid populated by a database view. There is a need for a  menu on gridviewrows(documents). When selecting a document, we want a modal popup form that contains different actions like approve and reject documents, show version history and download the document selected.

I struggle to find out how to do different things that is not update/create/delete actions on the selected gridviewrow. Can you recommend how to solve this?

Regards,
daaland1972

1 Answer, 1 is accepted

Sort by
0
Veli
Telerik team
answered on 02 Jul 2010, 11:23 AM
Hi øystein,

You can refer to the RadGrid and Window Editing demo. Even though a standard edit scenario is demonstrated, you can use the same approach for any other custom action you want to take on a data item. Particularly, you open a RadWindow to a page, passing any data keys or other custom data to the page through the URL query string. After any custom action in the form inside RadWindow, you close the window and (presumably) refresh the grid. It is all demonstrated in the demo.

Greetings,
Veli
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
Tags
Grid
Asked by
øystein daaland
Top achievements
Rank 1
Answers by
Veli
Telerik team
Share this question
or