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

RadFilter column names incorrect

2 Answers 80 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Robert Daggar
Top achievements
Rank 1
Robert Daggar asked on 23 Mar 2010, 04:25 AM
Hi

We are using RadGrids with Microsoft's Dynamic Data scaffolding.

In testing these grids with the new Radfilter control, I found that the fileter displays the underlying database attribute names intsead of the column header labels assigned to the grid columns (GridColumn.HeaderText). This creates and issue for our users as they cannot easily detrmine the column the wish to filter on. Also, it appears that the column type is derived from the underlying database attribute as well.

For example- we create a virtual attribute based on a concatentation of a numeric id and a string label - based on a joined table and using a foreign key (routefk in master table is linked to routes table, with route id and routelabel concatenated and displayed.) The radfilter displays the column as "routefk" and expects the user to enter a number.

Is there any way we can force the filter to use the column labels and types instead of the underlying data labels and data types.

2 Answers, 1 is accepted

Sort by
0
Nikolay Rusev
Telerik team
answered on 25 Mar 2010, 06:51 PM
Hello Robert,

I am afraid that currently the display names for fields are retrieved from DataField property of RadGrid columns and this cannot be modified. However we are working on improvements regarding giving the user option  for modifying the display value for all the fields/filter functions and group operations.

Greetings,
Nikolay
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Francisco
Top achievements
Rank 1
answered on 27 Mar 2013, 04:32 PM
Hi,

Have there been any updates on this topic since the last posting?

Thanks,
Francisco



Edit: ....actually never mind, just found the FieldEditorCreated event ;)
Tags
General Discussions
Asked by
Robert Daggar
Top achievements
Rank 1
Answers by
Nikolay Rusev
Telerik team
Francisco
Top achievements
Rank 1
Share this question
or