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

Pages: [1]
1
Hello,

I'm using a regex validation for a date field when editing a cell with date value. Is it possible to prevent the validation when the value of the cell is empty?

Thanks,
Syreta

2
Help for ParamQuery Pro / Shorten Text from left side
« on: February 14, 2019, 03:43:19 pm »
Hello,

I disabled text wrapping for cells so the grid shortens the text inside the cell. That's good! But is it possible to shorten the text from the left side instead of right?
Or do I have to write my own function for this?

Thanks,
Syreta

3
Help for ParamQuery Pro / Show/Hide Rows
« on: December 05, 2018, 01:54:37 pm »
Hello,

I'm using the "pq_hidden" attribute for hiding or showing rows (depending on other data attributes), when the user clicks on specific mode options. This works fine! But there are two "issues":

- After hiding some rows, the "total records" value in the grid footer will not be updated by the new value.

- After hiding some rows, rows that are still showing, will stay on a second page, even though max entries count of rows per page is greater than the (new) total value of rows. For example: When I have 137 total rows and max. 100 rows per pages, I get two pages in the grid. After hiding 57 rows, there are still two pages in the grid, even though there should be only one page! And possibly some rows stays on the second page if they are shown on the second page before hiding some rows.

Are there ways to get these points fixed?

Thanks,
Syreta

4
Help for ParamQuery Pro / Export Hidden Fields
« on: October 11, 2018, 07:16:22 pm »
Hello,

some time ago, you told me to use the "copy" attribute for controlling if a column will be exported or not. But it seems, that this attribute is ineffective when attribute "hidden" is true.
Is there a way to export hidden columns to xlsx?

Thanks in advance,
Syreta

5
Help for ParamQuery Pro / Multiselect in Grid Editor
« on: October 09, 2018, 05:50:58 pm »
Hi,

is it possible to use pqselect multiple mode in the grid editor?

Code: [Select]
editor: { type: 'select' }... initializes a normal (single) select only.

Thanks,
Syreta

6
Help for ParamQuery Pro / editFirstCellInRow does not work correctly
« on: October 08, 2018, 02:34:49 pm »
Hi,

when I add a new row to my grid, I want to to be able to edit the first cell automatically without a click.

I found the function editFirstCellInRow() for this. But when I call this function, the input field of the first cell is displayed only for a very short moment, then it disappears immediately!
Incidentally, the same happens when I call the function goToPage(). The grid scrolls down to my new added row and after a very short moment it scrolls up to the penultimate (already existing) row.

Do I have to change any initializing options of my grid to get this functions working correctly?

I'm using v5.1...

Thank you in advance for your help!

Best Regards,
Syreta

7
Help for ParamQuery Pro / Checkbox Columns in Excel Export
« on: June 26, 2018, 12:25:29 pm »
Hello,

Is there a way to prevent checkbox-columns in the Excel Export?
Currently there is the HTML-Tag for the checkbox in the Excel file... it would be perfect to remove the whole column automatically.

Thanks,
Syreta

8
Hello,

how can I check/uncheck a checkbox within the cellRightClick event?
I tried to update ui.rowData.#checkboxDataIndx# to "true" or "false" and refresh the grid. This works, but the row is not highlighted (like regular check) and when I right click another cell after first cellRightClick, it doesn't work any more.

Is there a correct way to do this?

Thanks,
Syreta

9
Help for ParamQuery Pro / Weird Selection of Text in Chrome
« on: June 25, 2018, 11:43:19 am »
Hello,

I want to be able to select the text from the Grid (for copy & paste to another places or documents). It looks like that this is only possible when Grid Data is set to be editable, but I don't want to activate this option. Grid Data should be read only but text selection should be possible anyway!

In the pqgrid.dev.js I found line 1737 where the disableSelection function is called. When I comment this out, text selection is now possible!
My problem is, when I double-click a single word in the text, the text selection is completely confused in Google Chrome (please see my screenshot attached)! In FireFox and IE it works like expected.

Do you have any idea why the selection by double-click is weird in Chrome?

Thanks in advance,
Syreta

Pages: [1]