Hi,
Is there a way of disabling animation when expanding/contracting groups (groupBy) in a ListGrid? Something similar to TreeGrids' :
is the desired behaviour.
Thanks
Is there a way of disabling animation when expanding/contracting groups (groupBy) in a ListGrid? Something similar to TreeGrids' :
Code:
table.setAnimateFolders(false);
Thanks
Comment