Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about gridcontrol

Read more about gridcontrol

python (65.2k questions)

javascript (44.3k questions)

reactjs (22.7k questions)

java (20.8k questions)

c# (17.4k questions)

html (16.3k questions)

r (13.7k questions)

android (13k questions)

Questions - gridcontrol

How to check if there is any selected row in gridControl?

I'm beginner in using DevExpress tools. I can not find any property, that shows the gridControl's row selections state, to my if statement. Any suggestion?
test-img

LewoSoft

c#

devexpress

gridcontrol

devexpress-gridcontrol

Votes: 0

Answers: 1

Latest Answer

You can use the ColumnView.SelectedRowsCount property to return the number of selected rows/cards. if (gridView1.SelectedRowsCount > 0) { int[] selectedRowHandles = gridView1.GetSelectedRow...
test-img

DmitryG

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