Hi, i have a project where i use your RadGridView Control, and pass an IQueryable as the ItemsSource property, but the following is happening:
When i select one of the checkboxes from a columnfilter, all works ok (only the items represented by the selected value appears), but when i unchecked it nothing appears in the gridview (the grid view shows no data [no lines]), but the sql that is passed to the database is ok! (i got it with the SqlServer Profile), the same doesn't happen if i click the clear filter button (all the data is showed in the grid).
Regards,
Miguel Freire
When i select one of the checkboxes from a columnfilter, all works ok (only the items represented by the selected value appears), but when i unchecked it nothing appears in the gridview (the grid view shows no data [no lines]), but the sql that is passed to the database is ok! (i got it with the SqlServer Profile), the same doesn't happen if i click the clear filter button (all the data is showed in the grid).
Regards,
Miguel Freire