Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about kendo-ui-angular2

Read more about kendo-ui-angular2

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)

Questions - kendo-ui-angular2

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...
test-img

Ravi Kumar

kendo-grid

kendo-asp.net-mvc

kendo-ui-angular2

kendo-treeview

kendo-mobile

Votes: 0

Answers: 1

Latest Answer

You should state that the selection type is cell, like this: .Selectable(s => s .Mode(GridSelectionMode.Single) .Type(GridSelectionType.Cell))
test-img

Shai

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 ...
test-img

Sree Hari

angularjs

kendo-ui

kendo-grid

kendo-ui-angular2

Votes: 0

Answers: 2

Latest Answer

You can access the grid using ViewChild and then access its columns field: import { Component, ViewChild, AfterViewInit } from '@angular/core'; import { GridComponent } from "@progress/kendo-angu...
test-img

Shai

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved