Can I have rows in a ListGrid that are not associated with the grids DataSource.
For example I have a ListGrid that contains a list of groups where each group can have any number of members. The groups displayed are backed by a DataSource. What I would like is to be able to have an extra item in the ListGrid for a 'special' All group that everyone is always a member of.
Is this possible?
I could generate the All group on the server side, but it makes more sense to handle it client side as the server really doesn't need to know about it.
For example I have a ListGrid that contains a list of groups where each group can have any number of members. The groups displayed are backed by a DataSource. What I would like is to be able to have an extra item in the ListGrid for a 'special' All group that everyone is always a member of.
Is this possible?
I could generate the All group on the server side, but it makes more sense to handle it client side as the server really doesn't need to know about it.
Comment