I can’t seem to find an eventthat will let me determine which row I am currently on. Here’s what I’ve got:
A grid with 3 columns.
Column 1 is the data/time the row was entered.
Column 2 is the UserID of the user that entered the row.
Column 3 is the Journal Entry.
I was the user to click into a row and based on whether the current user is the same as the user that entered that row, they can edit the Journal Entry or not.
I’ve tried both the CurrentRowChanged and CurrentCellChanged events, but they give me into based on the row I’m leaving, not the row I’m entering.
Another factor is that if the row is a new row, I want the user to be able to enter data into the Journal Entries column.
Can anyone help me figure this out?
Imported from legacy forums. Posted by DimondWoof (had 1297 views)