A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: dataGrid component

  1. #1

    dataGrid component

    Hey,
    i am trying to set movie clip as a substitute header for the column(dataGrid Component). For some reason i can't figure it out. Nothing is showing up, i don't quite understand how to connect new column with existing dataGrid. Thanks

    gridColumn = new FGridColumn("First");
    gridColumn.setHeader(header);

  2. #2
    Never mind, i figured it out. If anybody is wondering here is the code.

    gridColumn = new FGridColumn("Number");
    gridColumn.setHeaderSymbol("fade_mc");
    dataGrid.addColumnAt(0, gridColumn);

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center