I have an advanceddatagrid that gets created in actionscript.
Everything works fine, it comes up with all the properties and data
set correctly, however when I try to set the lockedRowCount to
anything > 0, it doesn't get set.

So I have something like...

dg.lockedRowCount = 2;

and if I set a break point and debug, it has lockedRowCount = 0

Any idea what could be going on here, I even tried setting it in a
function that gets called at the very end after everything else is
done, and it still doesn't work.

I'd really appreciate any help.

Reply via email to