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

Pages: [1]
1
Hello,

https://jsfiddle.net/mnx5c6ub/

In the above attached fiddle for  the first time,on single click drop-down is coming.
But if you make any change in one cell,then if you got next cell, there we need to click twice to open drop-down/Text-box.

This issue is there in IE.

Please provide a solution ,so that after editing first cell ,second cell also should load drop-down on single click.

2
Help for ParamQuery Pro / Re: Open dropdown in Single click
« on: June 09, 2020, 12:27:15 pm »
Hello,

In the above attached fiddle for  the first time,on single click drop-down is coming.
But if you make any change in one cell,then if you got next cell, there we need to click twice to open drop-down/Text-box.

This issue is there in IE.

Please provide a solution ,so that after editing first cell ,second cell also should load drop-down on single click.

3
Help for ParamQuery Pro / Single click edit
« on: June 05, 2020, 12:35:44 pm »
Hello,

On single click of editable cell,i am not able to make changes

Every time we need to double click on the cell to make modifications.

Please support.

4
We are using Paramquery Pro only.(API version 6)
For reference , gave that demo link..

In pro also we are facing the same issue.

Is the change in paramquery library or we need to change in grid specific js file?

5
First apply filter based on any column.then edit any cell and click on the empty space below..
Modified cell is not getting dirty.

Issue can be seen in the below demo.

Link : https://paramquery.com/demos/edit_filter

Please provide any solution.

6
After making modification in one cell,if I clink on outside or disabled cell ,Previously modified cell is not getting dirty.

Issue can be seen in the below demo.

Link : https://paramquery.com/demos/edit_filter

First apply filter based on any column.then edit any cell and click on the empty space below..
Modified cell is not getting dirty.

Please provide any solution.

7
Hi,

I want to reset the changes in the grid to the initial value, and on clicking the reject changes button, it is resetting the editable cell data,
but not the value which came through cellsave function in non editable columns.

How we should reset those columns to the initial value ?

8
Help for ParamQuery Pro / Custom Filter Single Click
« on: September 19, 2019, 02:23:30 pm »
I tried to implement Custom Filter Single click in the Grid, initially it is not working because of the JQuery CDN reference.


So we used these CDN:-

 <link rel="stylesheet"
     href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/themes/base/jquery-ui.css" />
 <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>   
 <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js"></script>

It worked fine in the Google Chrome and Firefox, but it is not working in Internet Explorer.

So which  jQuery version CDN reference should we follow so that it should work in all the browsers.

9
Bug Report / Regarding Custom Editor
« on: September 17, 2019, 10:41:06 am »
I have issue regarding Custom Editor.
 
Here we have multiple columns which has custom dropdown value.
 
But we have a requirements that on single click each column dropdown should display, but in ours when we click on a next row column, dropdown is working fine, but when we click the adjacent column of the same row, it takes 2 clicks to show the Dropdown. We need to make it single click dropdown.
 
We used this method :-
 
demo: http://paramquery.com/demos/editing_custom
Code: [Select]

// in autoComplete editor, classes are added.
var $inp = $("<input type='text' name='" + dataIndx + "' class='" + cls + " pq-ac-editor' />")
 
But it is not working for single click edit for custom editor.
 

10
Hello Team,

Could you please share the "download ParamQuery Pro SDK". We completed the payment on with Transaction ID 190830***GN00001 on 30.Aug.2019.

Please do the needful ASAP.

Thank you,

Pages: [1]