Grid status

2 replies. Last post: April 22, 2010 12:23 AM by Suhas TJ
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback
Suhas TJMember

Hi all,

Is their any way to know whether the grid is refreshing its content or not? cos i have a resize function which will be called twice when i maximize the window. im getting warning for the second time when the javascript is being executed.

function resize() {
    var grid = ISGetObject('WebGrid1');
    grid.Refresh();
}

 So i need to do following check before refreshing the grid. 


function resize() {
    var grid = ISGetObject('WebGrid1');
if(<Grid is not Refreshing>)
    grid.Refresh();
}

 

Please help me out guys. Its urgent.

All times are GMT -5. The time now is 11:35 PM.
Previous Next