This is a migrated thread and some comments may be shown as answers.

Client event on Refresh

1 Answer 120 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Alex
Top achievements
Rank 1
Alex asked on 17 May 2013, 09:27 AM
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. 

1 Answer, 1 is accepted

Sort by
0
Alex
Top achievements
Rank 1
answered on 17 May 2013, 09:34 AM
Solved. I should use OnGridCreated  event.
Rather strange but it works.

Thanks, Alex
Tags
Grid
Asked by
Alex
Top achievements
Rank 1
Answers by
Alex
Top achievements
Rank 1
Share this question
or