Hi
I have made codes to show live data in RadGridView.
So, I set the VirtualMode property to true, and set ColumnCount.
But, I can't set RowCount, because I don't know how many data will be shown.
I set the RowCount to 0. When I received data, I increased RowCount( ex. RowCount++)
I know this code is wrong, because occurred exception.
Please let me know how to show live data in RadGridView.
I have made codes to show live data in RadGridView.
So, I set the VirtualMode property to true, and set ColumnCount.
But, I can't set RowCount, because I don't know how many data will be shown.
I set the RowCount to 0. When I received data, I increased RowCount( ex. RowCount++)
I know this code is wrong, because occurred exception.
Please let me know how to show live data in RadGridView.