P
PJ6
CSS pseudoclasses are too limiting at the moment (epspecially for IE), so
when I'm authoring say, a grid control, I believe there are only two
possibilities - one, emit javascirpt for each cell, or two, emit javascript
to wire up events to each cell client side. I've read a lot about the
benefits of using the second approach because it "saves bandwidth"... but
really. That's trivial unless you have a large number of rows, in which case
you have a poor presentation design. Which approach is best for performance
client side? I would be inclined to say the first but before I go ahead and
test: this question has probably already been asked and answered; what's the
commonly accepted best practice?
Paul
when I'm authoring say, a grid control, I believe there are only two
possibilities - one, emit javascirpt for each cell, or two, emit javascript
to wire up events to each cell client side. I've read a lot about the
benefits of using the second approach because it "saves bandwidth"... but
really. That's trivial unless you have a large number of rows, in which case
you have a poor presentation design. Which approach is best for performance
client side? I would be inclined to say the first but before I go ahead and
test: this question has probably already been asked and answered; what's the
commonly accepted best practice?
Paul