ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: bsolteam on July 18, 2014, 05:29:09 pm

Title: select tag is not working in firefox browser
Post by: bsolteam on July 18, 2014, 05:29:09 pm
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
Title: Re: select tag is not working in firefox browser
Post by: paramvir on July 18, 2014, 07:18:50 pm
Addition of HTML tags directly in the grid data is not a good idea.

Please refer to Shipping Via column in this demo:

http://paramquery.com/pro/demos/editing_custom