Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
370
cursor while the grid is filtering
posted

hello,

i have a grid with a rowfilter.

i want to change the cursor while the grid is filtering because it has more than 2000 rows and delays

the filter is on client i use

function UltraWebGrid1_BeforeRowFilterApplied(gridName, oColumn){
    document.body.style.cursor = "wait"
}

but doesnt work, the cursor change when the grid has complete the filter