Somtimes you just want to give the User a little Side Calc without a full blown Sheet, just the grid with some cells able to change.
Using the CSS creates voids around the worksheet cells, it would be nice to render only cells; nothing else.
This is all possible with CSS; .SpreadsheetHideColHeader div.k-spreadsheet-column-header, .SpreadsheetHideFormulaBar div.k-spreadsheet-formula-bar, .SpreadsheetHideRowHeader div.k-spreadsheet-row-header, .SpreadsheetHideSheetBar div.k-spreadsheet-sheets-bar, .SpreadsheetHideActionBar div.k-spreadsheet-action-bar, .SpreadsheetHideTopCorner div.k-spreadsheet-top-corner { height: 0; padding: 0 !important; border-top-width: 0; border-bottom-width: 0; visibility: hidden !important; width: 0; overflow: hidden; display: none; }