Recent Posts

Pages: 1 ... 3 4 [5] 6 7 ... 10
41
Dear Team,
To persuade you that this is a bug, you can batch-copy many "United Package"s (this should be prepared in excel) into the 3rd col in https://paramquery.com/demos/edit_select.
Then you will find that the second col is blank, if you use mouse to select "United Package" one by one in 3rd col, "UP" will show in second col.

42
Hello everyone,

I?m new to the forum and exploring ParamQuery Grid for a responsive project. I found this thread really insightful, but I?m curious about one aspect.

If we enable a feature like
Code: [Select]
scrollModel.autoFitScrollbar=true as suggested, would the horizontal scrollbar appear dynamically only when necessary, or would it remain visible at all times even when the grid width matches the minWidth values of the columns?

Also, are there any known workarounds or examples for implementing something similar in the current version while waiting for this feature to be considered?

Thanks in advance for your guidance!
43
Bug Report / Re: Some rows are not display when not been selected
« Last post by stancao on November 21, 2024, 08:01:44 pm »
Hi paramvir,
Thank you for the quick reply. pqgrid version is ParamQuery Pro v8.0.1. I cannot see any error in the browser developer console. If I clicked selected button and missing row 10, 11, or 12 can be displayed. Attached is the code portion I copied from developer tool for your reference.
44
Dear Paramvir,
I also found that there were problem in the code, would you like to correct the code in this code block?  or provide a another demo?
Million thanks, this problem has troubled me for a long time.

The "get changes" button changed from disable status to enable status, but I don'nt know why getChanges returns empty updateList after batch-copying to select column(the first column).
45
With your code, getChanges returns empty updateList even for inline editing of any cell.
46
Bug Report / Re: Some rows are not display when not been selected
« Last post by paramvir on November 21, 2024, 08:31:26 am »
Which version of pqgrid is this? Do you see any error in the browser developer console.

Is it possible for you to share a jsfiddle: https://jsfiddle.net/adbghz7v/7/
47
Bug Report / Some rows are not display when not been selected
« Last post by stancao on November 21, 2024, 08:23:37 am »
Hi ParamQuery team,

I have the issue that some rows in bottom pf the grid are not displayed, when they are not been selected. I hope you can help me to fix the issue. See attached files for more details.

Thank you!

Stan Cao
48
Bug Report / Re: Listener bug in v10.1.0
« Last post by jplevene on November 20, 2024, 07:36:09 pm »
Also just to mention, if I just set the "keydown" listener, the "timeout" normal course of things stops being triggered
49
Bug Report / Re: Listener bug in v10.1.0
« Last post by jplevene on November 20, 2024, 03:58:22 pm »
Thanks for adding this, I have removed all of the code.

However I feel it is my duty to still report there is still a bug there.  I added the listener code as this:

var listener = {
   "keydown": function(e, ui)
   {
      console.log("keydown", e);
   },
   "timeout": function(e, ui){
      console.log("timeout",e);
   }
};

When I typed the name "David" (no [Enter] key pressed) I got the attached result.  As you can see, timeout is getting called for keydown events, sometimes it is the other way round.
50
Bug Report / Re: Issue with Date Filters in ParamQuery Grid with Custom Date Formats
« Last post by paramvir on November 20, 2024, 12:16:43 pm »
This has been fixed since v10.0.0
Pages: 1 ... 3 4 [5] 6 7 ... 10