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.


Topics - Jignesh

Pages: [1] 2
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 / 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

3
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

4
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

5
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

6
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

7
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

8
Help for ParamQuery Pro / Please provide angular 8 kit or dependency
« on: March 05, 2020, 01:34:54 pm »
Hi Paramvir,

Please provide me an angular 8 kit.

Thanks,
Jignesh

9
Hi,

How we set the dynamic height for PqGrid after Zoom-In and Zoom-Out page.

Thanks,
Jignesh

10
Help for ParamQuery Pro / 10 tabs has different grid
« on: February 20, 2020, 12:23:10 pm »
Hi Paramvir,

You have any demo for multiple tabs grid on the same Page.

So I can easily understand how it works and applies with different grid instance.

Thanks,
Jignesh

11
Hi Paramvir,

I have gone through this link https://paramquery.com/pro/api#option-column-type .

I have created checkbox on contextmenu succefully,
But issue are following:
1) how to set background color for new column when click on checkbox (attached screenshot-->chk_1.png)
2) Value reset for new column checkbox on click checkbox or update text in same row. (attached screenshot--> chk_2.png)

Below are JSFiddle link:
https://jsfiddle.net/cherishPatel/h9514zLj/2/

Thanks,
Jignesh

12
Hi Paramvir,

I am facing issue on row tooltip hide when scrollbar down and after up to top.

I have used the below code for the same. My requirement, I have to show the same message on row tooltip.

Also, I have attached a screenshot for the same.

grid.getRow({ rowIndx: lrowid })[0].title = ValidationMsg;

Please let me know your feedback.

Thank you,
Jignesh

13
Bug Report / Drag and Drop Row then Delete row not working properly
« on: January 17, 2020, 08:10:23 pm »
Hi Paramvir,

I have 20 row in Grid.  I have drag row 20 to 10 number then row set properly. but when I have delete row number 18 then it has delete Row number 17 instead of 18.

I have create demo in jsfiddle : https://jsfiddle.net/cherishPatel/105r8qgy/11/

Please drag last row into top and delete 5 number row then it has deleted you see the grid 4/6 number row deleted instead of row number 5.

Thank you,
Jignesh

14
Help for ParamQuery Pro / Dynamic Bind data in dropdown by ajax call
« on: January 17, 2020, 03:54:30 pm »
Hi Paramvir,

Below are requirement for dropdwon in Grid:
1) When click on cell then ajax call and bind base on response.
2) second row bind on base on First row value.

I have attached screenshot for same.


Thank you,
Jignesh

15
Help for ParamQuery Pro / New Row add after selected (Focus) cell/row
« on: January 09, 2020, 12:29:59 pm »
Hi Paramvir,

How to add new row after selected cell/row of grid.

Currently, It added end of grid. Below is my code:

var rowData = {}; //empty row
var rowIndx = grid.addRow({ rowData: rowData });


Thank you,
Jignesh

Pages: [1] 2