I am trying to insert a record into a Grid and set that record to "IsInEditMode" so that I can display my custom template.
I have tried the FireCommand via javascript but the "InitInsert" and "PerformInsert" aren't being caught by the Grid's OnItemCommand. If I use the same FireCommand to "Edit" an item, the OnItemCommand is triggered.
I have also tried:
Grid.MasterTableView.IsItemInserted = True
Grid.Rebind()
Any Suggestions??
I have tried the FireCommand via javascript but the "InitInsert" and "PerformInsert" aren't being caught by the Grid's OnItemCommand. If I use the same FireCommand to "Edit" an item, the OnItemCommand is triggered.
I have also tried:
Grid.MasterTableView.IsItemInserted = True
Grid.Rebind()
Any Suggestions??