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

Pages: [1]
1
cellSave event is not triggered when deleting cell cotent with delete key (with pressToEdit set to true)

2
Bug Report / Re: Missing columns during fast enlargement of table
« on: March 28, 2017, 08:15:27 pm »
Is there a way to get around that issue before v3.3.5?

Thanks.

3
Is it possible to remove the expand button on row where subgrid (details grid) is empty?

4
Help for ParamQuery Grid (free version) / Last column width issue
« on: December 22, 2016, 02:57:43 am »
Conditions:
-grid with a lot of columns
-virtualX and virtualY set true
-several fixed columns

Issue:
-The last column width is reduced of 38px.

5
Is it possible to remove the expand button on row where subgrid (details grid) is empty?

6
How to manually trigger validation on a column?
Or how to manually trigger a PQgrid event?

7
I found that by specifying an invalid dataType in the colModel, the cellData isn't converted before filtering. I'd go with that option for now.

Thank you very much!  :)

8
When the custom filter is called, cell data is already converted in dataType. In my case, the cell value is a function (a KnockOut observable). So I receive the text definition of the function which I can't filter on. Is there a way to prevent the conversion of the cell value before filtering? (Or to override f.convert)
Or to have a "function" dataType?
Or to have a "preFilter" function that would be called before the cell data is converted?

9
UP on this post.
Is there now a way to have custom datatype (that wont be converted into a string or number before filtering)?

Pages: [1]