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

Pages: [1] 2 3 ... 5
1
Bug Report / cell Higlighting with Border in PQ version 5.
« on: June 13, 2018, 02:32:15 pm »

Hi Team,

I wanted highlight cell with border in each row. currently it is overlaying with gray color. in older version i was able to do. I am attaching the screenshot for requirement.

Please Suggest.

Thanks

2
Bug Report / Re: edting grid cell
« on: May 02, 2018, 03:34:37 pm »
Team, Please reply.

3
Bug Report / Re: edting grid cell
« on: April 24, 2018, 07:04:16 pm »
Team, Please reply.

Thanks

4
News / Re: Upgrade to Pro Version 5.1.0
« on: April 23, 2018, 10:54:30 am »
Can you please share the link to view change log for 5.1.0

5
Bug Report / edting grid cell
« on: April 20, 2018, 04:47:43 pm »
Hello Team,

when i double click on editor is if is having more words. editor becomes bigger that grid cells.

I am attaching screen shot as well please suggest how to fix this.

Thanks



6
Help for ParamQuery Pro / Need details on future releases of pq grid
« on: April 10, 2018, 10:52:02 am »
 Hi Team,

Can you please share the details of enhancement coming up with the releases after 5.0.1.

With our current profile we are not able to see any details of 5.1.0 on the forum.

Thanks

7
Can this feature (highlight the row and column header on cell focus) be added as an enhancement, as it is an excel like feature.

8
Team, Please reply..

9
Hello Team,

We want to highlight corresponding header column and number column if we select some cell(s).

Please advise.

Thanks

10
We need this feature for functional test and not for performance test. Please let us know, if a work around is available for this

11
Is there a way to not ignore them, we want to use this functionality.
Our automated testing depends on the data available in DOM, since virtual data is unavailable, this option doesn't work for us.
Let us know, if there is a patch or something else which will help.

12
 Hello Team,

 Is there any way we can still use virtualX, virtualY property in PQ version 5.1.0 . Because we are having automated performance testing
 based on virtualX, virtualY options. Please let us know.

 
 Thanks

13
Help for ParamQuery Pro / Re: Restrict cell data upto certain characters
« on: January 29, 2018, 05:40:01 pm »
Thanks its working  :)

14
Help for ParamQuery Pro / Restrict cell data upto certain characters
« on: January 29, 2018, 03:14:52 pm »
Hi Team,

we need to set the column data as per the max chars allowed for column.e.g i have column A which has value more than 40 characters. But on grid i always want to show/save/copy/paste(all actions) upto maximum 30 characters.

Please refrer attached snap. Column A has values more than 20 characters(which is present in the grid Data coming from service). Now, we want this should only accept upto 20 characters and ignore the remaining.

We have added the validation for the cell, it is working upon editing. But on copy paste,grid population with data from service it still accepts.




15
Hi Team,

we have used the solution of detaching the empty rows from dataModel.data in beforeSort and append it back in sort event. As mentioned in the below link.

https://paramquery.com/forum/index.php?topic=953.0


In our case, empty rows are the one, that we add default (say 5- new rows in bottom)to the grid during creation of our grid.

Now if we sort any column in grid(grid is not dirty yet),  and then change the any column in the newly added row, the grid is not giving the changes. The below is the function we are using to get changes

$griId.pqGrid("getChanges", {
      format : 'byVal',
      all : true
   });

However, if change any cell value in newly added row and then sort, the grid gives the changes.

Behavior is strange. please suggest. Share js fiddle if possible.

the version we are using ParamQuery Pro v3.3.5.



Pages: [1] 2 3 ... 5