Hi All,

I am developing a GUI in Boa Constructor. I am using a grid for displaying some data and want to change the names of the column and row headers in the grid.

Please help me in achieving this.

Regards,
Dinil

Take a look at:
http://www.daniweb.com/forums/post666940-59.html

Particular the line:
self.SetColLabelValue(ix, title)
where ix is the column number and title is the string you want for the header

I think it will similar for the Row.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.