Question

Hai all,

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

Was it helpful?

Solution

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

ASPxGridView1.Columns[0].Caption = "Some Value";
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top