Skip to main content
Known Participant
March 13, 2008
Answered

remove row count in flash cfgrid

  • March 13, 2008
  • 2 replies
  • 466 views
Hi, does anybody know how to remove the row count column that appears in a cfgrid flash format?

many thanks
    This topic has been closed for replies.
    Correct answer paross1
    Try rowheaders="No" in your cfgrid tag.

    Phil

    2 replies

    Known Participant
    March 13, 2008
    How stupid of me. I didn't even think that was related to that, so sorry.

    thanks for the help :)
    Participating Frequently
    March 13, 2008
    Yeah, cfgrid is one of those tags that has a zillion parameters, and it is easy for one's eyes to glaze over when trying to figure out which one just might happen to apply to your particular situation.

    Cheers,
    Phil
    paross1Correct answer
    Participating Frequently
    March 13, 2008
    Try rowheaders="No" in your cfgrid tag.

    Phil