Hi,
I want to change the grid progress image, follow the code , but the image will not auto disappear.
Please help me.
dataBound() {
var progressElements: any = [];
progressElements = this.grid.element.querySelectorAll('.e-spinner-inner');
if (progressElements && progressElements.length > 0) {
progressElements[0].innerHTML =
"<img src='https://icon-library.com/images/progress-icon-gif/progress-icon-gif-1.jpg'/>";
}
}