(enh #25): Allow highlighting of selected row for a CheckboxColumn
- Added
rowHighlight
property to set if a row needs to be highlighted - Added
rowSelectedClass
property to configure the CSS class for the highlighted row.
(enh #19): Gridview enhancements (export, toolbar, iframe)
- Enable rendering of export without panel by passing
{export}
variable to gridlayout
property. - Enable rendering of toolbar without panel by passing
{toolbar}
variable to gridlayout
property. - Revamp export form to be submitted in a new window (in a non-intrusive manner)
- Converted the extension into a module.
- Export features enhanced for use across all browsers:
- Save displayed grid as HTML
- Save displayed grid as CSV
- Save displayed grid as TEXT
- Save displayed grid as XLS
- Export features added through a brand new custom JQuery plugin:
- Save displayed grid as HTML
- Save displayed grid as CSV
- Templates to modify positioning of the export menu and the panel before and after contents
- Ability to display toolbar in the header.
Initial release