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 - sachinkumarB.patel

Pages: [1]
1
ParamQuery Pro Evaluation Support / Range Filter data bind from server
« on: September 21, 2020, 12:09:06 pm »
we created server side filter and paging too,
the issue is we can't get all data for range filter,

so we made async method but it won't work, and no any error found so please can you help for the same :

doAjax function get column data from database and bind it into range option

pq.filter.conditions.range.filterFn = async function (ui) {
    const result = await doAjax(ui.column.dataIndx);
    return {
        type: 'select',
        options: result,
    }
}

2
ParamQuery Pro Evaluation Support / Force equal filter to textbox only
« on: August 14, 2020, 02:29:47 pm »
hi i am evaluation user , i want to text box only in equal filter instead on checkbox selection while selecting equal filter

i am trying to put in colModel like

filter: {
                    type: 'textbox',
                    condition: 'equal',
                    value: ''
                },
but nothing changes happen

please help us ASAP

3
ParamQuery Pro Evaluation Support / on page option changed
« on: March 05, 2020, 09:53:25 am »
we provided paging option like [10,50,100,500,1000],
i have total 287 records, it may possible data in 100000 records in future,
when i tried to changed page option from 100 to 500/1000 then browser has stuck for few seconds (now a days i am using chrome browser)

can you please provide help for that kind of thinks ?

4
Hi,
   Recently register for pro evolution user and test your default example, when i test your example in chrome its working fine but when i run into the IE/Firefox there is showing error  'Unable to get property 'pq-menu-tab' of undefined or null reference'.

Filter popup not showing properly it showing bellow the grid
 refer an attachment for more details.

Pages: [1]