I have a hierarchical grid containing the parent and a single child. Both forms use a templated editform. I've added custom buttons to both forms for handling insert/update/Cancel. However, on the child form, none of these seem to be firing the standard RadGrid events.
Any reason why this might be? I've checked the child grid's editform over and compared it to the parent grid's editform and can't see a problem.
Correction: Just looked deeper into it and the cancel button works. Pressing the insert button causes a response but doesn't affect the grid and doesn't store anything in the database.
Any reason why this might be? I've checked the child grid's editform over and compared it to the parent grid's editform and can't see a problem.
Correction: Just looked deeper into it and the cancel button works. Pressing the insert button causes a response but doesn't affect the grid and doesn't store anything in the database.