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

Server OnHierarchyCollapsed event

1 Answer 32 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jamie
Top achievements
Rank 1
Jamie asked on 01 Oct 2010, 08:47 PM
For the RadGrid, there is an event called OnHierarchyCollapsed.  Is there an equivalent event server side, or a way to emulate it?

Thanks.

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 04 Oct 2010, 09:01 AM
Hello Jamie,

The ItemCommand will be fired when expanding/collapsing the item if you set the HierarchyLoadMode as ServerBind/ServerOnDemand.


Another option is invoking the postback explicitly from client side:
http://www.telerik.com/support/kb/aspnet-ajax/grid/performing-postback-from-grid-client-events.aspx


Thanks,
Princy.
Tags
Grid
Asked by
Jamie
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or