Hi Abu,
I have one page with a subgrid.
The subgrid is called edit_line_invoice.
I'm trying to make a conditionnal format on the subgrid so i added this option:
$opt["loadComplete"] = "function(ids) { grid_onload_sub(ids); }";
…
and the function grid_onload_sub:
http://pastebin.com/vB4mYbeg
When i load the subgrid i have well the alert popup but the lines didn't change the colors.
Is there something i made wrong ?
Thanks
Mofel
1 Answers
Your Answer