Posted 6 November 2020, 7:34 am EST
I am getting an issue regarding background-image not loading.
I have used wijmo library with typescript and formated cell style within itemFormatter. Created a span element and added CSS property background-image for styling. The URL image is fetched from the database dynamically for each cell.
=> Firefox browser displaying the images correctly but Chrome browser just showing flash.
Also, I have checked Chrome developer mode the grid is refreshing in milliseconds. The image request is sending to the method to retrieve the image file but before getting a response the grid again refreshing.
So, could you please let me know how can I get the background-images in chrome browser.