Kendo Grid Cell Templates - kendo-ui

I need to add a checkbox and a circle to every cells of Kendo Grid. According to position attribute of Kendo grid cells, the result won't be aligned. Here is the result:
I'm using RTL version of Kendo grid.
Consider that I can't change the position attribute of Kendo grid cell because if I do so, when I click on each cell, the scroll will jump abnormally.

Related

Is it possible to collapse or hide rows in SlickGrid?

I need expand/collapse feature to show/hide rows in SlickGrid.
So to implement this feature, I have a expand/collapse icon on the Grid header row. And by pressing it, it should Show/Hide all data of the grid (Toggle Visibility).
The feature I want to implement is exactly same as grouping where parent row can be expanded/collapsed by clicking on **+ or -** icon. But without applying grouping.
Should be pretty easy. Just find the viewport div and toggle its visibility on click. Everything else should collapse around it.

kendo grid auto scroll on first click

Only on first click on kendo grid widget (thead or tbody), the page scroll as shown on attached gif.
The problem is due to tabindex attribute added to table when 'allowCopy' is enabled.
Removing tabindex attribute in jquery, the scroll issue disappear, but copy doesn't work.
Any way to avoid this annoying behaviour?

jqgrid : alignment of subgrid inside jqgrid

I have implemented Jqgrid with subgrid.
Sub grid is center aligned with respect to main grid. Is it possible to make it left aligned?

Kendo Grid Drag and Drop With Cell Editing

I am having issue with kendo drag and drop cell editing.
Change the value in first column and click any above row, the value is lost.
Regards

How to make cell save when slickgrid looses focus

I have a SlickGrid with some Editors on a form with some buttons above it. (Save and Cancel). When i edit a cell in the grid and click the buttons above the grid - the cell does not commit it's edit. I've debugged and it is not calling : commitCurrentEdit. I've also tested on clicking an empty area anywhere out of the grid area...
Has anyone noticed this scenario and have a solution to get the cell to commit when one clicks out of the grid. Due to the various positions the grid good be in it would be hard to do an overlay.
Thanks
You can try this:
$("#buttonName").bind("click", function(){
gridName.getEditController().commitCurrentEdit()
});

Resources