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 - chrisf

Pages: [1]
1
Help for ParamQuery Pro / Re: not seeing drag start event
« on: January 27, 2017, 08:03:26 pm »
Thanks for the quick response.

Is there anyway to work around this - we used pqgrid to display images we want to drag onto our app.

Could a div hovering above catch all events pre-grid?

Thanks

2
Help for ParamQuery Pro / not seeing drag start event
« on: January 25, 2017, 11:24:34 pm »
When using pqGrid I dont see 'dragstart' events. I have tried the grid with draggable set to both true and false.

We use a cell renderer and in the html I have <img draggable='true' ondragstart='cmDragHandler(event);' src=.... > etc

but never reach cmDragHandler() when dragging a cell.

I should also mention dragging other elements on the same page - but not in the grid works okay

Any ideas?

3
Help for ParamQuery Pro / Select all
« on: September 14, 2015, 07:06:03 pm »
Hi,

I'm looking to select all of the cells in a grid. Doing it one by one is very slow. Is there some shortcut that I'm missing?

~Chris

Pages: [1]