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?
Hello, I am going to create support case for you. And we can investigate further in order to verify that this is the same issue.This fix for this issue is not released yet, and will be included in the next service release.I hope this helps.Sincerely,DimiDeveloper Support EngineerInfragistics, Inc.
I have the same issue, if the edit mask is wider than the width of the cell, the contents of the mask editor is scrolled off to the right so it can't be seen when you click in the cell.
Is there a resolution/hotfix for this?
Thanks.
Hello Steve, I manage to reproduce the behavior you described. I am going to log this as development issue and when the issue is fixed I will let you know. For this purpose I will reach you trout our customer support system.Sincerely,DimiDeveloper Support EngineerInfragistics, Inc.
I mistakenly said that I was using a mask in my last post. I'm actually using the column style property instead set to double. So that field I said that had a mask of {double:9.2} actually had a style of double.After playing around a little bit I've noticed that the behavior varies when making changes to the grid presets and/or the app style (.isl) file that I have loaded. I create a simple test project and I was not able to reproduce the same results. If I set the preset of one of my grids to the default setting and click into a cell the contents aren't automatically selected. But then sometimes when I click into the cell the contents disappears out of view to the right. I can't explain this apparent random cell click behavior. I tried deleting the grid and recreating it thinking perhaps some old setting could be the cause but this had no effect.I'm not sure, but it appears that there is some sort of style setting that is causing the problem. The problem is not that the cell is selecting the contents when you click into the cell. This is actually what I want it to do. The problem is that the cell is pushing the contents out of view and then something funky sometimes happens when the user types in something the cell and moves to the next cell there appears to be nothing there.I didn't have this problem prior to updating to the 2009.2. I'd rather not have to go back to the previous version. I'm attaching the project in a zip file.