That's what i am trying to avoid. If the grid has 2000 rows rendered, any
postback on the page attempts to roundtrip the 2000 rows. If I can drop all
that data clientside BEFORE the postback, the speed of the postback will be
considerably improved.
I've used this performance trick successfully in other controls. I'm looking
to extend it to the datagrid. I'm sure it can be done. I don't know how yet.
--
Regards,
Alvin Bruney
Got tidbits? Get it here...
http://tinyurl.com/3he3b
"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:u7**************@TK2MSFTNGP09.phx.gbl...
huh? If you need to clear it then do it in the code-behind first thing.
the datagrid results mostly in clientside HTML, not a "grid" that is
"clear-able".
--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"Alvin Bruney" <vapor at steaming post office> wrote in message
news:Om*************@tk2msftngp13.phx.gbl... I have a server side datagrid control. I'd like to clear the grid before
the post occurs using javascript. Anybody know how to do this? It would be a
similar effect to binding to a null dataset in the codebehind, sorta.
--
Regards,
Alvin Bruney
Got tidbits? Get it here...
http://tinyurl.com/3he3b