adjust | defines whether the width of columns is automatically adjusted to the width of their content |
autoEmptyRow | adds an empty row after the last filled row in the Grid |
autoWidth | makes grid's columns to fit the size of a grid |
columns | specifies the configuration of grid columns |
columnsAutoWidth | defines whether the width of columns is automatically adjusted to the width of their content |
css | adds style classes to Grid |
data | specifies an array of data objects to set into the grid |
dragCopy | defines that a row is copied to a target during drag-n-drop |
dragItem | enables the possibility to reorder grid columns by drag and drop |
dragMode | enables drag-n-drop in Grid |
editable | enables editing in Grid columns |
editing | enables editing in Grid columns |
eventHandlers | adds event handlers to HTML elements of a custom template of a Grid cell or to the HTML elements defined in the data set of Grid |
fitToContainer | makes grid to fit the size of a container |
footerRowHeight | sets the height of rows in the footer |
headerRowHeight | sets the height of rows in the header |
headerSort | defines whether sorting on clicking headers of columns is enabled |
height | sets the height of a grid |
htmlEnable | specifies the HTML content (inner HTML) of Grid columns |
keyNavigation | enables keyboard navigation in Grid |
leftSplit | sets the number of frozen columns |
multiselection | enables multi-row/multi-cell selection in Grid |
resizable | defines whether columns can be resized |
rowCss | sets style for a row |
rowHeight | defines the height of a row in a grid |
selection | enables selection in a grid |
sortable | defines whether sorting on clicking headers of columns is enabled |
spans | describes the configuration of cols/rows spans |
splitAt | sets the number of frozen columns |
tooltip | enables a tooltip on hovering over the content of a column |
width | sets the width of a grid |