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

Pages: [1]
1
Bug Report / Re: Some rows are not display when not been selected
« on: November 21, 2024, 08:01:44 pm »
Hi paramvir,
Thank you for the quick reply. pqgrid version is ParamQuery Pro v8.0.1. I cannot see any error in the browser developer console. If I clicked selected button and missing row 10, 11, or 12 can be displayed. Attached is the code portion I copied from developer tool for your reference.

2
Bug Report / Some rows are not display when not been selected
« on: November 21, 2024, 08:23:37 am »
Hi ParamQuery team,

I have the issue that some rows in bottom pf the grid are not displayed, when they are not been selected. I hope you can help me to fix the issue. See attached files for more details.

Thank you!

Stan Cao

3
Hi Paramquery team,

I want to know if is it possible to hide/show the filter row of grid header when needed.

Thank you!

Stan Cao

4
It works great and just I wanted, thank you!

5
Hi paramvir,

Thank you! But now the icon overlapped with the title text. Is it possible to position the title text the right of the icon?

Stan

6
Hi ParamQuery team,

We have the data grid with many columns. When the user zoomed (enlarged) the page, toggle icon is out of the range. The scroll bar is needed, in order to display the icon. Is it possible to position toggle to the top-left of the grid, instead of default top-right, so we can always see it?


Thank you!

Stan Cao

7
Help for ParamQuery Pro / Re: Dose PQ Grid compatible with IE
« on: October 21, 2021, 02:30:19 am »
My code:
        toolbar: {
            items: [
                {
                    type: 'button', icon: 'ui-icon-plus', label: 'New', listener: function () {
                        // row data with default value
                        var rowData = {PROJ_Q: "0",ANX_PART_I: "",UOM_C: "",VNDR_ITEM_I: "",PRICE_A: "0.0000",
                                    ANX_LIST_COST_A: "0.0000",DISC_COST_A: "0.0000",DISC_P: "0.0000",CUST_PART_I: "",
                                    VNDR_COMMCODE_C: "",VNDR_LONG_ITEM_I: "",VNDR_UOM_C: "",ITEM_DESC_E: "",
                                    VENDOR_I: " ",VNDR_CURRENCY_C: "",QUOTE_APPV_I: "",
                                    EXT_COST_A: "0.0000",TOT_FORECAST_Q: "0",INVN_TRKG_F: false,STD_ITEM_I: "",
                                    CUST_OWNED_F: false,INVN_TYPE_F: "Stock",CUST_SPECIFIC_F: false,CRIT_ITEM_F: false,
                                    KIT_ITEM_F: false,METAL_FIRM_F: "",METAL_A: "0.0000",ITEM_LNGTH_P: "0.0000",
                                    ITEM_WIDTH_P: "0.0000",ITEM_HT_P: "0.0000",WEIGHT_Q: "0",RTRN_POLICY_T: "",
                                    FRT_SENSITIVE_F: false,VNDR_LINE_I: "0",LINE_I: "0",
                                    vendorNumber: inputData["Vendor"], vendorListNumber: 0,
                                    registrationNumber: "",
                                    regType: inputData["RegType"],
                                    PROJECT_I: project,
                                    PROJECT_VENDOR_I: inputData["Vendor"],
                                    QUOTE: inputData['Quote'],
                                    RGSTR_TYPE_I: inputData["RegType"],
                                    CONTRACT_I: contractNumber,
                                    stockLocData:[]};
                        //append empty row at the end.                           
                        var rowIndx = this.addRow({ rowData: rowData, checkEditable: true });
                        this.goToPage({ rowIndx: rowIndx });
                        this.editFirstCellInRow({ rowIndx: rowIndx });
                        this.refresh();
                    }
                },


8
Help for ParamQuery Pro / Re: Dose PQ Grid compatible with IE
« on: October 21, 2021, 02:11:29 am »
I cannot add a new line in IE, but in Chrome it works fine.

9
Help for ParamQuery Pro / Dose PQ Grid compatible with IE
« on: September 24, 2021, 10:19:43 pm »
Hi Paramquery team,

I have a question. Right now, PQ Grid worked in Chrome and Firefox well, but it has some issues in Internet Explorer. Is it possible for me to make it compatible with IE or not?

Thank you!

Stan Cao

10
Thank you and they are working now! :)

11
Hi,
I want to know that, do the left and right arrow keys work if the grid cell is on edit mode just like up and down arrow keys can do?

Thank you!

Stan

Pages: [1]