Categories | Question details Back To List | ||
i have a hyperlink in a dhtmlxgrid column. i want to pass the row values . while taking the values by mygrid2.cells(..getvalue()) i am getting title="" which was not included in the hyperlink. i want to remove the title attribute. Moreover it is not displaying frequently.. At some situations it is displaying.. please suggest to solve.. Answer posted by Support on Jan 30, 2008 09:47 The title attribute added by auto-tooltip routine You can disable tooltips for column in question - it will prevent title attribute. |