SmartClient : Smartclient v8.2p_2012-06-07 - Power Edition
Browser : IE 9
Issue : while making a listgrid.fetchData(criteria,callback,requestProperties) we see that 2 server calls are made which is causing the same sql to execute 2 times. Here is a sample of our listGrid and we call fetchData from multiple places and no matter where it is called we see 2 requests.
ID: "DummyList",
width: "100%",
height: "100%",
autoDraw:false,
dataSource: DummyDS,
autoFetchData: false,
canHover:true,
bodyOverflow:"hidden",
bodyBackgroundColor: "#FFFFFF",
leaveScrollbarGap: false,
showFilterEditor:false,
canSort:false,
canResizeFields:false,
canAutoFitFields:false,
showHeaderContextMenu:false,
filterOnKeypress: true,
allowFilterExpressions: true,
headerHeight: 40,
dataProperties:{useClientFiltering:false},
Browser : IE 9
Issue : while making a listgrid.fetchData(criteria,callback,requestProperties) we see that 2 server calls are made which is causing the same sql to execute 2 times. Here is a sample of our listGrid and we call fetchData from multiple places and no matter where it is called we see 2 requests.
ID: "DummyList",
width: "100%",
height: "100%",
autoDraw:false,
dataSource: DummyDS,
autoFetchData: false,
canHover:true,
bodyOverflow:"hidden",
bodyBackgroundColor: "#FFFFFF",
leaveScrollbarGap: false,
showFilterEditor:false,
canSort:false,
canResizeFields:false,
canAutoFitFields:false,
showHeaderContextMenu:false,
filterOnKeypress: true,
allowFilterExpressions: true,
headerHeight: 40,
dataProperties:{useClientFiltering:false},
Comment