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

[Solved] Starting Edit Through Javascript

0 Answers 80 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Abigail
Top achievements
Rank 1
Abigail asked on 01 Aug 2011, 04:09 PM
The following can be used to open a grid's editor through javascript:

var selectedCell = $(".t-state-selected");
$("#SpeedDialGrid").data("tGrid").editRow(selectedCell);

This method does not work for grids that have batch editing. Is there a method that can be used to open a specific cell for editing using javascript?
Tags
Grid
Asked by
Abigail
Top achievements
Rank 1
Share this question
or