** SORRY POSTED ON WRONG FORUM ** (--->MVC)
Is there a way to catch the new row event - like OnEdit() ?
I wish to do some manipulation on the new inserted row (in edit mode).
But I don't want this manipulation to occur in existing rows in Edit Mode (hence the OnEdit Event doesn't help).
To be more specific - I have a dropdownlist , while in inset mode I want to pass values from the selected item to other columns.
but I don't want it to be enabled on regular edit mode at all....
How can I achieve this ?
Is there a way to catch the new row event - like OnEdit() ?
I wish to do some manipulation on the new inserted row (in edit mode).
But I don't want this manipulation to occur in existing rows in Edit Mode (hence the OnEdit Event doesn't help).
To be more specific - I have a dropdownlist , while in inset mode I want to pass values from the selected item to other columns.
but I don't want it to be enabled on regular edit mode at all....
How can I achieve this ?