I have a checkbox field in slickgrid that uses YesNoCheckboxCellEditor and wants user to confirm the change. I have tried adding vil开发者_开发问答dator:myMethod to it but with no success.My guess is
I\'m using Slickgrid to display tabular data retrieved via JSON. The number of the grid items varies greatly (approx. 1 - 50 grid rows) and the grid is reloaded often with new data during the page lif
I was able to utilize paging in slickGrid however I am new to jquery and slickGrid and can\'t get to move in between pages. can anyone help me with this? Any help is greatly appreciated. Thanks!
Can anyone please tell me how to identify the rows which I added or edited/updated in slickgrid. I am trying to save data to DB using Jquery AJAX. and I am using dataview option.
I am currently hacking together a calendar application which I am embedding into a website via an iframe, but I have come across a bug in internet explorer
I want to add a callback when the user selects a row in the table, but I can\'t figure out how to do so...
In Firefox I am getting a javascript bug on one of the best SlickGrid examples http://mleibman.github.com/SlickGrid/examples/example4-model.html
(See this question and this question for background...) Given: grid = new Slick.Grid(\"#myGrid\", data, columns, options);
Any easy API call开发者_运维百科s for adding custom button to SlickGrid in the header toolbar?
I have a small Django-based webapp used to assigning people to various accomodation rooms, worksho开发者_运维技巧ps, lectures etc.