Hello,
I'm trying to make jQuery grid editable, using either a combination of cellEdit=true and editable=true on cols in the colModel, or using the example event handler on selectRow, calling editRow.
Neither method seems to work for me. When using cellEdit=true, nothing happens when a user clicks the cell except that it's selected. When cellEdit=false the selectRow handler is called, but editRow does not make the row editable.
Other that the edit feature
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top