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).
 
Back
Top