I see in the documentation here:
documentation radGrid client OnDataBound
When trying to add this to my grid, it says it does not exist. I am using aspnet ajax Q2 2008 version.
Is there a client side ondatabound?
What I really need is on the client side to know when there are no more outstanding asynchronous events. I need to run client side code after a grid has been completely rendered on the screen after I call mygrid.bind(); on the server.
If there is no ondatabound client side event, how would be the best way for me to signal that the grid has been completed bound?
Thanks,
Laura
documentation radGrid client OnDataBound
When trying to add this to my grid, it says it does not exist. I am using aspnet ajax Q2 2008 version.
Is there a client side ondatabound?
What I really need is on the client side to know when there are no more outstanding asynchronous events. I need to run client side code after a grid has been completely rendered on the screen after I call mygrid.bind(); on the server.
If there is no ondatabound client side event, how would be the best way for me to signal that the grid has been completed bound?
Thanks,
Laura