Datagrid tablestyles - must be done programmatically?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • JeremyGrand

    #1

    Datagrid tablestyles - must be done programmatically?

    I'd just like to confirm that one really can't use the ide to configure
    tablestyles & columnstyles in a datagrid. I've tried it and can't make it
    "take". The examples I find all show this done in code. In the help, I see
    that tablestyles actually take effect at the time they are applied to the
    grid, which of course is a catch22 -- you can't define columnstyles in the
    gui until _after_ you've assigned the tablestyles collection.

    Am I missing something?

    Jeremy


  • JeremyGrand

    #2
    Re: Datagrid tablestyles - must be done programmaticall y?

    Apparently you've gotta type in the mapping name in the tablestyles
    component, it can't be chosen from the (empty) dropdown list provided.
    Seems to work now.

    "JeremyGran d" <jeremy@ninprod ata.com> wrote in message
    news:uUtDKP8WFH A.2448@TK2MSFTN GP12.phx.gbl...[color=blue]
    > I'd just like to confirm that one really can't use the ide to configure
    > tablestyles & columnstyles in a datagrid. I've tried it and can't make it
    > "take". The examples I find all show this done in code. In the help, I
    > see that tablestyles actually take effect at the time they are applied to
    > the grid, which of course is a catch22 -- you can't define columnstyles in
    > the gui until _after_ you've assigned the tablestyles collection.
    >
    > Am I missing something?
    >
    > Jeremy
    >[/color]


    Comment

    Working...