|
Rank: Advanced Member Groups: Member
Joined: 7/21/2008 Posts: 90
|
I am having a hard time to figure out the following in MaskedEdit:
1. As and when I click on MaskedEdit textbox and then click on next MaskedEdit on another row then on this cell it takes the value from last clicked MaskedEdit textbox.
2. When I do a mouse click on MaskedEdit textbox it shows a black background and I can change the value. But when I do a <Enter> on MaskedEdit textbox it doesn't show a black background and can't change the value until I do a mouse click or use an access key.
Like in DateTime column when I press <Enter> it goes straight to edit mode. I was wondering how to achieve this behavior in MaskedEdit.
3. Sometimes I have to press <Del> to change the value and sometimes not.
I checked the documentation but couldn't get the clue or I missed out something.
Any help will be appreciated.
Thanks,
Vinny
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,193
|
Hi,
Sorry about the delay. For some reason this post was not correctly flagged yesterday when it was posted. Thus we have not responded it earlier. However we noticed this today during our daily review process.
We have looked into all the issues and here is what we found:
1. The Grid uses a single MaskedEdit textbox to edit all cells. However it supposes to load the new value when you move it from one cell to another cell. What you described appears to be a bug. So we will try to get that fixed as soon as possible;
2. It makes perfect sense to have it work the same way as DatePicker. Hopefully we can get that addressed in our next build;
3. We need more information on that. Do you mean none of the other keys work? <Del> and <Backspace> supposes to always work, and other keys should clear the contents when the contents of the MaskedEdit is selected (black). Please let us know on what occasion <Del> does not work and we will look further into the problem.
Thanks
|
|
Rank: Advanced Member Groups: Member
Joined: 7/21/2008 Posts: 90
|
Thanks for your reply. I'll keep on testing for <Del> issue and will share with you guys about the findings.
Vinny
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,193
|
Build 2008.0.27 (6.0.27) addressed issue #1 and #2. Please let us know if you have any more information on #3.
|
|