Hello!
For some reason no matter which event I'm firing AfterRowActivate or AfterRowUpdate the IsAddRow is always set to false even though I'm clicking or updating the Add New Row.
So what I have is an ultraGrid with AllowAddNew set to AllowAddNew.FixedAddRowOnBottom. In my grid I'm trying to catch when user clicks on that Add New Row to set some default values in the columns. Also I'm trying to catch when user is done updating Add New Row. However in both of these cases e.Row.IsAddRow is set to false.
Anyone has any idea what is going on?
Hello ,
I am checking about the progress of this issue. Please let me know If you need any further assistance on this.
Hello,
I tried this with the 'AfterRowActivate' event and it works fine for me - e.Row.IsAddRow is True. In the other event I believe that this is expected. I attached my sample to this post for you so please review it and feel free to let me know if I misunderstood you or if you have any other questions.