DataGrid Query

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using a DataGrid Control with a collection of TableStyles to customise
input. All my table styles are of DataGridTextBoxColumn type. At the end of
the last row, I need to force the row to update when the user presses return
on the rightmost column. How do I do this?

For some reason, the Data Grid KeyDown, KeyUp and KeyPress events do not
seem to fire when you type input into the grid. I am looking to use these
events to in some way force the update, but since this is not working has
anyone any other suggestions?
 
Hi,

http://www.syncfusion.com/FAQ/WinForms/FAQ_c44c.asp#q836q

Ken
-------------------------
I am using a DataGrid Control with a collection of TableStyles to customise
input. All my table styles are of DataGridTextBoxColumn type. At the end of
the last row, I need to force the row to update when the user presses return
on the rightmost column. How do I do this?

For some reason, the Data Grid KeyDown, KeyUp and KeyPress events do not
seem to fire when you type input into the grid. I am looking to use these
events to in some way force the update, but since this is not working has
anyone any other suggestions?
 
Ken,

The page works for me as well again using the DNS

I change it back

Just to let you know.

Cor
 
Back
Top