Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I want to set up the cell content in the datagrid, like this: dgSample.Item(dgSample.CurrentCell.RowNumber, 0) = "2004" but I always got the error message: "The ListManager's position must be equal to rowNum". Does anyone know what it means? Thanks.