ReoGrid Forum

Fast and powerful .NET Spreadsheet Component

You are not logged in.

Announcement

This forum has been archived and no longer accepts new user registrations. Please report your questions, problems, and feedback to the issue page of ReoGrid on GitHub. Thank you for your cooperation.

https://github.com/unvell/ReoGrid/issues

#1 2015-08-24 08:46:41

bka_812002
Member
Registered: 2015-08-24
Posts: 4

Can we disable mutiple selection of cells in Reo grid using C#?

Hi
I am using the Reo grid in our project. But as per requirement we need to disallow the multiple selection of cells. How to achieve it in Reo grid programmatically? I didn't find any property like MultiSelect. Is it possible to achieve using C#?

Offline

#2 2015-08-24 10:16:59

Jingwood
Moderator
From: jing at reogrid.net
Registered: 2014-06-03
Posts: 615

Re: Can we disable mutiple selection of cells in Reo grid using C#?

Yes, selection could be set to single-cell mode by setting Worksheet.SelectionMode to Cell;

Also could be disabled and hidden by setting Worksheet.SelectionMode to None.

More at:
  https://reogrid.net/document/worksheet/
  https://reogrid.net/document/selection

Regards, Jing

Offline

Board footer

Powered by FluxBB