It is not possible to enter '*' symbol in property grid using numeric pad.

Grids for WPF Forum

Posted 12 years ago by Konstantin - Edifecs
Version: 13.1.0581
Platform: .NET 4.5
Environment: Windows 7 (64-bit)
Avatar

Hi,

 

It is not possible to enter '*' symbol in property grid using numeric pad. Issue can be reproduced on any product sample.

 

Thanks

Comments (4)

Answer - Posted 12 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Konstantin,

Thanks for pointing this out.  It's due to a fix we did for this issue.  We found a code update that will fix both issues.  It will be in the next maintenance release.


Actipro Software Support

Posted 12 years ago by AlexanderB - Software Developer, Edifecs
Avatar

Hi. Please suggest a workaround for this issue. It is important to have it fixed in our product this month, as '*' is a special symbol in our properties.

Posted 12 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi, you can override PropertyGrid.OnKeyDown and if the e.Key is Key.Multiply, don't call the base method.


Actipro Software Support

Posted 12 years ago by Konstantin - Edifecs
Avatar

Thanks, it works.

The latest build of this product (v25.1.0) was released 27 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.