I'm looking for help on using the radgrid checkbox filtering. Everything is working good but I would like to get the value of what is checked when I export my grid to PDF. I want to include these values in the header in the PDF. I tried using:
string str2 = RadGrid1.MasterTableView.Columns.FindByUniqueName("mycolumn").CurrentFilterValue;
but this just returned an empty string.