Are you using ListCollectionView? A View is a subset of a data set. Filtering doesn't not change the data set, just what is in the view.
On 3/9/16, 4:03 AM, "Patil, Virat" <[email protected]> wrote: >Hello > >I have AdvancedDataGrid showing hierarchy data >Functional requirement is I want to hide a row depending on condition. > >Option 1 : We can use the filterFunction to remove the object then the >row won't be shown. > >But in my case the I don't want to remove the object using filter >function just want to hide the row using the data from that object > >Is this possible by any chance > > >Regards >Virat I Patil >This message contains information that may be privileged or confidential >and is the property of the Capgemini Group. It is intended only for the >person to whom it is addressed. If you are not the intended recipient, >you are not authorized to read, print, retain, copy, disseminate, >distribute, or use this message or any part thereof. If you receive this >message in error, please notify the sender immediately and delete all >copies of this message. >
