Can I have the cursor start on a particular column by default in jqgrid's edit mode?
问题 When editing a row on jqgrid, the cursor automatically enters the left-most editable field. Is there a way to have it default to a particular column, or better yet, to whatever column I click on? 回答1: The implementation depend on the version of jqGrid and from the fork of jqGrid which you use. If you use the latest version of free jqGrid then the code onSelectRow: function (rowid, status, e) { var $self = $(this), savedRow = $self.jqGrid("getGridParam", "savedRow"); if (savedRow.length > 0 &&