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

event after the rebind() client side radgrid

1 Answer 70 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Rami
Top achievements
Rank 1
Rami asked on 07 Feb 2013, 06:27 AM
I want to get the row count after the  NeedDataSource event (after rebind client side).
How can I do this from client side.
Please help

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 07 Feb 2013, 07:21 AM
Hi,

Try the following code.
JS:
$find("<%= RadGrid1.ClientID %>").get_masterTableView().get_dataItems().length;

Thanks,
Shinu
Tags
General Discussions
Asked by
Rami
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or