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

DataFilter With Arabic or Persian Values

3 Answers 32 Views
DataFilter
This is a migrated thread and some comments may be shown as answers.
Hossein
Top achievements
Rank 1
Hossein asked on 10 Jul 2013, 10:23 AM
Hi,

I have a RadDaraFilter that has been bounded to a RadDataGrid.
The columns of table are (Name, LName, Tel) in SQL, So, the radDatafilter has been shown ("Name, LName, Tel").

How I could change the field of radDataFilter from "Name" to "Person's Name" or from "LName" to "Last Name", Please?
Thanks

3 Answers, 1 is accepted

Sort by
0
Accepted
Dimitrina
Telerik team
answered on 10 Jul 2013, 10:27 AM
Hello,

To achieve your goal, you can set AutoGenerateItemPropertyDefinitions to false for the DataFilter and then manually define the properties that you would like to show. This is done through the ItemPropertyDefinitions collection. Please note that each ItemPropertyDefinition has three properties:

- PropertyName
- PropertyType
- DisplayName

I hope this helps.
 

Regards,
Didie
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
Hossein
Top achievements
Rank 1
answered on 10 Jul 2013, 10:52 AM
Dear Didie 

Thanks for your quick and truth reply.
Another problem is that:

How I could change the filter ("Is equal to", "Contain", .....) of radDataFilter in multi language programs?

For example, I want to use the translate of "Contain" in Arabic language.

With Best Regards;
Hossein.
0
Accepted
Dimitrina
Telerik team
answered on 10 Jul 2013, 11:14 AM
Hi,

I would suggest you to check this help article for a reference. 

Regards,
Didie
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
DataFilter
Asked by
Hossein
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
Hossein
Top achievements
Rank 1
Share this question
or