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

Pages: [1]
1
Help for ParamQuery Pro / Display Select Down Button
« on: December 20, 2016, 01:29:05 am »
How do I display the select down arrow button on editor > type: 'select' items?
Eg:
http://paramquery.com/pro/demos/cascade_select

I can't find any examples where you see a select down arrow box without first clicking on an unmarked text box.

2
You can close this, I decided to implement it a different way..

3
I want a single column to support both click, text, possibly even select boxes..

4
Here's a basic idea of what I'm trying to implement..
http://jsfiddle.net/kdeeqp82/

Is there a better way to insert a checkbox dynamically within a cell? Obviously pqgrid isn't able to track checkbox clicks this way so I assume I'll need to listen to the checkboxes and modify pqgrid's cell state so when I execute getChanges it will register the change.

5
Help for ParamQuery Pro / Re: How can I invalidate a row update?
« on: September 23, 2016, 11:09:20 pm »
Only way I can think of is with refreshDataAndView but the row is deleted then added back in with the refresh.

6
Help for ParamQuery Pro / How can I invalidate a row update?
« on: September 23, 2016, 10:50:08 pm »
I'm adding a row to my table remotely but lets say it fails validation or some other check and I'm doing a delete/update/create operation. How can I instruct the grid NOT to show the row as modified.

7
Suggest new features / drag a row dynamically
« on: September 11, 2016, 04:27:16 am »
Is it possible to do something like this?

I have 4 rows (eg: 1, 2, 3, 4).
I want to change the order of those rows dynamically when a user clicks and drags on a static icon (eg: instead of row number, you'll see ui-icon-arrow-2-n-s).
Then send all four entries back via AJAX (I'm thinking that would be easier to code) in the updated order.

8
Awesome, it works.. thank you for your assistance. :-)

9
Okay... I think I got it perfect with regular nested grids:

http://jsfiddle.net/jeremy_b/mLt4xyLk/7/

only problem is postRender doesn't fire for the delete button so delete doesn't work.
it would be cool if I could collapse the previous row, but it's not mission critical.

Thanks for the advice

10
Or perhaps something like this? (Doesn't work functional how I want but visually sort of)
http://jsfiddle.net/jeremy_b/mLt4xyLk/6/

Basically a single row, and in that single row there are check boxes for different options to enable..
Fields I want to be able to modify are
Name & Active..

If it's not asking too much I'd love to be able to add another "Name" with all blank Actives.

11
lol, I took a jsfiddle I found in the forums that was close enough to what I needed and modified it..

I took your suggestions and came up with this:
http://jsfiddle.net/jeremy_b/mLt4xyLk/4/

From the main grid all I care about are, add a row, delete a row, auto save name and expand somehow..
On the detail grid all I care about is auto updating when a checkbox is checked.

In my revised code auto-update works except when delete is pressed saveChanges isn't called.

Also wondering is there a better way to present this information..
eg: when you click on a row the column "Secret Names" it automatically expands and when you click on another row it collapses while the next row expands.

12
Subject should be How to Implement Auto Save and Row Detail.

13
Help for ParamQuery Pro / How to Implement AutoSave and nested tables?
« on: August 22, 2016, 02:01:59 am »
I have a jsfiddle here.
http://jsfiddle.net/jeremy_b/mLt4xyLk/1/

My problem is that I can't get the auto-save function to trigger on changes to the detailModel table(s).

Thanks..

14
Transaction ID xxxxxxxxxxxxxxxx001C

Pages: [1]