Categories | Question details Back To List | ||
How change plus and minus signs in group row? Hi, I create my specific grid skin. I need to change plus and minus signs in group row at my own. Can I to make it without overwriting files "codebase/imgs/minus.gif" and "codebase/imgs/plus.gif"? Thanks Answer posted by Support on Oct 30, 2008 03:36 Unfortunately there is no more simple way. You can overwrite existing images , or change the line in code, which renders related HTML. dhtmlxgrid_group.js, line 207 var html="<img style='margin-bottom:-4px' src='"+this.imgURL+z.state+".gif'> "; |