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

Grid in Partial View

1 Answer 283 Views
Grid
This is a migrated thread and some comments may be shown as answers.
NECO
Top achievements
Rank 1
NECO asked on 17 Aug 2017, 07:10 PM

I have a View that has a Grid in it. When I select a record a row I have a Change event setup to pass the Id of the Grid to display a partial view on the same page that has a Grid on it. I want to be able to edit records in the Grid in the partial view but whenever I click the Edit button it reloads the view but not in inside the partial view. Instead it displays the partial view in a whole different page and I lost my parent grid. How do I fix this?

Thanks.

1 Answer, 1 is accepted

Sort by
0
Accepted
Georgi
Telerik team
answered on 21 Aug 2017, 02:06 PM
Hi Nathan,

I have assembled small sample (grid-in-partial-view.zip) which illustrates how to load a grid in a partial view when change event of another grid is fired. When editing in the provided sample the partial view does not reload:


Give the attached project a try and let me know how it works for you. I would appreciate it if you modify the sample in a way that the issue is replicated and send it back. This will enable us to look into what is causing the problematic behavior.


Regards,
Georgi
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Grid
Asked by
NECO
Top achievements
Rank 1
Answers by
Georgi
Telerik team
Share this question
or