Pergunta

Hai all,

How to change devexpress gridconrol column header caption using c#. please help

Foi útil?

Solução

This can be done using the following code in the Page_Load event:

ASPxGridView1.Columns[0].Caption = "Some Value";
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top