Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Jan 30, 2008 04:06
open dhtmlx forum
i have a hyperlink value in dhtmlxgrid - column. printStream1.println("\t\t\t "+ roomlist2[i][0].trim()+ " - " +roomlist2[i][3].trim()+"]]>");//here changed roomlist[i][3] The mentioned line is given in my java file. but at some situation after draging a row in that table title attribute is displaying. For me there is no need for this attribute because i am passing this row and splitting , taking length and getting the id's depending on these things. so i want to make the title attribute disabled in the interface. Please suggest any solutions. Dragging between 2 grids.

Answer posted by Support on Feb 01, 2008 02:48
Title attribute created by auto-tooltip generation routine, you can disable tooltips for column in question , and as result no title attribute will be added
    grid.enableTooltips(...