Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3565
WinGrid Version 20092 Selected Text Problem
posted

I just upgraded one of my projects to the latest release of WinForms (v9.2). I have a problem now that happens when a user select a cell to edit its contents. When the user click on a cell to edit the contents the data is selected including it's mask area. For example if I have a numeric value with a mask of {double:9.2} it is selecting the whole available mask versus just the value in the cell.

The problem is that the data in the cell disappears to the right of the cell and so far I've had one users app crash after trying to type into the cell. Most often if you scroll to the right in the cell you will see the original text or in this case a numeric value. Sometimes it disappears all together until you move off the cell. I'm having to consider going back to the last version if I can't get this fixed. This only started happening after I upgraded to V9.2.

Is this something that is known or is being worked on?