Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Mel Irizarry on Mar 16, 2009 15:14
open dhtmlx forum
onXLE not triggering. No XMLError trigger either.

I am using dhtmlxGrid pro v16_80512.

Using onXLE and onXLS should give me what I need but I find that onXLE does not always get triggered.  I have put events in my code with one adding to a counter and the other subtracting.  I should be at 0 after all events are done but uless I scroll through the grid slowly I always wind up with a value greater than zero.

The button I have to refresh the grid with updateFromXML() is disabled when onXLS is triggered and enabled when onXLE is triggered.  Somehow I have more onXLS's then onXLE's.  Do you have a work around for this situation?

I did put this in my OnLoad() section:

                        dhtmlxError.catchError("ALL", checkForXMLError);

and this outside of OnLoad():

                function checkForXMLError(type, desc, erData){
                    alert("Error!");
                return false;
                }

but no error even came up.
Answer posted by dhxSupport on Mar 17, 2009 03:20
We can't reprodece this issue locally. Please contact directly support@dhtmlx.com and provide sample where this issue occurs.