based on some condition i want to set back color for few cell. i may need to set back color for huge no of cell which may freeze my grid.
my grid is loaded with many data. i want to iterate in all rows & column of grid and will check if cell value is less than 100 then cell color will be Red.
so tell me how could i set back color of many cell asynchronously as a result user can interact with grid when back color will be set for many cell. request to share some code which can set back color of grid cell asynchronously using async / await keyword. thanks