This is a migrated thread and some comments may be shown as answers.

Filters now display [null] instead of nothing

1 Answer 224 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Sandy
Top achievements
Rank 1
Sandy asked on 19 Dec 2011, 09:49 PM
Hi -
We're upgrading our WPF application from Telerik control version 2010.2.0924 (WPF 3.5) to 2011.3.1116 (WPF 4.0).

The issue we're having is that the column filters now behave differently when there are cells that are empty. In the old version, the grid filter would display a checkbox with nothing next to it. In the new version, the checkbox has [null] or [empty] next to it ([null] for number columns, [empty] for string columns).

Please see the attached files that illustrate the behavior. We need the UI behavior to look as it did before, displaying nothing next to the checkbox.

Can this be fixed with the next service pack?

Thanks,
Sandy

1 Answer, 1 is accepted

Sort by
0
Rossen Hristov
Telerik team
answered on 20 Dec 2011, 05:04 PM
Hello Sandy,

In fact this was a bug that we have fixed. The end-user had no way of understanding what is this blank check-box.

So now we will show [null] or [empty] depending on the value. But don't worry -- we have made these strings localizable so you can replace them with anything that you like, which in your case I guess would be simply an empty string, i.e. ""

Here you can learn about localization.

The two keys that you would be looking for are:

GridViewFilterDistinctValueNull
GridViewFilterDistinctValueStringEmpty

So if you set these two to be empty strings you will get the previous behavior.

All the best,
Ross
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
GridView
Asked by
Sandy
Top achievements
Rank 1
Answers by
Rossen Hristov
Telerik team
Share this question
or