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

Pages: [1]
1
Hi!

Do you have a code example to put into a jsfiddle (etc) to get started with this topic?

Jens

2
Thank you!
We will try it this way.

Do you have any code examples to put into a jsfiddle (etc) to get started?

3
I wonder if it is possible to make Paramquery (Pro) display, and also allow entering, of SI unit prefixes and powers of 10 in certain cells?
See https://en.wikipedia.org/wiki/Unit_prefix
This way, I can enter "520k" and it will be displayed as "520k" but the underlying data will have 520000. Or 1.4G (=1400000000), "0.9u" (=0.0000009), etc.
If I enter "520000" it will be automatically reformatted as "520k" but saved as 520000 (pure numeric value).
And if I enter "0.9e-3" or "1.78e10" it will be parsed as "0.0009" and "178000000" respectively.

This would make entering numeric values much much easier, especially for scientific data.
The system should accept SI and exponential entry, but be configurable to display only in one format, so the display is always consistent.
(Note that SI prefixes are case sensitive, "m" and "M" are different; but the "e" for powers of 10 (Exponent) is not. "E" is also possible.

Currently, for cells that are defined to only accept numeric data, this is not possible; non-numeric characters are filtered.

4
Hello,

I am a user of an application which uses PQgrid pro (our developer is registered with you, I can provide details by email if required).
I noticed a bug in PQgrid which is also reproducible on the main home page demo of PQgrid pro:

1. Create five new rows
2. Select five product names and the corresponding Units in Stock. (with Ctrl-click) Important: Do not select the column in between
3. CTRL-C
4. Go to the first inserted "Product Name" cell
5. CTRL-V

Result: Units in stock are inserted below the five products, i.e. we get 10 new rows.
Expected: Units in stock should be inserted beside the products in the Units column
     Also, inserting should work without having to explicitly create the five rows beforehand (but this might be a feature request, not a bug).

Can you reproduce this?

Thank you!

5
Help for ParamQuery Grid (free version) / Re: jQuery 1.12 support
« on: January 24, 2018, 08:26:11 pm »
Hello,

this has not been solved in paramquery 2.3.0 it seems.

Is this still an open issue? Is there a roadmap as to when the current JQuery version will be supported?

Thanks!

Pages: [1]