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

detail in window from grid

1 Answer 42 Views
Window
This is a migrated thread and some comments may be shown as answers.
arkan
Top achievements
Rank 2
Iron
arkan asked on 05 Nov 2015, 01:17 PM

hi all

i have a grid view and i add a 

<telerik:GridButtonColumn ButtonType="ImageButton" ImageUrl ="../App_Themes/Grid/Images/​detal.gif" CommandName="Dtl"   HeaderText ="unit detail" FilterControlAltText="Filter Dtl column" UniqueName="Dtl"   >​

 

i want to open a window to view the detail in page with grid datakeyname itemcode  just like this NavigateUrl ="Default3.aspx?ItemCode"= itemcode

please help

 

1 Answer, 1 is accepted

Sort by
0
Accepted
Marin Bratanov
Telerik team
answered on 05 Nov 2015, 01:47 PM

Hi,

Generally, I would advise that you take the client-side approach from this demo: http://demos.telerik.com/aspnet-ajax/controls/examples/integration/gridandwindow/defaultcs.aspx?product=window.

The following article will show you how you can open RadWindows: http://docs.telerik.com/devtools/aspnet-ajax/controls/window/getting-started/opening-windows.

This one treats opening them from the server: http://docs.telerik.com/devtools/aspnet-ajax/controls/window/troubleshooting/opening-from-the-server.

The following article will show you how you can access cells, rows and data from them in case you decide to go with your original design: http://docs.telerik.com/devtools/aspnet-ajax/controls/grid/rows/accessing-cells-and-rows.

Regards,

Marin Bratanov
Telerik
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 Feedback Portal and vote to affect the priority of the items
Tags
Window
Asked by
arkan
Top achievements
Rank 2
Iron
Answers by
Marin Bratanov
Telerik team
Share this question
or