Hi,
I'm using sfdatagrid nuget version 19.3460.0.57 . I get a big red cross on where the checkbox filters should appear. please refer image.
I am using the following lines to filter out data based on textbox change
private void txtSName_TextChanged(object sender, EventArgs e)
{
GridV.ClearFilters();
GridV.Columns["Name"].FilterPredicates.Add(new FilterPredicate() { FilterType = FilterType.Contains, FilterValue = txtSName.Text });
}
Attachment:
Filter_error_4457522c.zip