StephleHardi
2 years ago
Hi, Igor

1) We can select an area of ​​cells with the mouse.

If the first cell of the zone to be selected is the active cell, then, when you click on it to start the selection, it goes into edit mode and selection with the mouse becomes impossible.

Could the "SingleClickEdit" property (True or False) also have the "DoubleClick" to put a cell in Edit mode which would avoid this problem?

Maybe there is a way to do this but I haven't found it.

2) And a small question : Can we write numbers (or others) in the left column (RowHeader)


Excuse my english

Thank You

Stephane

France
Igor/10Tec
2 years ago
1: There is no simple way to implement it. The only easy option is to use Ctrl in multi-select mode when you click the current cell to start selection from it, but holding down Ctrl always adds the new selection to the existing one. We can consider disabling cell editing of the current cell when the user clicks it again (not double-click) in the future updates of iGrid. For example, in Excel this works as you expect. What do you think?

2: Use custom drawing. An example of this can be found in the manual in subsection 9.4. Custom Draw Row Headers.
StephleHardi
2 years ago

Thank you very much for your quick and precise answer.

Yes "considering disabling cell editing of the current cell when the user clicks it again (not double-click) in the future updates of iGrid" is a good idea.
It would fit perfectly.

And thank you also for telling me the method to write in the rowheader

Any idea on the release date of the future version ?

Thank you very much again

Stephane
Igor/10Tec
2 years ago
We have almost finished the next servicing update, so it's a matter of several days if all goes ok. I am going to implement this improvement today and send it to you for testing. Check your mailbox periodically.
Igor/10Tec
2 years ago
The problem with drag select and editing was fixed in the v10.1.22 we released yesterday. Now editing of the current cell begins when the mouse button is released but not when pressed as it was in the previous versions. This helps to solve the problem and makes iGrid work the same way as DataGridView and ListView.