E
ejstembler
I've noticed that applying a Sort and/or RowFilter property to a
DataView does not take effect until you bind the DataView to a control
and call the control's DataBind method. I'm sure DataBind does some
"magic" internally to apply the sort and filter (perhaps even
generating a new DataView).
Does anyone know how to force the DataView to sort/filter with calling
a control's DataBind? Or even this there is some little-know method
for re-generating the view?
TIA
DataView does not take effect until you bind the DataView to a control
and call the control's DataBind method. I'm sure DataBind does some
"magic" internally to apply the sort and filter (perhaps even
generating a new DataView).
Does anyone know how to force the DataView to sort/filter with calling
a control's DataBind? Or even this there is some little-know method
for re-generating the view?
TIA