Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - benh

Pages: [1]
1
Bug Report / pq4.0.1 bootstrap
« on: October 06, 2017, 01:53:42 am »
In pqGrid 4.0.1 with bootstrap "on=true" the input.pq-cell-editor does not align with the underlying cell.  In Chrome input.pq-cell-editor just tends to extend past the end of the cell, but in IE it's not even in the center of the cell. 
http://jsfiddle.net/Ben_Hampson/nnj0b704/

Once alignment is fixed, how could we make input.pq-cell-editor the same size as the underlying cell?

2
Bug Report / pq4.0.1 last column hidden
« on: October 04, 2017, 09:10:54 pm »
With 4.0.1 we get the following error when the row header is clicked if the last column in the grid is hidden.
http://jsfiddle.net/Ben_Hampson/kdx9xbc1/3/

pqgrid.min.js:14 Uncaught TypeError: Cannot read property 'offsetHeight' of undefined

3
Help for ParamQuery Pro / Re: autocomplete arrow key
« on: July 21, 2017, 01:55:17 am »
Perfect, thank you.

4
Help for ParamQuery Pro / autocomplete arrow key
« on: July 20, 2017, 09:43:55 pm »
Trying to get autocomplete to work with an array of objects instead of strings.  One problem left, if I try to use the arrow keys to select an item from list, the first item (or last item depending on up or down arrow) is selected and the list closes and the focus moves to the cell in the direction of the arrow key.  If I use the mouse to select, it works fine.

https://jsfiddle.net/Ben_Hampson/8o3d06u0/

How do I get the arrow keys to behave as they do in your demo?

https://paramquery.com/pro/demos/editing_custom

Pages: [1]