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

Pages: [1] 2 3 4
1
Hi Param,

Step 1) Load 5 columns in grid.
Step 2) Hide column number 2 by unselect in header of column menu.
I have attached screenshot.
Step 3) now we have only 4 column visible and 1 column hide.
Step 4) Copy grid and past into another grid.
Step 5) We have got hidden column data also.

How we can avoid hidden column data on runtime ?

Thank you,
Jignesh Parajapti

2
Help for ParamQuery Pro / Re: Multiple rows drag and drop
« on: July 17, 2020, 05:52:10 pm »
Hi Paramvir,

This code only work for multiple row drga nad drop but if user want to single row drag and drop without select checkbox then how we will reach this functionality.

Below steps:
1) Select multiple rows then drag and drop. It's work perfectly.
Query ) After drop I want to remove selected checkbox.

2) If user want to drag and drop single row so currently I am selecting single row then drag and drop.
Query ) How to drag and drop single row without select checkbox.



Thank you,
Jignesh

3
Help for ParamQuery Pro / Multiple rows drag and drop
« on: July 03, 2020, 02:16:47 pm »
Hi Paramvir,

How we will drag and drop multiple rows at a single time.

Can you please give me demo example for below URL:
https://paramquery.com/pro/demos/dnd_grid

I want 1 to 5 and 6,10 rows to drag and drop.

Thank you

4
Hi Paramvir,

We have found an issue in PQGrid. Please follow below URL video

https://convergesolution0-my.sharepoint.com/:v:/g/personal/cherish_patel_convergesolution_com/EQSKNUc_j_BDkYTuEfO2wowBkO-Ns9_96Zj4zR9AXZaycQ?e=BsrtYd

Same issue tapping in our end. Please let us know what is solution.

Thank you,
Cherish Patel

5
Hi Paramvir,

I have put functionality for drag and drop row and reference code as https://paramquery.com/pro/demos/dnd_grid.

But I have changed row order by drag and drop then after undo functionality not work and also not work ctrl+z button for get old order steps.

Thank you,
Jignesh

6
Bug Report / Re: Copy/paste issue in Grid
« on: June 02, 2020, 10:44:21 am »
When you release the upcoming version.

7
Bug Report / Copy/paste issue in Grid
« on: May 29, 2020, 12:33:32 pm »
Hi Paramvir,

I have found some miss behaving in Copy/Past issues.
Below is a link "https://paramquery.com/pro/demos/dnd_grid "

I have created a video for that so we are on some page.

https://drive.google.com/file/d/1RO4d4Rx4x_qdf27kSUSbBDr5spCTYz_a/view?usp=sharing

If we have select multiple rows and copy/paste not working.

Please look into this and let us know.

Thank you,
Jignesh

8
Hi Paramvir,

We have required functionality base on collapse and Expand button on row level so tree functionality does not work for our case.

I have also added code on Prerender method, below URL for that https://jsfiddle.net/cherishPatel/8jqys3e5/28/

I have able to collapse and expand rows base on the row button. The only issue we have not able to change the button name or +/- sign.

Thank you,
Jignesh

9
Hi Paramvir,

I have created fiddle demo for Collapse/Expand row in Grid.

https://jsfiddle.net/cherishPatel/8jqys3e5/18/

If user click on Id 17 row's "Collapse" button then 18 and 19 Ids should be hide and button name changed "Expand'.
And click on Id 17 row's "Expand" button then 18,19 Ids should be show and button name changed to "Collapse".


Thank you,
Jignesh

10
Help for ParamQuery Pro / Re: 10 tabs has different grid
« on: April 02, 2020, 04:56:48 pm »
Hi Param,

You have given example https://paramquery.com/pro/demos/tabs
In this example how I will get changes in cells on save of  grid1 and grid2 ?

In client side grid object given error so How I will get grid/$grid object value?

Thanks,
Jignesh

11
Help for ParamQuery Pro / Re: 10 tabs has different grid
« on: April 01, 2020, 05:27:28 pm »
Hi Param,

I have not able to get detail of changes in grid1 and grid2.I have got only last opened grid data on save.

My requirement:
1) If Grid1 is active and click on the save button then only get Grid1 changes data.
2) If Grid2 is active and click on the save button then only get Grid2 changes data.

Please do the needful.

Thank you,
Jignesh

12
Help for ParamQuery Pro / Re: 10 tabs has different grid
« on: March 18, 2020, 03:40:55 pm »
Please give your feedback on same.

13
Help for ParamQuery Pro / Re: Change disable cell value in grid
« on: March 16, 2020, 11:20:06 am »
Hi Paramvir,

I have tried this code for diable column means editable false value change but It has not worked for me. Can you please give me demo code in fiddle?

I have also posted code in the start of the thread please look into this.

Thank you,
Jignesh

14
Help for ParamQuery Pro / Re: 10 tabs has different grid
« on: March 13, 2020, 12:17:24 pm »
Hi Paramvir,

I have created a dynamic tab and added grid so please give me this type demo. so I will write code accordingly.

Thanks,
Jignesh

15
Help for ParamQuery Pro / Change disable cell value in grid
« on: March 11, 2020, 05:49:40 pm »
Hi Paramvir,

How we will change disable cell value in jquery?

Below are my code:
--> column code
        dt.push({
            title: "Result", editable: false, , dataIndx: "testresult"
        });

--> change cell value by code:
        grid.updateRow(
             rowIndx: 2,
             newRow: { 'testresult': 'Cheese' }
       });

Thanks,
Jignesh

Pages: [1] 2 3 4