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

Open multiple rad windows on grid row selection

1 Answer 100 Views
Window
This is a migrated thread and some comments may be shown as answers.
kevin
Top achievements
Rank 1
kevin asked on 19 Oct 2016, 12:51 PM

I have a requirement where

1. user clicks on radgrid row and a new rad window opens

2. if the user minimizes that window (not close) and selects another row in the radgrid, another new window opens

3 i only need minimize, maximize, and close buttons in the title bar.

I have looked into the following demo: http://demos.telerik.com/aspnet-ajax/controls/examples/integration/gridandwindow/defaultcs.aspx?product=window

I would like to have it working like shown in the demo, instead i would open individual windows for each rad grid selection.

Also, how would i add all the <div><table></div> contents in the rad window dynamically?

Thanks

 

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 19 Oct 2016, 01:00 PM

Hello,

You should open an unnamed RadWindow instance so it does not get reused: http://docs.telerik.com/devtools/aspnet-ajax/controls/window/getting-started/opening-windows.

The demo loads an entire page so it provides the contents.

You can use the Behaviors property of the control to select the buttons available in the toolbar: http://demos.telerik.com/aspnet-ajax/window/examples/behaviors/defaultcs.aspx.

Regards,

Marin Bratanov
Telerik by Progress
Check out the new UI for ASP.NET Core, the most complete UI suite for ASP.NET Core development on the market, with 60+ tried-and-tested widgets, based on Kendo UI.
Tags
Window
Asked by
kevin
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or