Hi, I recently installed the Telerik Winform and using the RadGrid control. I am working with a database where the values get updated every second and I have to display the updated rows to RadGrid. Before that I was using the standard DataGrid but there was lot of flicking problem on assigning the data source again to refresh it.
RadGrid is better option but I am still facing the same issue with it. I am using background worker control with Async mode queries and on Timer control I am refreshing the data
1. Clearing the dataset
2. RadGrid datasource to Nothing
2. Filling the dataset again,
4.and assigning the data source to RadGrid
All the above process causing the RadGrid to flick, can you please guide me to do this is better way. Example will be appreciated.
Thank you.
RadGrid is better option but I am still facing the same issue with it. I am using background worker control with Async mode queries and on Timer control I am refreshing the data
1. Clearing the dataset
2. RadGrid datasource to Nothing
2. Filling the dataset again,
4.and assigning the data source to RadGrid
All the above process causing the RadGrid to flick, can you please guide me to do this is better way. Example will be appreciated.
Thank you.