I've got a form with the two RadGrids, each one within a RadDock.
If I open a window from a RadDock Command, and then handle the onClientClose event as per the script below the script runs OK and the RadGridFlightMeals rebinds and displays correctly. However if I try to then Rebind RadGridFlightSeats by calling
RadGridRebindFlightSeats() from within
CloseRadWindowCreateFlightMeal() this says the object is null and cannot be found.
I've tried calling seperately as per above and also including the find and rebind options within a single script but neither works.
However if I call
RadGridRebindFlightSeats() from server side using...
...
when not closing a radwindow but from another command button on the dock header the script works OK...???