Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 617905
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T18:29:10+00:00 2026-05-13T18:29:10+00:00

I have a Datagrid thats being populated by different Arrays… (headers/columns change for the

  • 0

I have a Datagrid thats being populated by different Arrays… (headers/columns change for the same DataGrid)…

I would like to Select a Column of the Datagrid after it was generated by the Dataprovider and Bold it, and place it as the ‘last column”

This is what I have…. and throwing an error:

private function populateGrid(evt:Object):void {
 dg.dataProvider = evt as Array;
 if (dg.columns.length > 0) {
      for (var i:int = 0; i < dg.columns.length; i++) {
           if (dg.columns[i].dataField == '_user_total') {
                DataGridColumn((dg.columns[i].dataField)).setStyle('fontWeight', 'bold');
           }
      }
 }

}

This way I would like to have One Datagrid (for different Arrays) )without having the Columns fixed and declared (like in MXML), but dynamic, and would like a ‘specific’ column to be Bolded, and placed as the last column, in this example, the column with dataField _user_total.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T18:29:11+00:00Added an answer on May 13, 2026 at 6:29 pm
    private function populateGrid(evt:Object):void {
     dg.dataProvider = evt as Array;
     if (dg.columns.length > 0) {
          for (var i:int = 0; i < dg.columns.length; i++) {
               if (dg.columns[i].dataField == '_user_total') {
                    (dg.columns[i]).setStyle('fontWeight', 'bold');
               }
          }
     } 
    

    }

    So the code above does it for me

    After finding the Column in question dynamically… we bold it!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Silverlight DataGrid that's being populated with different types of data for
I have a DataGrid that's being populated with the code below, the code below
I have a DataGrid component that I would like to update every 5 seconds.
Using .NET 1.1, I have a DataGrid that contains three columns for each row.
I have a DataGrid component that displays a few columns of data. It has
I have a DataGrid where one of the columns has a labelFunction. When I
I have a DataGrid bound to a DataView which, among other columns has, an
I have a dynamic DataGrid in which one of the columns is a CheckBox.
I have a datagrid that is displaying data that is being returned from a
I have a datagrid with a column of comboboxes defined like this: <DataGridTemplateColumn x:Name=AssortmentQualitySettingsDataGridColumn

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.