I had a hierarchical grid with edit command at both the master and detail table (I only got 1 detail table) and it was working fine. Both edit command fire via Ajax Call using the AjaxManager
However, once I upgrade to the latest version, I found that my edit command don't work on detail table (ONLY detail table) anymore. Master table view is unaffected.
Clicking the command button on detail table will cause the detail table failed to bind. The detail table event did fire but the output contain no rows.
I tried revert to previous version (2015.2.623) WITHOUT changing any code and things is back to normal. I guess the latest build break something.
However, once I upgrade to the latest version, I found that my edit command don't work on detail table (ONLY detail table) anymore. Master table view is unaffected.
Clicking the command button on detail table will cause the detail table failed to bind. The detail table event did fire but the output contain no rows.
I tried revert to previous version (2015.2.623) WITHOUT changing any code and things is back to normal. I guess the latest build break something.