Is RowCreated event good for removing columns from gridview footer?

B

Bogdan

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top