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.


Topics - cijojohn

Pages: [1] 2 3
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 / 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



3
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

4
Hello Team,

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

Please advise.

Thanks

5
 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

6
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.




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



8
Hi Team,

We want to customize the tab functionality in such a way that when it reaches to the last cell in the row, next tab should not focus to the first cell in the next row. Similarly for shift+tab ,if it is first cell in row, it should not go to the end of the previous row.

See the attached snapshot.

we are in the last cell of third row. Now if i press tab key, the focus will move to the first cell in the next row(Sno in this case). We want to restrict this behavior in our grids.

Please suggest ASAP


9
Help for ParamQuery Pro / Change Event in PQ Grid
« on: November 18, 2017, 08:53:34 pm »
Hi team,

Please read the comments in attached snapshot.

We have used the change event in following way :

                "change" : function(event, ui) {
         return myChange(event, ui);
      }

if we retype the same value in cell , the change event is not getting fired?.

Please suggest which are other options.

FYI, we have done some workaround  on "editorBlur" event, is that a correct way to achieve same behaviour.

10
Help for ParamQuery Pro / Sorting Issue for columns with blank empty values
« on: November 18, 2017, 05:38:00 pm »
Hi Team,

while sorting, the columns with blank values are coming at the top. Please see the behavior in the attached screen shot.

In Snapshot, we have done sorting on column1. You can see the values in Column1 after sort. The values which are empty for the sorted column (column1) in rows are coming up and non-empty cell values are coming at the bottom.


But, we always want these empty values to be appear at the bottom irrespective of sort order. Please suggest the way to make this as default behavior in our grid.


11
Help for ParamQuery Pro / Get row number in Jsonchanges
« on: November 10, 2017, 11:44:11 am »
Hello Team,

I want get row Number in getChanges method. Please suggest on that. Also i want to get row number in sorting also.

12
Help for ParamQuery Pro / mulitisort slow in grid
« on: October 09, 2017, 12:22:40 pm »
Hello Team,

I facing issue with multiple column sorting in Grid. we are checking with 3000 rows and 50 columns. Still it is taking time.


Please Advice.

Thanks

13
Help for ParamQuery Pro / Copy paste in integer column
« on: October 04, 2017, 10:54:50 am »
Hello Team,

If we try to paste in integer columns if value is 1,000 i.e integer value with 'comma' it is pasting only 1.
I have replicated this in your demo also by making order id column as editable and integer.

https://paramquery.com/pro/demos/editing_custom

Please Suggest.

Thanks,

14
Bug Report / exportData column issue
« on: September 26, 2017, 04:59:55 pm »
Hello Team,

While getting exportData in html form from grid if we are having some columns as copy 'false'. those column are not coming in exportData(which is fine for me). But for that we get extra colspan in header column html. due to that child column is shifting.

Suppose we have eight columns in which two columns are copy false. although those two columns are not rendered but in colspan we are getting eight rather than six.

We have done some fixes for that we r setting those columns as hidden TRUE also on beforeExport and hidden FALSE  exportData event.
and we r refreshing colModel.

Now its working fine.

Thanks

15
Help for ParamQuery Pro / Row 0 filter for date columns pressing tab/enter
« on: September 15, 2017, 09:40:04 am »

Hi Team,

Currently in your Demo Row zero filter for date column implemented like if you press tab/Enter it will filter data.

This is working fine in chrome browser but in internet explorer it works for tab not from Enter button.

Can u suggest how we can resolve this.

Thanks

Pages: [1] 2 3