datagridcolumn visible=false acting weird
hi everybody!
i have problems few columns shows again when send httpservice dataprovider datagrid. stay hidden if use repeater, not when use httpservice. downloaded hotfix hoping solution, didn't not solve it.
is there work around, or have wait next hotfix?
i have problems few columns shows again when send httpservice dataprovider datagrid. stay hidden if use repeater, not when use httpservice. downloaded hotfix hoping solution, didn't not solve it.
is there work around, or have wait next hotfix?
i have experienced several issues issue. although latest version addressed of them, there seems instances still happens.
try this.
create function like.
public function sethiddencolumns():void {
lastactivitydate.visible = false;
ownername.visible = false;
}
then call function on creationcomplete , after remote object result.
also, have noticed different results how datagrid columns ordered in code. try putting field visible last column. so, make sure don't have hidden column last column. fixed issue.
try this.
create function like.
public function sethiddencolumns():void {
lastactivitydate.visible = false;
ownername.visible = false;
}
then call function on creationcomplete , after remote object result.
also, have noticed different results how datagrid columns ordered in code. try putting field visible last column. so, make sure don't have hidden column last column. fixed issue.
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment