Is RowCreated event good for removing columns from gridview footer?

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

    Is RowCreated event good for removing columns from gridview footer?

    Hi,

    I need to modify gridview footer so it consists only of a single column that
    spans all data columns in a gridview. I first tried DataBound() event (as
    per suggestion found on the Net) but that did not always work. That is, the
    initial gridview display was fine but after selecting a row the footer's
    column count was 'restored' to the gridview's column count.
    I then tried RowCreated event and it seems to work. Is this a good place to
    do that or is it asking for trouble?

    I'd welcome any suggestions. Pointers to any on-line docs that describe a
    sequence of events fired during loading of a page that contains a gridview
    would also be appreciated.

    Thanks,
    Bogdan



Working...