DataGrid Query

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?
 
K

Ken Tucker [MVP]

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?
 
C

Cor Ligthert

Ken,

The page works for me as well again using the DNS

I change it back

Just to let you know.

Cor
 

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

Top