DataGridView with Loading effect
In this tutorial we will explore how to create a custom DataGridView which has a loading cursor effect and also how we can remove the lag on UI/form whenever the datagrid is loading a lot of data coming from the database. Project source code: https://github.com/SolveEverythingdotExe/033-DataGridView-with-Loading-effect.git Note: There are still some whitish pixelation of the cursor animation on the video but it was fixed on the uploaded project source code, I decided to not include it on the video because I was thinking that the reasons for the fix might not be clear to everyone, but I put a detailed comment in the code about it. Also instead of using a traditional image on the loading cursor I just decided to paint it through code to make it unique and also to avoid copyright issues upon using downloaded images.
In this tutorial we will explore how to create a custom DataGridView which has a loading cursor effect and also how we can remove the lag on UI/form whenever the datagrid is loading a lot of data coming from the database. Project source code: https://github.com/SolveEverythingdotExe/033-DataGridView-with-Loading-effect.git Note: There are still some whitish pixelation of the cursor animation on the video but it was fixed on the uploaded project source code, I decided to not include it on the video because I was thinking that the reasons for the fix might not be clear to everyone, but I put a detailed comment in the code about it. Also instead of using a traditional image on the loading cursor I just decided to paint it through code to make it unique and also to avoid copyright issues upon using downloaded images.