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

Pages: [1]
1
Similarly can you please tell how to un collapses it .
Thank you.

2
Help for ParamQuery Pro / number format
« on: August 18, 2021, 11:22:09 am »
Do you have support for Indian currency format
ex:
12345678.56 should convert to 1,23,45,678.56

3
Help for ParamQuery Pro / Re: Disable grid while provide scrolling
« on: August 05, 2021, 03:36:52 pm »
We have an external event, kind of freeze.
when we click on that we need to disable the whole grid for adding/editing field, user can only read all the nodes(without scroll we can't read all the nodes).

Its kind of disabling Tree Grid and providing scroll option to read all the nodes.




4
Help for ParamQuery Pro / Re: Disable grid while provide scrolling
« on: August 05, 2021, 12:29:13 pm »
Even setting the editable option i can edit, i can add a new field. :(

5
Help for ParamQuery Pro / Re: Disable grid while provide scrolling
« on: August 05, 2021, 11:47:58 am »
Example you gave this is  during initialisation. Assume we already initialised  our tree and we want to fire this(disable the edit mode for tree) in some event.

6
Help for ParamQuery Pro / Re: Disable grid while provide scrolling
« on: August 05, 2021, 10:32:44 am »
we need this in one of the functionality when the tree-grid disabled user interested to see all the tree nodes..

Any solution to implement the scroll when grid is disabled  or any way to disable the edit mode for whole grid ?

7
Help for ParamQuery Pro / Disable grid while provide scrolling
« on: August 04, 2021, 04:30:43 pm »
treeGridObj.option("disabled", true) after adding this i tried setting the CSS class as you suggested, but still scroll is not working.

I added that CSS in treeGridObj.addClass("pq-grid-disable");
 I see CSS is loaded, but i can't see the scroll.

8
Hi,

I checked your demo and it works as stated by you.  However, in my application, the child items of the matching item are not shown.  Only tree upto the matching item is shown even though there are child items of the matching item.  Could this be because of any specific configuration/setting?  Please let me know.

9
Hi,

In my treegrid I want to be able to search for items by typing partial string into the header text field just like the filter feature.

https://paramquery.com/pro/demos/treegrid

Expectation,
1. Matched items to be highlighted and the first match to be scrolled to so that it is visible.
2. None of the items in the tree should be hidden unlike how it works in filter feature.  Basically, the original tree items should remain intact.  We should just scroll to the match rows.
3. Ability to navigate to next and previous matches if there are multiple matching rows.

The reason why filter doesn't work for me and I want the "Search" feature is because, I would want to search based on a parent node/row text but then really interact with the children of that searched/matching parent.  So, I want the children of the matching row to also be visible.  Currently, in the filter feature, the children/descendants of the matched row are not shown.

Is there someway to achieve this?  Please help.

Thank you

10
Help for ParamQuery Pro / react supports.
« on: June 01, 2021, 10:05:31 pm »
Hi ,

i have made react application  by downloading external npm package , how  i will sure that i am using pro version .

what should i do , to run pro version in my project. suggestion appreciated .

Thanks,
Bhuban

Pages: [1]