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

Pages: [1]
1
Help for ParamQuery Pro / Coloured cells for pivot grid
« on: August 31, 2019, 04:29:17 pm »
Hello there

I can't figure out how to colorize cells. Usually I do it with cell render event

Code: [Select]
col.render = function(ui) {
    console.log('ui',ui);
};

but this event doesn't fire when a pivot mode is enabled.

Advise me please, how to paint cells?

Code: [Select]
dataModel: [
{id:1, year: 2019, name: 'name1', color: '#ccc'},
{id:2, year: 2019, name: 'name2', color: '#444'}
]

2
Help for ParamQuery Pro / Re: Pivoted grid fails refresh
« on: August 30, 2019, 09:35:31 pm »
Good idea! Thanks

3
Help for ParamQuery Pro / Re: Pivoted grid fails refresh
« on: August 30, 2019, 06:23:24 pm »
Thanks for the solution!

In my implementation user has ability to switch between pivot mode and not pivot mode dynamically and I can't enable pivot mode every time when complete event fires. Now I have to use some flag to manage this situation.
Is it possible implement this feature into the grid's core in next versions?

4
Help for ParamQuery Pro / Pivoted grid fails refresh
« on: August 30, 2019, 12:53:15 pm »
Hi there

I've implemented grid which uses rows and cols grouping (pivot mode) with remote data model. When I call refreshDataAndView method grid's view doesn't render updated data and displays empty view

Example:
http://jsfiddle.net/kL0gbav9/12/
Just press RefreshDataAndView button

What is the correct way to refresh data and view in the pivot mode?

5
Bug Report / Re: Edit cell with custom date format
« on: July 16, 2019, 09:28:27 pm »
I see the format: dd.mm.yy is not working properly, moving it to bug log, would be fixed soon.
Thank you

6
Bug Report / Edit cell with custom date format
« on: July 15, 2019, 12:26:04 pm »
Hello there! I faced with the issue of editing date with custom format
Format: dd.mm.yy
Grid doesn't accept any date with the day greater than 12.
For example: choose 11.07.2018 - accept, choose 13.07.2019 - doesn't accept
Code example similar to one of previous thread http://jsfiddle.net/4pvfsmwq/ - try to change date in Sample Date column

Change column type is unacceptable, because sorting breaks down. Any suggestions?

7
Help for ParamQuery Pro / Hide "ParamQuery Pro Eval" inscription
« on: May 10, 2019, 11:08:35 am »
Hello!
I've replaced trial version of grid by licensed, but still see inscription in the right bottom corner of screen.
How to hide it?

8
ParamQuery Pro Evaluation Support / Re: Download SDK
« on: May 05, 2019, 02:04:13 pm »
Hi there!
Please, update my account too. I don't see download link

Pages: [1]