@svetoslav_borislavov
@svetoslav_borislavov
Forum Replies Created
-
AuthorPosts
-
April 12, 2023 at 7:53 am in reply to: filter symbol is displayed in wrong column when virtualization is not used #104690svetoslav_borislavovParticipant
Hi,
Thank you for reporting this!
I have opened an issue for this.If you need further assistance, do not hesitate to contact us!
Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
You can get the selected rows with the getSelectedRows() method.
The return type is an Array. The Elements of the Array are an Array[id, row’s object]Here is an example: https://codepen.io/svetoslavjqwidgets/pen/rNqOpvJ
To enable the clipboard operations set the clipboard: { enabled: true } (See in the demo above)
I hope this helps!
Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
Here you may see that the code that you have sent is working correctly:
https://codepen.io/svetoslavjqwidgets/pen/BaqoJpa
The only modification is that the beginEdit is in a setTimeout because of the selection method.Can you please send us a demo of the problem, as we couldn’t reproduce it
Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
You may use the following property:
appearance: {
placeholder: ‘Keine Reihen’
}Here is an example: https://codepen.io/svetoslavjqwidgets/pen/VwELmgz
I hope this helps!Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
We are working on that.
You will be notified here when the problem is resolved!Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
Thank you for reporting this. It seems that the GridHeader causes the problem. When I remove the GridHeader property the problem disappears.
I have opened a work item for this!Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
I couldn’t reproduce your problem, may you send us a demo project or a sample component here: support@jqwidgets.com?
Click here to download a simple demo that shows your desired behaviour: https://easyupload.io/b6t1o5Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
You shouldn’t call Smart(‘#grid’…) again. Just change the dataSource property to an array or a data adapter.
See the following demo: https://codepen.io/svetoslavjqwidgets/pen/YzOmpooBest Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
To scroll horizontally with the mouse wheel, you should hold the shift button.
The same goes for smart gestures.Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/March 29, 2023 at 3:12 am in reply to: column with an editor “smart-drop-down-list filterable” #104647svetoslav_borislavovParticipantHi,
Currently no, you cannot prevent it from closing.
If you have any additional questions, do not hesitate to contact usBest Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/- This reply was modified 1 year, 8 months ago by svetoslav_borislavov.
svetoslav_borislavovParticipantHi,
To get familiar with how the localization works, please visit this topic: https://www.htmlelements.com/docs/grid-localization/
Here is a demo of the localization: https://www.htmlelements.com/demos/grid/localizationAnd this is a demo with the separator changed to ‘.’: https://codepen.io/svetoslavjqwidgets/pen/NWLJyBY
I hope this helps!
Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
Please contact support@jqwidgets.com for activating your license.
Don’t forget to share your key with us!Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
Thank you for reporting the problem, I have opened an issue for that!
Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
This behaviour was not expected but here is a workaround which not work fully as expected:
https://codepen.io/svetoslavjqwidgets/pen/QWVzNPeInitially click it to open and then add a CSS to make the dropdown always open.
I hope this helps!
Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
You may use the cellsFormat property in the column definition. In the following demo, you can see how it is done:
https://www.htmlelements.com/demos/grid/column-formatting/If you want to use the formatFunction, you may change the cellsAlign property. It takes the following values: “left” | “right” | “center”
Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/ -
AuthorPosts