Since RadListView uses the powerful data layer used also by
RadGridView
and
RadListControl
it supports out of the box sorting, filtering and grouping operations. Every operation is achieved by
adding the appropriate Descriptor (FilterDescriptor,
SortDescriptor or GroupDescriptor) to the respective
Descriptors collection of RadListView (FilterDescriptors and
GroupDescriptors).
Note |
|---|
When a Descriptor is created, the first argument requires a PropertyName.
This property name is used to find a column in the Columns collection of
RadListView and execute the desired operation over this column. If such does not exists,
the operation is executed for the Value property of the items.
|
Another interesting feature of RadListView is the support of a kinetic scrolling, which makes it
very convenient control for usage of applications deployed on Kiosks. Enabling this feature
is as simple as setting the EnableKineticScrolling property to true.