I am Retrieving the data from Ms SQL as below ::
Eg::
Id Name address Number
1 abc 45-18-201 90303030
2 def 3-5-623 90303030
Now my requirement is :
Generally when we bind data to Grid First row which i mean ( Id Name address Number) would be the heading but i want ( 1 abc 45-18-201 90303030) as heading for the grid in dev express
HOZ it possible ...? in C#