P
Peter Larsen [CPH]
Hi,
I use a List<object> as datasource to a DataGridView class.
The datasource class looks like this:
public class DataList : List<DataListItem>
{
...
}
Is it possible to "remove" or omit some entities from the list temporary ??
Lets say i have 100 items in the list and they are sorted after their
colors.
The user then choose to remove some of the colors from the list.
What i want to do, is to omit some of the items from the view (temporary
hiding) without removing them from the list. Is that posible ??
Thank you in advance.
BR
Peter
I use a List<object> as datasource to a DataGridView class.
The datasource class looks like this:
public class DataList : List<DataListItem>
{
...
}
Is it possible to "remove" or omit some entities from the list temporary ??
Lets say i have 100 items in the list and they are sorted after their
colors.
The user then choose to remove some of the colors from the list.
What i want to do, is to omit some of the items from the view (temporary
hiding) without removing them from the list. Is that posible ??
Thank you in advance.
BR
Peter