I have a radgrid which has another radgrid inside it in a
nestedviewtemplate. What I am having a problem with is it won't fire
the InsertCommand in the inner grid when I am trying to add a row. I am
dynamically loading the grids and do all inserts in the code behind
dynamically too. Inside the first nestedviewtemplate I have tabs that have usercontrols dynamically added. Inside one of those I have a radgrid which I am needing to allow adding of records. When you click on the add, the add window pops up and allows you to fill out the field, but when you click on the insert button on that it does nothing. The insertcommand does not fire within that usercontrol. What do I need to do to fix this?