@svetoslav_borislavov
@svetoslav_borislavov
Forum Replies Created
-
AuthorPosts
-
svetoslav_borislavovParticipant
Hi,
In what format does the date come from the DB?
The getMonth() method of the date object returns a zero-based value.
Please share an example date object from the DB and how you parse it to JS Date object or how you pass it to the gantt
Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
Please send us a demo, so we can work on it and resolve the problem.
In the demo, you may leave the data empty to be easier for you.
Send it here: support@jqwidets.comAlternatively, you can copy everything related to the gantt, definition, css, and code related to gantt.
But I think it will be easier with a demo.We are looking forward to hearing from you!
Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
I suggest you send a demo to us here: support@jqwidgets.com
This is not a good workaround. I have tried to reproduce the problem, but I couldn’tWe are waiting for you!
Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/December 20, 2022 at 6:58 am in reply to: document.querySelector typings fail when use smart.grid.d.ts #104139svetoslav_borislavovParticipantHi,
May you, please share your tsconfig.json?
If possible, you can also share a whole demo here on to our email: support@jqwidgets.comWe will be happy to help you!
Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
What styles are you applying, because this horizontal scroll is not the same as our default?
As you can see in this demo with many tasks: https://www.htmlelements.com/react/demos/gantt/many-tasks/The horizontal scroll is under the tasks and also under the table.
You can also send us a demo here or to support@jqwidets.com
Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
You can achieve it this way, by customizing the editor
https://codepen.io/svetoslavb04/pen/QWxeaZyI hope this helps! If not do not hesitate to contact us!
Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
Could you please, explain further the problem as I did not understand it.
The horizontal and the vertical scrollbars are independent, I do not understand why are you scrolling this way.
Are you using some auto-height?You can also send us a demo here or to support@jqwidgets.com
We are waiting for your reply!
Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/- This reply was modified 1 year, 11 months ago by svetoslav_borislavov.
- This reply was modified 1 year, 11 months ago by svetoslav_borislavov.
svetoslav_borislavovParticipantHi,
Do you want to set the view to weekly?
If so you can set the view to ‘week’ (view: ‘week’)If I did not understand you correctly, please explain what do you want to achieve
Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
Which version of SmartUI are you currently using?
This bug is fixed in the current version.Please update to the latest version and if the bug still exists send us a demo here: support@jqwidgets.com
Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/- This reply was modified 1 year, 11 months ago by svetoslav_borislavov.
- This reply was modified 1 year, 11 months ago by svetoslav_borislavov.
svetoslav_borislavovParticipantHi,
Sorry, this functionality is not supported, but if you have any questions do not hesitate to contact us!
Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
Thank you for reporting the bug, as a workaround you can set this style:
.smart-scheduler .smart-scheduler-view-all-day {
display: none;
}Also, if we can help you with something else, do not hesitate to contact us!
Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
Our Smart.DataAdapter’s dataField supports map property that you can set.
For example your data can have a property group and set the dataField this way:
dataSource: new Smart.DataAdapter(
{
dataSource: Data,
dataFields: [
{name: ‘$group’, dataType: ‘string’, map: ‘group’},
{name: ‘lastName’, dataType: ‘string’},
{name: ‘productName’, dataType: ‘string’},
{name: ‘available’, dataType: ‘bool’},
{name: ‘quantity’, dataType: ‘number’},
{name: ‘price’, dataType: ‘number’},
{name: ‘total’, dataType: ‘number’}
]
})You can also see this example: https://codepen.io/svetoslavb04/pen/zYaXrBL
Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
Do you mean using the range selector for zooming?
May you please send us an example of the problem?
This way it would be easier for us to find and resolve the problem.We are waiting for your reply!
Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
You can read more about the row ids here: https://www.htmlelements.com/docs/grid-row-id/
If you need further assistance, do not hesitate to contact us!
Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
Please send us an example so we can inspect and find the problem.
You can send it as a codepen or here: support@jqwidgets.comWe are waiting for you!
Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/ -
AuthorPosts