i m using following lines to display the Mask with "loading message"

Ext.Net.GridPanel gp = this.GetCmp<GridPanel>("gridPanel1");
gp.SetLoading(new LoadMask { Msg = "Loading data...", ShowMask = true}, true);
but Loading... message is not getting hide after loading the data in it.

Screenshot
Click image for larger version. 

Name:	Laodingmsg.png 
Views:	32 
Size:	4.1 KB 
ID:	6905


or let me know what tis the exact syntax in MVC to use Loading msg in gridpanel while loading the data.
waiting for reply


regards
vik