Author Topic: Another select editor problem  (Read 2131 times)

hyh888

  • Pro Enterprise
  • Full Member
  • *
  • Posts: 130
    • View Profile
Another select editor problem
« on: October 28, 2021, 06:38:36 pm »
When I clicked the select editor cell, the select editor will not disappear untill a editable cell is clicked. Even an uneditable cell is clicked, the select element is still there, and the original value in the select editor cell is cleared, this really make trouble when user clicks select editor cell occasionally.

hyh888

  • Pro Enterprise
  • Full Member
  • *
  • Posts: 130
    • View Profile
Re: Another select editor problem
« Reply #1 on: October 29, 2021, 07:18:10 am »
It will be better to let cell keep the original value when user choses nothing in select and clicks other cell( no mater it is editable cell or uneditable cell).

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6210
    • View Profile
Re: Another select editor problem
« Reply #2 on: October 29, 2021, 02:09:20 pm »
Thanks for your feedback, I'm looking into it.

hyh888

  • Pro Enterprise
  • Full Member
  • *
  • Posts: 130
    • View Profile
Re: Another select editor problem
« Reply #3 on: October 29, 2021, 06:23:42 pm »
Even without choosing any  item in select editor(only click the cell once), pqGrid will clear the original content in cell. This will really make trouble for every user. Maybe it should be treated as a bug.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6210
    • View Profile
Re: Another select editor problem
« Reply #4 on: November 03, 2021, 10:36:35 am »
Quote
Even without choosing any  item in select editor(only click the cell once), pqGrid will clear the original content in cell.

I don't see this issue in the pqgrid demo: https://paramquery.com/pro/demos/editing_custom

hyh888

  • Pro Enterprise
  • Full Member
  • *
  • Posts: 130
    • View Profile
Re: Another select editor problem
« Reply #5 on: November 04, 2021, 07:01:54 am »
select editor is bigger than parent cell

hyh888

  • Pro Enterprise
  • Full Member
  • *
  • Posts: 130
    • View Profile
Re: Another select editor problem
« Reply #6 on: November 04, 2021, 07:24:17 am »
Quote
Even without choosing any  item in select editor(only click the cell once), pqGrid will clear the original content in cell.

I don't see this issue in the pqgrid demo: https://paramquery.com/pro/demos/editing_custom

In pure pqGrid enviroment, the problem disappeared. Maybe it's a js framework conflictioin.

hyh888

  • Pro Enterprise
  • Full Member
  • *
  • Posts: 130
    • View Profile
Re: Another select editor problem
« Reply #7 on: November 04, 2021, 08:03:02 am »
Another problem is in the sample https://paramquery.com/pro/demos, the select eidtor is floating on the grid and not integrate with parent cell.

hyh888

  • Pro Enterprise
  • Full Member
  • *
  • Posts: 130
    • View Profile
Re: Another select editor problem
« Reply #8 on: November 04, 2021, 12:55:33 pm »
reattach