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

Grid remains in Edit mode if data source change also.

1 Answer 43 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Yashwant
Top achievements
Rank 1
Yashwant asked on 08 Dec 2016, 09:50 AM

 Hi ,

In my application we have two radgrids and a radlistview. We are going to fetch details on single input id and show this details radgrid and radlist.

Now my problem is that, when I edit one of the grid and change the input id and search for another details, the data details changes according to the input id prrovided, but the grid that earlier remained in edit mode, still in edit mode with new fetched data details.

 

I just wanted all the grid should close when the data details changes on that grid.

 

Thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 13 Dec 2016, 08:42 AM
Hi Yashwant,

You can try to use the RadGrid1.Rebind() method to refresh the grid content. In addition, you can check the following live sample for a master/detail grid implementation:
http://demos.telerik.com/aspnet-ajax/grid/examples/data-binding/master-detail/defaultcs.aspx


You can also examine the attached web site samples.

I hope this will prove helpful.

Regards,
Eyup
Telerik by Progress
Telerik UI for ASP.NET Core is ready for Visual Studio 2017 RC! Learn more.
Tags
Grid
Asked by
Yashwant
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or