Hi,
I am New to param query grid using free version.
Please provide links or samples for
1. For using icons in the toolbar, what are the include files needed for it. Below code is not working. even I have included jquery-ui.css, js files, pqgrid.css
toolbar: {
items: [{
type: 'button',
icon: 'ui-icon-document',
label: 'New Row',
listener: function () {
addRow(this);
}
2. Elaborate on ui.$cell, or links about it. and other javascript objects.
3. getChanges, whenever requested, it adds extra row in the corresponding grid.