Just a comment...
In our application, we open radwindows from the client side in javascript. Some of those dialog are used to "batch edit" many records selected in a page. To pass the selected records to the dialog, we append their IDs in the query string of the radwindow (as described in the "Using the URL Query String to Provide Arguments to RadWindow" chapter in the documentation) The problem is that in IE, the URL is limited to 2000 characters, so if we select too many record, this create an invalid url.
So it would be nice if we could open a radwindow from the client-side using a POST instead of a GET to remove this limitation.
Thanks
In our application, we open radwindows from the client side in javascript. Some of those dialog are used to "batch edit" many records selected in a page. To pass the selected records to the dialog, we append their IDs in the query string of the radwindow (as described in the "Using the URL Query String to Provide Arguments to RadWindow" chapter in the documentation) The problem is that in IE, the URL is limited to 2000 characters, so if we select too many record, this create an invalid url.
So it would be nice if we could open a radwindow from the client-side using a POST instead of a GET to remove this limitation.
Thanks