Hi -
I have a RadGrid on a page displaying a list of orders, and a couple of buttons - external to the grid - to pop open RadWindows. I'd like to be able to pass the Order ID from the selected row (using client-side row selection) in the grid to the query string for the RadWindow NavigateURL property by clicking one of the buttons. I have looked at the example here: http://www.telerik.com/help/aspnet-ajax/window_programmingusingtheurlquerystring.html, which gives me part of the solution, but how can I reference the Order ID (which is the data key name for the grid)? I would rather not use links or buttons in the grid itself since I am out of horizontal space - I would like to use the external buttons.
Also, using the example referenced above, I lost all of the window formatting specified in the RadWindowManager when the window popped open (width, height, behaviors, etc.). Do I need to set all of that up again in the JavaScript call to open the window, or is there a setting to have the JavaScript call pick up the info from within the RadWindoManager?
Thanks for the help,
Rod
I have a RadGrid on a page displaying a list of orders, and a couple of buttons - external to the grid - to pop open RadWindows. I'd like to be able to pass the Order ID from the selected row (using client-side row selection) in the grid to the query string for the RadWindow NavigateURL property by clicking one of the buttons. I have looked at the example here: http://www.telerik.com/help/aspnet-ajax/window_programmingusingtheurlquerystring.html, which gives me part of the solution, but how can I reference the Order ID (which is the data key name for the grid)? I would rather not use links or buttons in the grid itself since I am out of horizontal space - I would like to use the external buttons.
Also, using the example referenced above, I lost all of the window formatting specified in the RadWindowManager when the window popped open (width, height, behaviors, etc.). Do I need to set all of that up again in the JavaScript call to open the window, or is there a setting to have the JavaScript call pick up the info from within the RadWindoManager?
Thanks for the help,
Rod