Hello, is there a possibility to customize the Header of the Grid? I must add some Controls over the Header. Is there a Custom Header Layout for the Grid?
Hello,
In order to customize the gird you should retemplate the HeaderLabelArea and put in that template a any control you need. In the samples browser installed locally with your installation and samples you can find a sample called “Custom HeaderLabelArea Style” under the XamDataGrid -> Themes and Custom Styles
I hope this helps.
Sincerely,DimiDeveloper Support EngineerInfragistics, Inc.
I am trying to "internationalize" an existing project that uses igDP:XamDataGrid.
The grid is data bound to a class, and The header row int he grid shows the field names, as defined in the class.
The header thus look like English. I would like to display translated strings on the header, taken from a resource file.
What is the best way to do that?
Being an older project, I am required to use VS2008, and being a newbie to XAML I am fish out of water.
Thanks for your help.