FlashDesign
07-02-2004, 04:17 PM
Hey everyone,
There must be a way to put a space in the column name for a DataGrid, but I can't figure out how. For example, I want one column to say "Added By", but I temporarily have it as "AddedBy" because I dunno how else to do it. :( Here's an example of my code:
transactionsDP = new Array({AddedBy:"sts", AddedDate:"01/01/04"});
dgTransactions.dataProvider = transactionsDP;
Thanks so much!
There must be a way to put a space in the column name for a DataGrid, but I can't figure out how. For example, I want one column to say "Added By", but I temporarily have it as "AddedBy" because I dunno how else to do it. :( Here's an example of my code:
transactionsDP = new Array({AddedBy:"sts", AddedDate:"01/01/04"});
dgTransactions.dataProvider = transactionsDP;
Thanks so much!