Change coloumn''s name in GroupGridContr with out changing Col name in DataTable

Hi! My situation is like GGC_ShowTables_702496b2.zip (in your uploads). How can I change name of columns ? I can change coloumns name in tables, but it is not good idea:(. How can I change names of coloumn only in GGC? Thanks.

3 Replies

AN Andrew August 15, 2005 11:05 AM UTC

>Hi! > >My situation is like GGC_ShowTables_702496b2.zip (in your uploads). How can I change name of columns ? I can change coloumns name in tables, but it is not good idea:(. How can I change names of coloumn only in GGC? > >Thanks. Sorry, the answer is in few messages ago :)


AD Administrator Syncfusion Team August 15, 2005 11:07 AM UTC

Exactly what do you want to change? Is it the HeaderText that appears in the column header cell for the column? If so, try setting: grid.TableDescriptor.Columns[colName].HeaderText = "SomethingElseOtherThan colName";


AN Andrew August 15, 2005 12:12 PM UTC

>Exactly what do you want to change? Is it the HeaderText that appears in the column header cell for the column? If so, try setting: > >grid.TableDescriptor.Columns[colName].HeaderText = "SomethingElseOtherThan colName"; > Thanks. I use search, but help was so close :)

Loader.
Up arrow icon