5 Answers, 1 is accepted
0
Hello Hai,
To open a popup window using the column custom command take a look at this demo.
Kind regards,
Petur Subev
the Telerik team
To open a popup window using the column custom command take a look at this demo.
Kind regards,
Petur Subev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now
0
hai
Top achievements
Rank 1
answered on 30 Dec 2011, 12:08 PM
Thanks, but I want use custom command toolbar.
0
Hi Hai,
I attached a sample project implementing the following scenario.
Regards,
Petur Subev
the Telerik team
I attached a sample project implementing the following scenario.
- The Grid custom toolbar command passes some parameter to the controller
- The controller returns the same parameter in Json format
- The OnComplete event handler of the command opens a Window and sets its content to the result from the custom command.
Regards,
Petur Subev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now
0
hai
Top achievements
Rank 1
answered on 03 Jan 2012, 02:16 AM
Thank Petur Subev,
I'll try it
I'll try it
0
hai
Top achievements
Rank 1
answered on 03 Jan 2012, 03:09 AM
I'm using version 2011.2.712.340, I don't find OnComplete event of Grid and ComandName attribute of Custom Toolbar.