This question is locked. New answers and comments are not allowed.
Hi.
I need to detect when the grid is loaded, so I attached a function to the onLoad event. The problem is that the event is not being called when the grid is called from a window (not the first one, btw).
For example, if you have a grid and some button in the page opens a window (Telerik Window), and then this new window opens a new one (by clicking another button inside this window), and if there's a grid inside the last one, it doesn't trigger the onLoad.
I'm not sure if I was clear enough, but the idea is that, in my application, the user can select information for filtering from another grid inside a modal window. So if the select window itself has filters (custom server-side filters) and the user wants to select a value for that one inside a grid, the last grid doesn't works because it doesn't trigger the event (which I need to trigger my own code).
Thanks,
Ricardo
I need to detect when the grid is loaded, so I attached a function to the onLoad event. The problem is that the event is not being called when the grid is called from a window (not the first one, btw).
For example, if you have a grid and some button in the page opens a window (Telerik Window), and then this new window opens a new one (by clicking another button inside this window), and if there's a grid inside the last one, it doesn't trigger the onLoad.
I'm not sure if I was clear enough, but the idea is that, in my application, the user can select information for filtering from another grid inside a modal window. So if the select window itself has filters (custom server-side filters) and the user wants to select a value for that one inside a grid, the last grid doesn't works because it doesn't trigger the event (which I need to trigger my own code).
Thanks,
Ricardo