I found this piece of code on your site for exporting grid to excel:
gExcelConverter.GridToExcel(this.GridWebControl1.GridModel, mySheet);
however, when i tried using the same on my site, i am unable to find any reference to GridModel. What could be the cause for this?
and what is the fix?