DataGrid and alt+a shortcut problem.

  • Thread starter Thread starter DanBar
  • Start date Start date
D

DanBar

I want to enter text into DataGrid that contains letters like ± (atl+a), ê
(alt+e), ¶ (alt+s) etc. (Polish language). The problem is that alt+a and
alt+c are shortcuts and are - I think - preprocessed by the grid. Is there
any simple way to change this behaviour?
 
Hi Daniel,

You should play with overridable DataGrid methods like ProcessKeyPreview. I
managed to solve the "Grey +" key problem with the DataGrid this way (you
cannot enter the "+" sign to a grid cell with this key by default).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top