with WinForm + DataGrid

How do I Catch the event if the text have changed in a specific cell ?

Please Help!!!

DataGrid Event Problem by David

David
Wed Sep 10 10:37:37 CDT 2003


>-----Original Message-----
>with WinForm + DataGrid
>
>How do I Catch the event if the text have changed in a
specific cell ?
>
>Please Help!!!
>
>
>.
>

Hi Mario,

I'm not a DataGrid expert (hence my own question further
up!) but the chap who put this page together seems to be...

http://www.syncfusion.com/FAQ/Winforms/

Go to the 'DataGrid' section where there's loads of useful
examples and how to's. One that looks like it might help
you is...

"5.80 How can I detect when a cell starts being edited,
not when it becomes current? "

There's also a downloadable code sample there.

Hope this is of some help,

Cheers,

David Millington.

Re: DataGrid Event Problem by Ulrich

Ulrich
Wed Sep 10 11:41:28 CDT 2003

Hi Mario,

the column hosts a textbox for editing the cell, and the textbox is accessible from "outside". Just hook your eventhandler in the
DatagridColumnstyle.Textbox.TextChanged event. You will have to check the grid's current row index to identify a specific cell.

Hth, Ulrich


"mario" <MSimard@paradox.ca> schrieb im Newsbeitrag news:uyeGQG5dDHA.2112@TK2MSFTNGP10.phx.gbl...
> with WinForm + DataGrid
>
> How do I Catch the event if the text have changed in a specific cell ?
>
> Please Help!!!
>
>