ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: hyh888 on October 28, 2021, 06:38:36 pm

Title: Another select editor problem
Post by: hyh888 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.
Title: Re: Another select editor problem
Post by: hyh888 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).
Title: Re: Another select editor problem
Post by: paramvir on October 29, 2021, 02:09:20 pm
Thanks for your feedback, I'm looking into it.
Title: Re: Another select editor problem
Post by: hyh888 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.
Title: Re: Another select editor problem
Post by: paramvir 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
Title: Re: Another select editor problem
Post by: hyh888 on November 04, 2021, 07:01:54 am
select editor is bigger than parent cell
Title: Re: Another select editor problem
Post by: hyh888 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.
Title: Re: Another select editor problem
Post by: hyh888 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.
Title: Re: Another select editor problem
Post by: hyh888 on November 04, 2021, 12:55:33 pm
reattach