Hi,
I'm using the gridview and sometimes get quite a lot of rows, like about 40.000 records.
there are about 18 columns and some need formatting based on the value in the cells.
this works fine either through the conditinal formatting or in the rowformatting/cellformatting event as described in some of your posts and tutorials.
so far so good.
However, two cells need some more action and I'm just wonderingwy the rowfomatting event is always fired, when you scroll or get the focus in the grid etc. Seems a little too much.
Shouldn't those events be fired when the value changes or is there an event which only fires when the value changed or when the value is being written in the cell? Like a rowcreated event?
Thanks
I'm using the gridview and sometimes get quite a lot of rows, like about 40.000 records.
there are about 18 columns and some need formatting based on the value in the cells.
this works fine either through the conditinal formatting or in the rowformatting/cellformatting event as described in some of your posts and tutorials.
so far so good.
However, two cells need some more action and I'm just wonderingwy the rowfomatting event is always fired, when you scroll or get the focus in the grid etc. Seems a little too much.
Shouldn't those events be fired when the value changes or is there an event which only fires when the value changed or when the value is being written in the cell? Like a rowcreated event?
Thanks