Hello,
I'm having difficulties when trying to add the following functionality to my RadGrid.
I have a RadGrid with a GridTableView inside the DetailTables section of the RadGrid. I've set the CommandItemDisplay so the commands are visible to the user; however, when a command is used, like "Add New Record", the Master Grid's ItemCommand event is fired and the CommandName is "InitInsert". The issue I have is that the master RadGrid also has commands, which will insert/update/delete records in a different table than the GridTableView Commands would update records in. I have been unable to determine how to identify whether or not the command is coming from the Master RadGrid or the GridTableView. Is there a way to determine that the user clicked the DELETE command of the detail table and not of the master table?
Any assistance would be appreciated.
Thanks!
Casey
I'm having difficulties when trying to add the following functionality to my RadGrid.
I have a RadGrid with a GridTableView inside the DetailTables section of the RadGrid. I've set the CommandItemDisplay so the commands are visible to the user; however, when a command is used, like "Add New Record", the Master Grid's ItemCommand event is fired and the CommandName is "InitInsert". The issue I have is that the master RadGrid also has commands, which will insert/update/delete records in a different table than the GridTableView Commands would update records in. I have been unable to determine how to identify whether or not the command is coming from the Master RadGrid or the GridTableView. Is there a way to determine that the user clicked the DELETE command of the detail table and not of the master table?
Any assistance would be appreciated.
Thanks!
Casey