Hi ParamQuery Team,
I am using the html select element tag inside the param grid it is not working for the firefox browser only it display by default the first option value, if i click the arrow icon to change the option values it is not displaying the options values.But it is working fine outside the param grid .And i am checking in firefox 30.0 latest version.
Here is my code where i am adding the row dynamically in that row for one column i need the select dropdown tag
var rowData = {
eventType : '<select><option value="Joining">Joining</option> <option value="Leaving">Leaving</option><option value="Other">Other</option></select>',
};
here eventType is the column index value
So please give some solution to how to resolve the above issue.
Thanks in Advance
Bsolteam