Use Grid 3.5 on IE 9.
[code]
|
gridObj = new dhtmlXGridObject(“grid1”);
//basic and standard codes to initiate the grid (followed the online sample on dhtmlx.com)
var sel = “”<select style=“padding-left:0px;width:290px”>firstValsecondValthirdVal";
var text = [sel];
gridObj.addRow(0, text, 0);[/code]
When the new row is added to the grid, move the mouse over the field, it displays a small popup window (like tool tip) with all the contents of the select tag such as firstVal secondVal thirdVal (although the dropdown also works).
I never coded the onmouseover on the , how does this happen?
By the way, this issue only occurs on IE (9). It does not occur on Firefox.
Thanks to help.