Hi everybody,
I think I found this bug:
when using the jqGrid Option “idPrefix” to make sure there are unique tr – id's with multiple grids on the page and firing the 'addRow' method a new row is inserted in the grid but it doesn't enter edit mode, no input elements are created.
I assume the 'addRow' method uses the row-id “new_row” for selecting the inserted row, but the idPrefix is prefixed at the tr-id, as it should, so it is called 'prefixnew_row' and the addRow method doesn't find the new row for entering edit mode.
Could that be right?
Greetings
Snoopy
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top