New
PlutoGrid 2.7.0
Added features
- Added to be able to set the left and right padding of the cell.
You can set the left and right padding values with
double defaultColumnTitlePaddinganddouble defaultCellPaddingin the configuration property. - Added option to automatically enter edit state when selecting a cell. https://weblaze.dev/pluto_grid/build/web/#feature/editing-state
- Added keyboard move option with left and right arrow keys when reaching the left and right ends of text in edit state. (by
PlutoGridConfiguration.enableMoveHorizontalInEditing) - Added
titleSpanproperty to custom text or icon in column title. - Removed
readOnlyproperty ofPlutoColumnTypeand added toPlutoColumn. - Added
checkReadOnlycallback to dynamically manipulatereadOnlyproperty. https://weblaze.dev/pluto_grid/build/web/#add-and-remove-rows - Added
gridPopupBorderRadiusproperty to round the corners of popups used inside the grid.
Note to users of previous versions
- Removed
readOnlyproperty ofPlutoColumnTypeand added toPlutoColumn. ThereadOnlyproperty has been changed from the existingPlutoColumnTypetoPlutoColumn, so if you are using thereadOnlyproperty in your existing code, you need to modify the code.