B
bill
When I set the Sort on a DataView, it is ignored, and I can't figure out
why. I'm using vb.net.
After I successfully populate the DataView, I set the Sort on a String
column, but it doesn't happen, and consequently my datagrid which is bound
to the DataView doesn't get sorted.
There are no errors - I have stepped through the code, and manually set the
Sort in the Command window. The order of the rows doesn't change. I look
at the data in the Command window also (debug.print DataView1(1)(1)) but the
order doesn't change.
What might be the reason for this? Can I sort on a String column?
Thanks
Bill
why. I'm using vb.net.
After I successfully populate the DataView, I set the Sort on a String
column, but it doesn't happen, and consequently my datagrid which is bound
to the DataView doesn't get sorted.
There are no errors - I have stepped through the code, and manually set the
Sort in the Command window. The order of the rows doesn't change. I look
at the data in the Command window also (debug.print DataView1(1)(1)) but the
order doesn't change.
What might be the reason for this? Can I sort on a String column?
Thanks
Bill