J
Julia
Hi
I have a control including a DataGrid. The DataGrid is bound to a DataView.
The first column of the DataGrid contains numbers from 1, 2, 3, 4, ... I want
to show them in order so I edit the sort property of the DataView like this:
dvDocumentKind.Sort = "DocumentInfo_No";
When i run the page the order in the DataGrid is shown like this: 1, 10, 11,
2, 3, 4, 5, 6, 7, 8, ,9, 12, 13, .... 19, 20, 21, 22 etc. Why is 10 and 11
shown after 1?
Thanks
Julia
I have a control including a DataGrid. The DataGrid is bound to a DataView.
The first column of the DataGrid contains numbers from 1, 2, 3, 4, ... I want
to show them in order so I edit the sort property of the DataView like this:
dvDocumentKind.Sort = "DocumentInfo_No";
When i run the page the order in the DataGrid is shown like this: 1, 10, 11,
2, 3, 4, 5, 6, 7, 8, ,9, 12, 13, .... 19, 20, 21, 22 etc. Why is 10 and 11
shown after 1?
Thanks
Julia