Show or hide rows in datagrid
Gidday
I color code rows in a datagrid according to a status property in the dataprovider for each row.
I'd also like to have to the option of ticking a checkbox to show or hide rows of status 3.
Would this be possible with one dataprovider, or would I have to keep two dataproviders - one with the the status 3 and one without, and swap the dataproviders depending on the checkbox state?
Thanks guys
