The jqgrid edit line drop-down box always takes the first one with the same name?

Edit row drop-down box data name repeats only the first item

for example, a: happy New year, b: Hello, c: happy New year

when choosing"a: happy New year "the select value value will be a
when selecting" c: happy New year "the select value value will also be a

that is, as long as you choose "Happy New year", value is always a

.

ask for help on how to solve this problem, so that the selected name corresponds to the selected value

May.25,2022
  • Jqgrid sorts numbers as strings.

    when the ID column format in the database is string, and sorted using jqGrid, the sort by ID becomes the sorting mode of the following figure, Baidu did not find a suitable solution for a while. ...

    Mar.01,2021
Menu