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

Pages: 1 [2]
16
ParamQuery Pro Evaluation Support / Re: Adding Custom Dropdown to Toolbar
« on: October 09, 2018, 09:53:39 pm »
Hi,

Please ignore and close off, i sorted it.

Thanks

17
ParamQuery Pro Evaluation Support / Adding Custom Dropdown to Toolbar
« on: October 09, 2018, 09:42:21 pm »
Hi,

Is it possible to add a custom dropdown to the toolbar on the grid with a ID and value format?
The dropdown value will be text and the ID a number but I only want to see the text in the dropdown and upon clicking a button, i will be able to get the ID of the selected value.

Thanks

18
Hi,

When you apply rendering to a cell and then try to group by it, the arrow to expand or collapse is missing and the summary of the record count is missing.
I edited your cell render example ( https://paramquery.com/pro/demos/render_cells ) and made the company name the rendered cell. I removed the image and just returned the text.

Attached are screenshots to show the issue.

Thanks,
Gary

19
Thanks for the reply.
Have you a link to a working example of documentation on it?

Thanks,

20
Hi,

I wanted to check if its possible to pass in a JSON object with a class object (TestClass below) and bind the Desc field of this as the dataIndx for the column?
So the property binded to the Column would be TestClass.Desc

     {
      "OrderID": 10702,
      "CustomerName": "ALFKI",
      "EmployeeName": "Peacock",
      "TestClass": {
        "ID": 1,
        "Desc": "Gary"

      }

Thanks,

21
ParamQuery Pro Evaluation Support / TreeGrid - Server side Examples
« on: September 23, 2018, 04:56:31 pm »
Hi,

I was wondering if you have an example of server side implementation of the TreeGrid Functionality(https://paramquery.com/pro/demos/treegrid)

Thanks

22
Bug Report / Re: Bug selecting equals in filter condition
« on: September 17, 2018, 09:30:57 pm »
Sound. Can you confirm it is a bug so I can rely back to the customer and have a valid reason to remove the "Equals"option?
Thanks

23
Bug Report / Re: Bug selecting equals in filter condition
« on: September 17, 2018, 09:08:45 pm »
Hi,

I followed the example for grid - https://paramquery.com/pro/demos/filter_header which does not work either.
See attached screenshot of console errors from your demo screen.


24
Bug Report / Bug selecting equals in filter condition
« on: September 14, 2018, 10:39:08 pm »
Hi,

When selecting equal as the condition for remote filtering, a checkbox list appears. When you choose a option, the filtering throws and error:'Type 'System.String' is not supported for deserialization of an array.'

Below is the JSON passed
{"mode":"AND","data":[{"dataIndx":"EmployeeName","dataType":"string","value":["Callahan"],"condition":"equal"}]}

I tested this on your demos and it seems to be broken as well.

Can you review and see if there is a bug here and if so, is there a way to remove the equals option in the condition dropdown?


26
Hi,

Is it possible to somehow capture all the grid content - filter text, filter condition, group by columns, visible columns etc on a click event?
I have a customer request to save the grid filters done by users and reapply when they revisit the grid so I want to see if there is a build in function that allows you capture this?

Thanks for any help!

Pages: 1 [2]