Is it possible to delete rows without the confirmation window popping up all the time? If not how should the work-around look like?
I guess I need to add a custom button to the pager. When clicked I can not call delGridRow() though as that's the function which shows the confirmation window, right? This means I have to reimplement delGridRow() (which again means I have to make the ajax call myself)?
If that's true I would appreciate if a new option is added to jgGrid to deactive the confirmation window (this would make it a bit easier for developers like me who want a spreadsheet-like grid making it as easy as possible to delete rows).
Boris
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top