@svetoslav_borislavov
@svetoslav_borislavov
Forum Replies Created
-
AuthorPosts
-
June 21, 2023 at 2:31 am in reply to: Prevent the combobox resize after multiples items added #107251svetoslav_borislavovParticipant
Hi,
You can prevent this by using CSS, here is an example of doing it:
https://codepen.io/svetoslavb04/pen/BaGLaxvBut this way you will not be able to see the selected values
Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/- This reply was modified 1 year, 5 months ago by svetoslav_borislavov.
svetoslav_borislavovParticipantHi,
Here is an example of dynamically changing the data of a chart:
https://codepen.io/svetoslavb04/pen/JjeRjLNI hope this helps, if not, do not hesitate to contact us!
Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
Which version of Smart are you using?
I could not reproduce the problem as you can see from the following demo project:
https://easyupload.io/dw3qzcYou may edit it and resend it to us.
Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
The problem is fixed, you can download the latest version and test it.
If you have any additional questions, do not hesitate to contact us!Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
That is a strange behaviour, may you send us the grid’s settings along with some data to test?
Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
Please send us your grid’s settings.
You may try virtual scrolling, here is the demo for it:
https://www.htmlelements.com/demos/grid/virtualscroll/Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
You should import the GridModule into the table-list’s module.
Please import it and give us a feedback!Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/June 12, 2023 at 9:48 am in reply to: Vue Data Grid — getting “[object][Object]” in a column #107214svetoslav_borislavovParticipantHi,
The official supported data types are: ‘string’, ‘date’, ‘number’, ‘float’, ‘int’ and ‘bool’.
Yes, you can stringify the array to display the dataBest Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
If I understand correctly, you are trying to assign an array as a data field.
That is not possible, the allowed data types for a data field are: ‘string’, ‘date’, ‘number’, ‘float’, ‘int’ and ‘bool’.Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
Can you please share your Grid’s settings?
This way it will be easier for us to resolve the problem.Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/June 5, 2023 at 7:21 am in reply to: rowpan doesn’t work on columns that use template or editor properties #107133svetoslav_borislavovParticipantHi,
There is no other way to use rowSpan with a cell that has a template
Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
Can you please share what error are you receiving?
A steps for reproducing the error would also be useful.Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
You can select the value on focus, here is an example of that: https://codepen.io/svetoslavjqwidgets/pen/RweqLXW
Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
The unfocusable property makes the radio button unfocusable. You may follow these steps in the example to get familiar with:
https://codepen.io/svetoslavjqwidgets/pen/eYPQGLM1. Open the demo and click somewhere around the radio buttons, but not over them.
2. Press the tab button to change the focus. You can see that the second radio button is focused because the first one is unfocusable.
3. Now remove the unfocusable attribute from the radio button and repeat the steps from above. This time the first radio button is focused.Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
Here you can see that no such behaviour: https://codepen.io/svetoslavjqwidgets/pen/xxyJPQL
Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/ -
AuthorPosts