Hi ,
Can you help me!!!
I´m trying to make a preloder in to dhtmlXGridObject.
It can be done!? Have any way to make a innerhtml=“loading…” while load xml?
thanks!!
Grid provides two events, one of which fires on loading start, second on loading end
grid.attachEvent(“onXLS”,function(){
//code which show “loading” here
});
grid.attachEvent(“onXLE”,function(){
//code which hide “loading” here
});