Hello!
How to get the data from the row meant for addingRow on the server side and not from rowAdding event?
this.WebHierachicalDataGrid1.Behaviors.EditingCore.Behaviors.RowAdding.Row returns null if it's not in the events connected with rowAdding.
Thnaks in advance.
Hi,
I'm posting one more issue link here hoping that someone would see - there I haven't been answered for a week already and that issue is crucial for me. http://es.infragistics.com/community/forums/p/74746/378495.aspx#378495
It turned out that yes... But it concerns more WebDropDown so I posted it here http://es.infragistics.com/community/forums/p/74631/377250.aspx#377250
I'm glad I could help.
Feel free to contact me if you have any other questions.
Hello Nikolay,
Thank you, everything works pretty nice!
Hi Andrey,
You should be able to get the updated values from the RowUpdatingEventArgs of RowUpdating event - for example: e.Values["Name"]. It does not matter where you are calling commit() function.