Hi,
I have a RadGrid, and I know the InsertForm is opened (RadGrid1.MasterTableView.IsItemInserted == true).
How can I now get the InsertForm? This code is not executed inside a RadGrid event call, so I do not have any eventargs to get the inserted item or InsertForm from...
I need a control on the current insertForm, and MasterTableView.Findcontrol() does not work...
Kind Regards,
Raymond