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

Find record on another page and start inline editing

1 Answer 37 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Gregory
Top achievements
Rank 1
Gregory asked on 12 Mar 2018, 11:53 PM
     Anyone know of a way I can search for a record and programmatically start inline editing a record that might be on another server side page of my grid? e.g. I have a grid that gets it's data from entity framework using linq. It has pagination enabled and gets each page from the server as requested. Is there a good way to search for a specific record and navigate to the page it's on and start inline editing it?

1 Answer, 1 is accepted

Sort by
0
Preslav
Telerik team
answered on 13 Mar 2018, 11:49 AM
Hi Gregory,

To programmatically start inline editing on a row, use the editRow method:
Further, to find the desired row on the server, I would suggest using an approach similar to the one outlined by Georgi in this forum:

Regards,
Preslav
Progress Telerik
Try our brand new, jQuery-free Angular 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
Gregory
Top achievements
Rank 1
Answers by
Preslav
Telerik team
Share this question
or