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

Grouppanel text

8 Answers 119 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Gilbert van Veen
Top achievements
Rank 1
Gilbert van Veen asked on 06 Aug 2010, 01:45 PM
Hi,

How can I change the default text in the grouppanel? Default the text is "Drag column..." I want to change this text (multi language) but I can't find how to do it?

Thanks in advance,

8 Answers, 1 is accepted

Sort by
0
Vanya Pavlova
Telerik team
answered on 06 Aug 2010, 02:29 PM
Hi Gilbert van Veen,

Generally there are two ways to achieve this result:
1. Create a new template for the GridView's GroupPanel in Expression Blend.
2. Change the localization strings for the GridView for the language you are using.

Please let me know if you need any further assistance.

All the best,
Vanya Pavlova
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
Gilbert van Veen
Top achievements
Rank 1
answered on 06 Aug 2010, 02:35 PM
Hi thanks for the quick response.

I wil go for option 2 but can you explain me how to do it?
0
Vanya Pavlova
Telerik team
answered on 06 Aug 2010, 03:00 PM
Hi Gilbert van Veen,

I believe that you would find  this article  very useful on this matter.

Sincerely yours,
Vanya Pavlova
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
Gilbert van Veen
Top achievements
Rank 1
answered on 06 Aug 2010, 03:12 PM
Is there also an example for the template construction?

Many thanks in advance.
0
Vanya Pavlova
Telerik team
answered on 09 Aug 2010, 03:26 PM
Hi Gilbert van Veen,

Do you need any additional information about template structure of the GroupPanel?
If so you could find it here.
Greetings,
Vanya Pavlova
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
Gilbert van Veen
Top achievements
Rank 1
answered on 20 Aug 2010, 07:45 AM
Many thanks for your help.

I solved it by using the resources (GridViewResources).
0
Renganathan
Top achievements
Rank 1
answered on 31 Dec 2010, 12:07 PM

LocalizationManager

 

 

.Manager = new LocalizationManager()

 

{

ResourceManager = GridViewResources.ResourceManager

};



I am getting error the name GridViewResources doesn't exist in the current context
please help me
0
Renganathan
Top achievements
Rank 1
answered on 31 Dec 2010, 12:28 PM
Sorry... I got the solution
Tags
GridView
Asked by
Gilbert van Veen
Top achievements
Rank 1
Answers by
Vanya Pavlova
Telerik team
Gilbert van Veen
Top achievements
Rank 1
Renganathan
Top achievements
Rank 1
Share this question
or