Non-selectable DataGridViewRow. Is it possible?

0
0

Hi guys,

Is it possible to make some DataGridViewRow non-selectable?

Kind regards,
Dmitry

  • You must to post comments
0
0

Hi Dmitry,

Setting Enabled = false on any Wisej.Web.Control makes the Control unselectable. DataGridViewRow and DataGridViewCell don’t inherit from Wisej.Web.Control and I’m afraid neither support the Enabled property.

  • You must to post comments
0
0

Dear Tiago,

A I already told here:
https://wisej.com/support/question/datagridviewrow-and-theme-mixin,
we need to add some non-standard information rows into DataGridView such as row for totals or row-delimiter of groups etc. These rows should not be selectable ones nether by mouse click nor by keyboard. And also they have to have different style for formatting, like the HeaderRow has.

Kind regards,
Dmitry

  • You must to post comments
0
0

Hi Dmitry,

This is an unusual application requisite. Since you can set ReadOnly for the entire grid, row and cell so users can’t change the content, why do you need to make it non-selectable?

  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.