python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Disable row selection in mvc and Enable column selection in mvc kendo grid
I want to Disable the row selection and enable only column selection kendo grid MVC. Here is my code. I want to select the kendo grid cells only now the whole row like I want only the coordinates.
col...
Ravi Kumar
Votes: 0
Answers: 1
how to get an array of column configurations in Kendo grid angular
suppose i've the following kendo grid
<kendo-grid-column field="full_name" title="Contact Name" [width]="220">
<ng-template kendoGridCellTemplate ...
Sree Hari
Votes: 0
Answers: 2