Questions tagged [backgrid]

Backgrid.js stands out as a versatile datagrid user interface library specifically designed to work seamlessly with Backbone.js. This highly customizable tool offers styling options and is compatible across all modern web browsers, including IE8 and above.

Verify if the backgrid cell has been modified

I am currently working on a custom cell editor and I'm looking for another way to check if a cell has been edited. Below is the code snippet I am using: Backgrid.CustomDateCell = Backgrid.DateCell.extend({ editor: Backgrid.InputCellEditor.extend( ...