Hello,
I am creating grid and its subgrid dynamically, by posting ajax request and doing eval(response); (i do this because a schema of a subgrid depends on which row i have clicked).
With main grid everything works fine. After I expand row, subgrid gets created OK (eval from JSP generated action), too, but writes out Loading and stays like that.
It should add a row of data, which does get fetched (firebug reports correct response of the json row I need to see in a subgrid).
However, firebug shows an error:
$(ts.rows).after(row);if(afterInsRow){ts.p.afterInsertRow(row.id,rd);}
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top