I am looking for the most efficient code to use virtual mode datagridview and run this query:
"Select top 10000 * from table"
The data is read-only, for viewing. No edits, so only cellvalueneeded event is required.
Please show me your code.
I am looking for the most efficient code to use virtual mode datagridview and run this query:
"Select top 10000 * from table"
The data is read-only, for viewing. No edits, so only cellvalueneeded event is required.
Please show me your code.