Jump to content

Grid.CellForeColor is not getting applied on upgradeHelpers.DataGridviewFlex


Vaibhav

Recommended Posts

In VB6 application, Many flexgrid is used which it has create it as DatagridFlexView in c#.net now on changing fore color, or back color even any style changes is not getting applied on it.

i quick watch it is showing but in front end it is not reflecting. kindly suggest.

 

Link to comment
Share on other sites

  • 1 month later...

It is simple and showing appliyed in quick view but in form it is not reflecting .

   switch (Code.Convert(Grid.Rows[pRow].Cells[pCol].Value.ToString()))
                                {
                                    case "created":
                                        Grid.CellForeColor = Color.Gray;
                                        break;

}

Link to comment
Share on other sites

  • 10 months later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Terms of Use