i am working on a web application that needs to load customised grid column headers depending on the logged in users locale.
there are a number of different grids in the application, and whilst many of the header labels for these grids are generic, a small number are not and need to be loaded at runtime to the term relevant to them.
how would i do this?
currently my grid is populated from a datatable and the column names are coming from the datatable column names.
i think first step will be to create my localised column names in a database for each locale and bring them into my datatable.
i just need to know how to populate/override my radgrid column header text with the database values for specific columns.