Author Topic: select tag is not working in firefox browser  (Read 4748 times)

bsolteam

  • Pro Deluxe
  • Full Member
  • *
  • Posts: 107
    • View Profile
select tag is not working in firefox browser
« 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

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6264
    • View Profile
Re: select tag is not working in firefox browser
« Reply #1 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