If you have a custom edit column with inline edit that uses tables, saveRow breaks as it picks up these tds during its loop.
There needs to be a way for the grid to only pick up ITS tds
To me, it looks like we should change grid.inlinedit.js line 84 to:
|
1 |
$("td[role='gridcell']",ind).each(function(i) |
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top