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

Hierarchical grid rebind problem

1 Answer 66 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Amol
Top achievements
Rank 2
Amol asked on 28 May 2009, 12:31 PM
Hi all,

I am using Hierarchical grid with template having inner grid. For edit functionality on inner grid, i used RadWindow.
How do i rebind grid after rad window get closed? I refer this demo , and it refreshed outer grid so i loose focus on inner grid. and  automatically collapse all row details that i expanded before.

Could you please suggest me the solution so i can refresh only inner grid, or how to maintain state of outer grid.?

Thanks,
Amol Wable






Hierarchical

1 Answer, 1 is accepted

Sort by
0
Iana Tsolova
Telerik team
answered on 01 Jun 2009, 09:46 AM
Hi Amol,

You can try this code library demonstrates how you could maintain RadGrid expanded state.
Another option is to pass the currently edited/updated inner grid ID as a parameter to the RadWindow and then back to the ajaxRequest() method. Thus you could find the certain inner grid on the server and rebind it respectively.

Let me know if this helps and if you need further directions.

Regards,
Iana
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
Amol
Top achievements
Rank 2
Answers by
Iana Tsolova
Telerik team
Share this question
or