How to make a cursor style is 'wait' while sorting the grid data
Hi,
How to make a cursor style is 'wait' while sorting the grid data, once the
sorting process is over, i want to restate the cursor style again. i.e., default.
I tried with following comments
this.setStyle('cursor','wait');
this.setStyle('cursor','default');
I added the first comment in aw.js
AW.Grid.Controllers.Sort={doSort:function(src,index,header){this.setStyle('cursor','wait');if(!(header=="0" || .........
and added the second comment in end of above statement;
.............this.setStyle('cursor','default')},onHeaderClicked:"doSort"};
But, it won't wirk properly. Can you have any solution for this.
How to make a cursor style is 'wait' while sorting the grid data, once the
sorting process is over, i want to restate the cursor style again. i.e., default.
I tried with following comments
this.setStyle('cursor','wait');
this.setStyle('cursor','default');
I added the first comment in aw.js
AW.Grid.Controllers.Sort={doSort:function(src,index,header){this.setStyle('cursor','wait');if(!(header=="0" || .........
and added the second comment in end of above statement;
.............this.setStyle('cursor','default')},onHeaderClicked:"doSort"};
But, it won't wirk properly. Can you have any solution for this.
Rabik - Scandent Solutions
August 7,