To Whom It May Concern,
We use a data grid to display data in few columns. In order to edit data row content, we want to navigate from a grid to a separate page where edit form will take place.
So far, we have implemented what is explained here:
https://www.syncfusion.com/forums/139161/router-link-in-grid-column, but there is a missing part on how to pass data from a data grid to an edit component (with routing implemented)?
Pseudo-structure/flow of what we are trying to achieve is:
- component with a grid and its data
- click on either grid data row (or separate context button?)
- go to a separate page where edit form is present, populate form with a data from a grid row that's previously clicked
- make changes here, save changes here
- go back to a grid - expect updated data to be present here
Thanks in advance for your effort (and answer) :)