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

Need to identify the row index on client side expand/collapse

1 Answer 70 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Damodaran
Top achievements
Rank 1
Damodaran asked on 10 Apr 2012, 12:45 PM
Hi,

I need to identify the row expanded or collapsed on the client side when the client events "GroupExpanding" or "GroupCollapsing" is called.

<ClientSettings AllowGroupExpandCollapse="true">
                <ClientEvents OnGroupExpanding="GroupExpanding" OnGroupCollapsing="GroupCollapsing" />
            </ClientSettings>   

        function GroupExpanding(sender, eventArgs) {
            alert("GroupExpanding is fired");
        }

        function GroupCollapsing(sender, eventArgs) {
            alert("GroupCollapsing is being fired");
        }
Please let me know how do i identify the row index that was expanded/collapsed, i checked the documentation and found nothing regarding this.

Thanks and regards,
Damodar

1 Answer, 1 is accepted

Sort by
0
Richard
Top achievements
Rank 1
answered on 12 Apr 2012, 08:47 PM
Damodaran:

I would suggest that you reference this forum thread: OnGroupExpanding extract group information which seems to indicate that this is not possible, per the insights of Telerik Admin: Radoslav.

I've not located anything to indicate that status has changed since the date of that post.

Cheers!
Tags
Grid
Asked by
Damodaran
Top achievements
Rank 1
Answers by
Richard
Top achievements
Rank 1
Share this question
or