Hi there,
I need to invoke a js function on a client after doing rebind. I have tried these ones
<ClientEvents OnDataBinding="..." OnDataBound="..." OnDataSourceResolved="..." OnTableCreated="..."/>
But they do not work. No one is not fired neither after the page loaded nor after invoking the RebindGrid command or calling get_masterTableView().rebind() . I do not understand why.
Can somebody help me?
Thanks in advance.
I need to invoke a js function on a client after doing rebind. I have tried these ones
<ClientEvents OnDataBinding="..." OnDataBound="..." OnDataSourceResolved="..." OnTableCreated="..."/>
But they do not work. No one is not fired neither after the page loaded nor after invoking the RebindGrid command or calling get_masterTableView().rebind() . I do not understand why.
Can somebody help me?
Thanks in advance.