Contains all the methods for overruling kendo stuff with custom scripting
- Source:
Methods
-
.removeGridBorders(options)
-
Removes the css borders of the grid
Parameters:
Name Type Description options
Object Specify the options for this method.
Properties
Name Type Description gridId
string Specify the id of the grid.
- Deprecated:
-
- - Removal of the grid borders is default behaviour. Delete this function in your custom scripting.
- Source:
Example
CSL.kendo.removeGridBorders({ gridId: sourceId });