Categories | Question details Back To List | ||
Answer posted by Support on Oct 30, 2008 08:54 >>accept the href, but not the title Actually it accepts both attributes, but grid has own logic for tooltips , so it ignores inline title attribute and generates its own tooltips. You can disable automatic tootips by adding next line to the grid's initialization grid.attachEvent("onMouseOver",function(){return false;}); >>am I responsible for all that when using .addRow()? Most probably - not. When you adding values to the grid, component will place content in related cells and add any grid related attributes automatically. >>I'd also attempted to use ._refresh_mode = [true, true] There is a known issue with such way of updateFromXML usage, please check http://dhtmlx.com/docs/products/kb/index.shtml?cat=search&page=1&q=5707&ssr=yes&s=updateFromXML%20string that tread contains a patch, which must allow updateFromXML usage for XML strings >>Lastly, is there a planned release for extending .loadXML() for both GET and POST? |