This question is locked. New answers and comments are not allowed.
I am using the 2003.1109 internal build and need to know whether the row I am currently editing is new (i.e., it was just added via BeginInsert). According to the documentation, The RadGridView has a NewRow property but it does not seem to be there.
I also tried checking for the row to be of type GridViewNewRow and it looks like the row is always of type GridViewRow.
How can I find out if I am currently editing a new row?
Thanks in advance,
-OmarV
I also tried checking for the row to be of type GridViewNewRow and it looks like the row is always of type GridViewRow.
How can I find out if I am currently editing a new row?
Thanks in advance,
-OmarV