Could you please give the TypeScript version of this code?
When I tried your code, I get TypeScript error
"
Types of property 'columnResize' are incompatible.
Type '(sender: any, args: any) => void' is not assignable to type '(e: GridColumnResizeEvent) => void'
"