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

Pages: [1] 2 3 4
1
Help for ParamQuery Pro / Column Filters Interception
« on: February 14, 2019, 05:58:50 pm »
Hi,

We have some data in pqgrid and enabled filters on all columns. There are certain rows in grid which we want to show always irrespective of filter condition of any column. Is there any way to achieve this? I tried find any event which fires before data is filtered but found nothing. We are using version 5.1

2
Help for ParamQuery Pro / How to GetData with filtered rows
« on: November 01, 2018, 01:08:40 pm »
Hi PqGrid Team,

I Have a table which has lets say 10 rows, in each column I have a filter, I apply the filter now I have only 4 rows, But when I extract the data with this method

$('.select_grid').pqGrid('getData');

It is returning all 10 rows. but I want just 4 rows to be returned, how can i achieve this?

thanks

3
Help for ParamQuery Pro / Issue with PQSelect search
« on: October 22, 2018, 06:45:24 pm »
We are facing issue in PQSelect Search, not able to click in the search text box. We are using PQGrid on the Popup(Model) box.
The same code block is working fine on the other page.
This is really urgent, please help ASAP.

Here are the code block of Column in which PQSelect is initializing:

title: 'Project', dataIndx: "project_name", dataType: "string", align: "left", width: 250,
    filter: { type: 'textbox', condition: 'contain', listeners: ['keyup'] },
    editor: {
        type: "select",
        valueIndx: "PROJECT_ID",
        labelIndx: "NAME",
        options: function (ui) {
            return overlapped_projects
        },
        mapIndices: { "NAME": "project_name", "PROJECT_ID": "project_id" },
        cls: "cls_projName",
        init: function (ui) {
            var selval = ui.rowData.project_id == null ? "" : ui.rowData.project_id;
            ui.$cell.find(".cls_projName").val(selval).pqSelect({
                width: '100%',
                search: true,
                maxDisplay: 2,
                deselect: false,
                selectCls: "cls_projNamePQ",
                bootstrap: {
                    on: true
                }
            });
        },
    },
    render: function (ui) {
        let cellData = ui.cellData;
        if (!ui.other) {
            if (cellData != undefined) {
                return '<span title="' + cellData + '" >' + cellData + '</span>';
            }
        }
    }
}

4
Help for ParamQuery Pro / Pqgrid - change row height dynamically
« on: October 16, 2018, 02:32:22 pm »
Hi,

I am unable to change/update the value of rowHt.

//--- CODE ---//
    componentDidMount() {
        this.rowHeightManager();
    }

    changeDropDown(e) {
        const rowHt = parseInt(e.target.value, 10);
        jQ(`#${this.props.id}`).pqGrid('option', 'rowHt', rowHt);
        jQ(`#${this.props.id}`).pqGrid('refreshDataAndView');

        // This is updating the value but not reflecting on Grid UI
        console.log(jQ(`#${this.props.id}`).pqGrid('option', 'rowHt'), rowHt);


    }

    rowHeightManager() {
        const $option = [25,50,75].map(item => `<option value="${item}">${item}</option>`).join('');
        const $selectBox = `<select id="changeRowHeight" class="ui-corner-all">${$option}</select>`;
        const $footer = jQ(`#${this.props.id}`).find('.pq-grid-footer.pq-pager');
        $footer.append(`<span class="pq-separator"></span><span class="pq-page-rppoptions">${$selectBox}</span>`);

        $footer.find('#changeRowHeight').on('change', this.changeDropDown.bind(this));
        // console.log($footer);
    }
//--- END CODE---//

The above code will add a dropDown in footer next to pagination section. On changing the value from the dropDown, the row height should changed. Is this the correct implementation or could be other way.

5
Help for ParamQuery Pro / Grid Width
« on: October 15, 2018, 07:53:11 pm »
Hi,

We have kept the grid on 100% width, but somehow when it draws for the first time we notice there is a small gap between the grid right border and right container border. If we redraw the grid after that it would readjust the width. I am showing you two screenshots of the grid, which show both the scenarios. Any idea to have the grid drawn to complete 100% width.

6
Help for ParamQuery Pro / Re: pq grid : selection model
« on: September 18, 2018, 06:56:13 pm »
When we are going to Pro Downloads section I can see only 5.3 ver to download, Will it work if we use this?

7
Help for ParamQuery Pro / Re: pq grid : selection model
« on: September 16, 2018, 04:02:07 pm »
No. unfortunately it's not working.
We have applied following parameters which is allowing us to deselect any selected row by Ctrl+Click but we are still able to select rows without pressing the ctrl +click after selecting first row.
In simple words, multiple rows should not be selected using only click, should be selected  only with ctrl+click (it was there in 3.3)
selectionModel: { type: 'row', toggle: false, mode:'multiple', fireSelectChange: true }


8
Help for ParamQuery Pro / pq grid : selection model
« on: September 14, 2018, 04:27:16 pm »
Hi,

We are using PQGRID ver. 5.1 Pro and we are facing an issue with selection Model, We want to select multiple rows in grid but only when user press ctrl key. We have achieved same thing using ver. 3.3  but after upgrading to 5.1 behavior has changed. Please help us it is critical.

9
Help for ParamQuery Pro / Filter Issue in PQGrid version 5.1.0 Pro
« on: July 30, 2018, 09:27:08 pm »
We have enabled column filter in one of the paramquery grid.
If grid has already save data then filter is working fine on all columns.
But, when grid has no data and add some rows using "addRow" method or copy paste some rows from excel, then filter is not working on the any column.

Please help us on this issue,

Thanks & Regards,
Team RSG

10
Bug Report / Not able to copy paste in PQGrid version 5.1.0 Pro
« on: May 30, 2018, 01:43:51 pm »
We are not able to paste data from excel into pqgrid on MAC machine(specially on safari browser), earlier while we are using evaluation version of the same pqgrid, we were able to do the same. We have purchased new version only for this feature.

11
Bug Report / https://paramquery.com/pro NOT WORKING
« on: May 09, 2018, 11:54:38 am »
Hey,

https://paramquery.com/pro is not working.. URL is opening but page is not loading...

12
News / Re: Major Pro Version 5.0.0
« on: April 18, 2018, 04:59:36 pm »
Hi,
We are using Version 3.3 Pro Enterprise. As you have mentioned that Version 5 is released with major upgrade so can we have a changelog for same. We tried to download evaluation copy of latest version  but there is no change log in that. Out license is already expired and in order to get it renewed changelog would help us to indentify that What's New We Would Get In Ver.5

13
Hi,

Is it possible in anyway to just implement the Decoupled Sorting/Grouping without upgrading the paramquery Version as suggested by you. We badly need this functionality and can't upgrade the  version right now

14
Help for ParamQuery Pro / Loading Div Styling
« on: October 16, 2017, 08:13:43 pm »
Hi,

We want to use different loading div in place of the loading div available for Paramquery, Is there any configuration or standard classes by which we can style it and use.

15
Bug Report / Re: pqSelect with Paramquery Grid
« on: August 21, 2017, 12:11:51 pm »
Any Update on this?

Pages: [1] 2 3 4