jQWidgets Forums
Forum Replies Created
-
Author
-
Hello shaymabraham,
You can set the filterMode property to “advanced” to allow filter inputs for each column.
You can check this Example.Alternatively, you can use our Smart Grid component. There it is possible to have custom filters for each column of the tree grid.
Please, check this Example.Best Regards,
Martin YotovjQWidgets team
https://www.jqwidgets.comApril 18, 2022 at 4:29 pm in reply to: Grid Events in CardView Mode Grid Events in CardView Mode #121642Hello Steve,
Could you give us more details about what you are trying to achieve so we can suggest you a solution.
Best Regards,
Martin YotovjQWidgets team
https://www.jqwidgets.comApril 14, 2022 at 5:18 pm in reply to: Grid Events in CardView Mode Grid Events in CardView Mode #121637Hello Steve,
Yes, a click on everything inside the content will trigger the event.
Best Regards,
Martin YotovjQWidgets team
https://www.jqwidgets.comApril 12, 2022 at 5:22 pm in reply to: Uncaught Unspecified pivot aggregation function Uncaught Unspecified pivot aggregation function #121629Hello Jwhitbread,
You have missed specifying the function property of the values objects, in your case Sum_timesheet_hours.
I have added'function': 'sum'
and now it seems to be working fine. Here is the updated Example.Best Regards,
Martin YotovjQWidgets team
https://www.jqwidgets.comApril 11, 2022 at 4:53 pm in reply to: Grid Events in CardView Mode Grid Events in CardView Mode #121626Hello Steve,
The jqxGrid does not have cellclick event in cardview mode as the cards are not grid cells.
However, you can bind to the click event of the content and check which card you have clicked on.
Here is an Example.Best Regards,
Martin YotovjQWidgets team
https://www.jqwidgets.comApril 11, 2022 at 12:04 pm in reply to: Ensure SelectedIndex is visble after clear search field Ensure SelectedIndex is visble after clear search field #121624Hello Jhutt,
You can bind to the keyup event of the filter input and use the ensureVisible method with the selected index.
Please, take a look at the following Example.Best Regards,
Martin YotovjQWidgets team
https://www.jqwidgets.comApril 4, 2022 at 3:19 pm in reply to: Uncaught Unspecified pivot aggregation function Uncaught Unspecified pivot aggregation function #121618Hello Jwhitbread,
We are not able to reproduce such error.
Could you send us a jsFiddle example or update This one so we can inspect this further?
Thank you!Best Regards,
Martin YotovjQWidgets team
https://www.jqwidgets.comHello jmshim,
Unfortunately, jqxChart does not offer such functionality.
Best Regards,
Martin YotovjQWidgets team
https://www.jqwidgets.comHello atomic,
I have tested this Example with negative values and minValue and maxValue set to “auto”. It is working the way you need it. Negative values are displayed on the axis only if there are ones in the data. The axis values start from the minimum value in the data.
Could you send an example of your case?
Best Regards,
Martin YotovjQWidgets team
https://www.jqwidgets.comHello atomic,
You can try updating the minValue and refresh the chart depending on the data in it and the user’s input.
Best Regards,
Martin YotovjQWidgets team
https://www.jqwidgets.comMarch 29, 2022 at 5:50 pm in reply to: Autohide content disappearing problem Autohide content disappearing problem #121610Hello Norman,
Thank you for the example and feedback!
I have created a work item for this case.Best Regards,
Martin YotovjQWidgets team
https://www.jqwidgets.comMarch 24, 2022 at 5:43 pm in reply to: Show some love for the slider too? Show some love for the slider too? #121606Hello pk,
Thank you for the feedback!
Best Regards,
Martin YotovjQWidgets team
https://www.jqwidgets.comMarch 24, 2022 at 3:28 pm in reply to: Autohide content disappearing problem Autohide content disappearing problem #121604Hello Norman,
You have to declare the TunesTreeInit function before passing it to the layout, otherwise it was not invoked at all.
I have updated the Example.Best Regards,
Martin YotovjQWidgets team
https://www.jqwidgets.comMarch 21, 2022 at 5:57 pm in reply to: Autohide content disappearing problem Autohide content disappearing problem #121599Hello Norman,
Could you please provide us a Fiddle example of your set up? It can be with hardcoded data for the tree so we can just reproduce the behavior.
Thank you!Best Regards,
Martin YotovjQWidgets team
https://www.jqwidgets.comMarch 14, 2022 at 11:51 am in reply to: Autohide content disappearing problem Autohide content disappearing problem #121585Hello NormB,
Yes, the content is not visible because of its width and height after reopening the panel.
You can fix this by using CSS. In your case:#tunesTree, #paneltunesTree, .jqx-tree-dropdown-root { height: 100% !important; width: 100% !important; }
Here is an Example.
Best Regards,
Martin YotovjQWidgets team
https://www.jqwidgets.com -
AuthorPosts