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 - Anthony Kim

Pages: [1]
1
thanks your information,

I tried using the information you provided,
but it doesn't work.
Can you give me more information?

I want to update Row the detail grid from another grid.

thanks

2
hi,

It is possible to use "updateRow" at the maingrid as shown below,
$("#grid_sample").pqGrid("updateRow", {
                rowIndx: 1,
                newRow: {
                    'unit': unit,
                    'unit': stock
                }
            });

how to use it in the detail grid?

thanks

3
thanks your reply,
but,
resuts are 'undefined'

thanks

4
hi

how to get data of summaryData?

summaryData: [{
            //type: 'Total',
            summaryRow: true,
            pq_fn: {
                stock: 'sum(F:F)',
                quantity: 'sum(G:G)'
            }
        }],

I want to get data of stock and quantity from grid.

thanks



5
I don't understand the response you sent me.
How can I make the button in the red circle in the attached picture invisible?
Please explain in more detail (or example)

6
Help for ParamQuery Grid (free version) / how to delete button (red)
« on: January 29, 2020, 10:29:28 pm »
how to delete button (red)

Pages: [1]