Categories | Question details Back To List | ||||||||
[TREEGRID] Display glitch with new version 1.6 I have a little web application that uses a dhtmlxTreeGrid component. Until last week, source version was 1.5 build 71114 with various fixes (provided by your dev team). Everything was running fine. I've switched today to version 1.6 (build 80512) and several major display glitches occured with subrow. (See images attachments in first response). It seems that some fixes have not been included into last build, mainly in "ETX/dhtmlxtreegrid_lines.js" as when I disable treegrid lines option, UI seems to works. I could provide previous patched version if needed. Thanks for your attention. Nicolas. Answer posted by Support on Jun 02, 2008 08:30 The both "sub_rows" and "lines in treegrid" extensions has all the fixes, which were added to dhtmlxgrid 1.5 previously. It possible that you received some custom modification, which was not purposed to be included in main version. In any case, please send the previously patched code, which you are using to support@dhtmlx.com Attachments (1)
Answer posted by n.darques on Jun 02, 2008 09:16 After several more hours on this issue, I've finally come to conclusion that the problem was as usual a mix of several small problems : - dhtmlxtreegrid_lines.js seems, indeed, to be up-to-date. Most of my display glitches was caused by a new way of handling icon image path (have to had a final / to the path). - some events called with old method. Unfortunatly, an other major issue occurs : getUserData method used in an event (onOpenStart) doesn't seem to return any value anymore. This userdata is not set by script but is written in the feeded XML. Is this issue is logged ? Any fix ? Answer posted by Support on Jun 02, 2008 10:18 >>Is this issue is logged ? Any fix ? The issue confirmed and fixed, latest online package must already contain fixed code. You may download separate path for the issue. http://dhtmlx.com/docs/products/kb/index.shtml?cat=search&page=1&q=3369&ssr=yes&s=patch%20userdata |