Hi,
When user edits any cell(for eg. 4th cell) in the last row of jqgrid , I am using BeforeSaveCellHandler to do some processing and add a new row to the jqgrid ,also I want to put focus on 1st cell of the newly added row .
When users edits cell(for eg. 4th cell) in the last row ,BeforeSaveCellHandler is called with cellname parameter as 4th cell,but after adding new row ,when I try to put focus on 1st cell of newly added row ,BeforeSaveCellHandler is called with cellname parameter as 4th cell which needs to be avoided.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top