I'm using the radgrid to display/sort data and maintain consistency in the app, but editing and adding of one particular grid is handled by another control due to complexity.
I'm able to handle most of this in the OnItemCommand event with either RadGrid.InitInsertCommandName, RadGrid.EditCommandName etc. The part I'm having trouble with is the actual Add button. The "Add new item" LinkButton works fine but the "+" button never hits the OnItemCommand event even though they presumably would be doing the exact same thing. What do I have to do?
I'm able to handle most of this in the OnItemCommand event with either RadGrid.InitInsertCommandName, RadGrid.EditCommandName etc. The part I'm having trouble with is the actual Add button. The "Add new item" LinkButton works fine but the "+" button never hits the OnItemCommand event even though they presumably would be doing the exact same thing. What do I have to do?