jQWidgets Forums
Forum Replies Created
-
Author
-
May 28, 2021 at 7:45 am in reply to: 1 CSV file for multiple grids with column selection 1 CSV file for multiple grids with column selection #120230
Hello paulcobben,
There is no such built-in functionality, unfortunately.
You could export to variables that you could transform into only one.
About the columns, you could set theexportable: false
option to each one column that you do not want to be exported.
Please, take a look at this topic:
https://www.jqwidgets.com/community/topic/export-customise-grid-data/
I hope this will help.Best Regards,
Hristo HristovjQWidgets team
https://www.jqwidgets.comMay 20, 2021 at 2:27 pm in reply to: Dropdownlist add empty item on renderer Dropdownlist add empty item on renderer #120166Hello dan123,
You could try to use the
beforeLoadComplete
callback.
Or also, you could handle this on the server.Best Regards,
Hristo HristovjQWidgets team
https://www.jqwidgets.comHello qx5,
Please, clarify it.
It will be better if you could provide us with one simple example that demonstrates your case.Best Regards,
Hristo HristovjQWidgets team
https://www.jqwidgets.comHello Pietervk,
Thank you for this feedback.
I will create a work item for this case.Best Regards,
Hristo HristovjQWidgets team
https://www.jqwidgets.comMay 14, 2021 at 7:52 am in reply to: Empty datepicker in scheduler Empty datepicker in scheduler #115275Hello developer2021,
Please, provide us with more details (the source code of your case), or a better one will be to provide us with one simple example that demonstrates your issue.
Also, I would like to mention that we recommend our customers to use the latest version of the jQWidgets.Best Regards,
Hristo HristovjQWidgets team
https://www.jqwidgets.comHello jos3hd17,
I would like to ask you for more details.
If I understand you right it will be better to use thecreatefilterwidget
callback to customize the logic because by default there is no such built-in option.
Please, take a look at this example below that you could try as an alternative:
https://jseditor.io/?key=jqxgrid-cascading-checkedlist-filter
It is created with a native JavaScript approach but if you like it I could help you to re-create it for Angular.Best Regards,
Hristo HristovjQWidgets team
https://www.jqwidgets.comMay 13, 2021 at 8:42 am in reply to: Show an HTML element in a jqgrid cell Show an HTML element in a jqgrid cell #115265Hello morosos,
Please, take a look at this forum topic which could be useful:
https://www.jqwidgets.com/community/topic/jqxgrid-type-checkbox-unchecked-events/Best Regards,
Hristo HristovjQWidgets team
https://www.jqwidgets.comMay 13, 2021 at 8:39 am in reply to: jqxGrid type checkbox unchecked events jqxGrid type checkbox unchecked events #115264Hello morosos,
Please, clarify your case.
If you want to add a widget inside the jqxGrid which could be used outside of the edit mode then it will be better to use thecreatewidget
callback.
I would like to suggest you look at this demo:
https://stackblitz.com/github/jqwidgets/angular/tree/master/grid/widgetcolumn/Best Regards,
Hristo HristovjQWidgets team
https://www.jqwidgets.comMay 13, 2021 at 7:50 am in reply to: JQXWindow drops isModal after states/props changed JQXWindow drops isModal after states/props changed #115262Hello vmlaskin,
I created a work item for this case.
Please, let me know if you have any other questions.Best Regards,
Hristo HristovjQWidgets team
https://www.jqwidgets.comMay 12, 2021 at 8:39 am in reply to: JQXWindow drops isModal after states/props changed JQXWindow drops isModal after states/props changed #115251Hello vmlaskin,
Thank you for the clarifications.
I would like to suggest you to try this approach:this.myWindow.current!.close(); this.setState({ width: wWidth, winOpened: <code>window width is ${wWidth}</code> }); this.myWindow.current!.open();
Where the
width
property is set in thestate
object and also it determines the width of the jqxWindow.
Meanwhile, I will discuss this case with my colleagues because it will handle better this case without animation but it should be cleared.Best Regards,
Hristo HristovjQWidgets team
https://www.jqwidgets.comMay 11, 2021 at 8:48 am in reply to: JQXWindow drops isModal after states/props changed JQXWindow drops isModal after states/props changed #115245Hello vmlaskin,
The
setState
method always re-render the application.
You could try to use another approach, I think, you could try something with theshouldComponentUpdate
option.Best Regards,
Hristo HristovjQWidgets team
https://www.jqwidgets.comMay 11, 2021 at 8:27 am in reply to: jqxWindow events from content jqxWindow events from content #115243Hello vmlaskin,
I would like to mention that the
initContent
callback should be used every time when creating a custom component inside the jqxWindow.
This approach is initial for all widgets that have elements inside them – they have different “init-” callbacks.
About this case, the difference becomes from the React which treats differently the binding to events.
Please, take a look at this article.Best Regards,
Hristo HristovjQWidgets team
https://www.jqwidgets.comMay 11, 2021 at 6:22 am in reply to: jqxGrid type checkbox unchecked events jqxGrid type checkbox unchecked events #115242Hello poiuy,
You could use the
getselectedrowindexes
method and compare the arrays with indexes before and after.
Please, clarify your case.
Because if you use the defaultcheckbox
mode then you could use therowunselect
event.
I look forward to hearing from you.Best Regards,
Hristo HristovjQWidgets team
https://www.jqwidgets.comMay 11, 2021 at 6:06 am in reply to: Week view, Current Date / Time Week view, Current Date / Time #115241Hello Oleg,
For the mentioned case, you could try to use the
selectCell
method which will highlight a specific time.
Also, you could try to use theensureVisible
method.
Please, take a look at this example:
http://jsfiddle.net/txhi/oakt4L69/Best Regards,
Hristo HristovjQWidgets team
https://www.jqwidgets.comMay 10, 2021 at 8:35 am in reply to: validation does not show error text on jqxDropDownList validation does not show error text on jqxDropDownList #115232Hello Marjan,
In the Angular projects is used approach of automatically generated IDs.
For this purpose, it is better to use a class selector when determinate rules.
Please, take a look at this example:
https://stackblitz.com/edit/github-6gzzze-cdmqww?file=src/app/app.component.ts
I hope this will help.Best Regards,
Hristo HristovjQWidgets team
https://www.jqwidgets.com -
AuthorPosts