R
Richard K Bethell
I have a page that does some complex calculations in order to serve up a
datatable that is then bound to a datagrid. I want to add sort to this
datagrid.
Now I know that to prevent a recalc, I could throw the DataTable in the
viewstate and rebind at every hit. However, I am wondering if I have this
available as an option - can I assign a DataTable the value of the
..DataSource property of the datagrid? It would lighten the burden on the
browsers some if I could...
R.
datatable that is then bound to a datagrid. I want to add sort to this
datagrid.
Now I know that to prevent a recalc, I could throw the DataTable in the
viewstate and rebind at every hit. However, I am wondering if I have this
available as an option - can I assign a DataTable the value of the
..DataSource property of the datagrid? It would lighten the burden on the
browsers some if I could...
R.