I am currently using Ext.NET MVC ver 2.2. I have a grid panel with store which use AjaxProxy for CRUD action. Event mask appear during Ajax request. My question is how I can customize the event mask? I know how to customize the event mask if I use direct event instead. How can i achieve it if I want to use AjaxProxy?