Datagrid editing Complex?? **Resolved**
Hi and thanks for taking the time to read my post.
I want to know how I can raise an event when a user changes/edits a field in my datagrid.
I don't want to update the datasource or table, what I want to be able to do is rename a file (or do anything for that matter).
IE.. When a user clicks a cell in my datagrid and they change the cell with text "Filename.txt" to "Filename2.txt", I want to raise an event to actually rename the file in windows explorer.
Thanks for the support,
Rankun
I used CurrentCellChanged event.
Hi and thanks for taking the time to read my post.
I want to know how I can raise an event when a user changes/edits a field in my datagrid.
I don't want to update the datasource or table, what I want to be able to do is rename a file (or do anything for that matter).
IE.. When a user clicks a cell in my datagrid and they change the cell with text "Filename.txt" to "Filename2.txt", I want to raise an event to actually rename the file in windows explorer.
Thanks for the support,
Rankun
I used CurrentCellChanged event.
Last edited: