jQWidgets Forums
Forum Replies Created
-
Author
-
Hello master3656,
Please, take a look at the following Example for dynamically updating the columns.
Also, note that you cannot use the grid’s reference inside the ngOnInit lifecycle hook as the component is not yet initialized there and it will throw an error.
Best Regards,
Martin YotovjQWidgets Team
https://www.jqwidgets.com/Hello swapnali,
We have such Angular demo for the jqxTreeGrid component.
Please, take a look at the following Example.Best Regards,
Martin YotovjQWidgets Team
https://www.jqwidgets.com/August 13, 2021 at 5:11 pm in reply to: virtualmode: true, groupable: true,editable: true bug virtualmode: true, groupable: true,editable: true bug #120627Hello toonice,
You can send the video to support@jqwidgets.com
Best Regards,
Martin YotovjQWidgets Team
https://www.jqwidgets.com/August 13, 2021 at 5:09 pm in reply to: Grid functionality with multiple checkboxes Grid functionality with multiple checkboxes #120626Hello walker1234,
You can get the grid rows data using the
getrows
method which returns an array and you can filter it by the datafield of the checkbox column.Best Regards,
Martin YotovjQWidgets Team
https://www.jqwidgets.com/August 11, 2021 at 12:18 pm in reply to: virtualmode: true, groupable: true,editable: true bug virtualmode: true, groupable: true,editable: true bug #120620Hello toonice,
I have tested the code that you have sent and don’t see any issues.
Also, please note that Grouping in Virtual Mode is not supported because it is an invalid approach. Data which is Loaded on Demand and stored Per Page Only cannot be Grouped.Best Regards,
Martin YotovjQWidgets Team
https://www.jqwidgets.com/August 11, 2021 at 10:43 am in reply to: Attach custom headers request Attach custom headers request #120619Hello joko.pitoyo,
Thank you for the update!
Best Regards,
Martin YotovjQWidgets Team
https://www.jqwidgets.com/August 11, 2021 at 9:50 am in reply to: Display unparsed XML as text in grid column Display unparsed XML as text in grid column #120616Hello KPMES,
I would suggest you escape the less-than signs in the data with “<“.
Please, check the following Example.Best Regards,
Martin YotovjQWidgets Team
https://www.jqwidgets.com/August 11, 2021 at 9:36 am in reply to: Grid functionality with multiple checkboxes Grid functionality with multiple checkboxes #120614Hello walker1234,
Please, check the following Example.
Best Regards,
Martin YotovjQWidgets Team
https://www.jqwidgets.com/August 10, 2021 at 4:42 pm in reply to: virtualmode: true, groupable: true,editable: true bug virtualmode: true, groupable: true,editable: true bug #120610Hello toonice,
Could you, please, clarify what is the issue that you have encountered?
Thank you!Best Regards,
Martin YotovjQWidgets Team
https://www.jqwidgets.com/August 10, 2021 at 3:46 pm in reply to: how to change language in filter? how to change language in filter? #120609Hello Ronaldo,
This is the Example that I have shared in your previous post.
It shows how to change the language of the filter panel’s “Filter” and “Clear” buttons. If that is not what you need could you clarify what do you want to achieve? Thank you!Best Regards,
Martin YotovjQWidgets Team
https://www.jqwidgets.com/August 10, 2021 at 3:09 pm in reply to: Wrong Letter in Begin Cell Edit Wrong Letter in Begin Cell Edit #120607Hello master3656,
Thank you for the feedback!
I have created a work item for this case. You can track its progress Here.Best Regards,
Martin YotovjQWidgets Team
https://www.jqwidgets.com/August 9, 2021 at 10:12 am in reply to: Change background in checkbox selectionmde and keep that color for each selected Change background in checkbox selectionmde and keep that color for each selected #120601Hello Mike McAllen,
Yes, it is possible. You can use the
getselectedrowindexes
method of the grid inside thecellsclassname
callback of the column in order to determine which cells to color. Also, in this way you can set it once when initializing the grid instead of updating it on each rowselect.Please, check the following Example.
Best Regards,
Martin YotovjQWidgets Team
https://www.jqwidgets.com/August 9, 2021 at 9:24 am in reply to: cellsrenderer for checkbox cellsrenderer for checkbox #120600Hello arsue787,
Yes, it is possible. The
cellsrenderer
callback returns an html string which is rendered in the cell.
Please, check this Example. The “Available” column depends on the “Quantity” value.Best Regards,
Martin YotovjQWidgets Team
https://www.jqwidgets.com/August 6, 2021 at 5:13 pm in reply to: How to refresh jqxNotification How to refresh jqxNotification #120596Hello steelman,
Please, take a look at the Angular demo about Notification container.
Here the content of the jqxNotification is updated dynamically like this:this.jqxNotification.elementRef.nativeElement.querySelector('.jqx-notification-content').innerHTML = '...'
Best Regards,
Martin YotovjQWidgets Team
https://www.jqwidgets.com/August 6, 2021 at 3:29 pm in reply to: how to change the language of filterstring? how to change the language of filterstring? #120595Hello Ronaldo,
These properties are not included in the
GridLocalizationobject
interface. You can either include them there inside the jqwidgets.d.ts file or use type “any” for the object.
Please, take a look at the following Example.Best Regards,
Martin YotovjQWidgets Team
https://www.jqwidgets.com/ -
AuthorPosts