@boikom
@boikom
Forum Replies Created
-
AuthorPosts
-
admin
KeymasterHi,
The callback function returns the exported data. It cannot be used for formatting purposes. The export process at present exports the dates to ISO 8601 date format.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/November 11, 2024 at 10:16 pm in reply to: Aligning Date Format in Gantt Exports with Scheduler Format #111759admin
KeymasterHi,
The formatting of the exported dates data of the scheduler depends on the scheduler properties ‘monthFormat’, ‘dayFormat’, ‘hourFormat’, ‘minuteFormat’, ‘yearFormat’.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/November 11, 2024 at 9:57 pm in reply to: How to update summary row in grouping in data grid? #111758admin
KeymasterHi,
We will need a stackblitz example and steps to reproduce the described behavior.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi,
The columns have a property called ‘visible’. If you set it to false, the column will be hidden for the UI, but It will be included in the data export.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi,
To achieve this, you can do this:
grid.messages['en']['sum'] = '{{value}}';
The Sum: value is part of the grid’s localization.Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi,
The Gantt exports all columns by default. If the Columns include the Start and End Date columns, they will be part of the data export.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi,
Even without the document fragment it loads very fast – https://codepen.io/jqwidgets/pen/PoMBdWr. I would suggest you to use dev tools or other dev utilities to measure what slows down your app.
Regards,
MarkovSmart UI team
https://www.htmlelements.com/admin
KeymasterHi Tullio,
This is a common way to add a lot of content to a web page. This is the solution. There is not another.
Regards,
MarkovSmart UI team
https://www.htmlelements.com/admin
KeymasterHi Tulio,
Yes, it is. You can read more about it here https://developer.mozilla.org/en-US/docs/Web/API/Document/createDocumentFragment
Regards,
MarkovSmart UI team
https://www.htmlelements.com/admin
KeymasterHi Tulio,
You can look at the sample I sent you for the correct way to add 350 or more.
Regards,
MarkovSmart UI team
https://www.htmlelements.com/November 5, 2024 at 7:48 am in reply to: “Missing Reference” Error When Implementing Scheduler Export #111718admin
KeymasterHi,
Please, check the Stackblitz example for data export, the references are defined in the index.html and the app.module.ts. Also the ready-to-use demo for data export is part of the download package.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi,
The size of the buttons is set through CSS. In CSS you have width and height properties which determine the size of the Button and any other HTML Element. For example, the round button in the sample is 48px. If you set it to 30px through CSS, it will be 30px.
Regards,
MarkovSmart UI Team
https://www.htmlelements.com/admin
KeymasterPlease, refer to this sample with small buttons and icons: https://www.htmlelements.com/demos/button/basic/
Regards,
MarkovSmart UI Team
https://www.htmlelements.com/-
This reply was modified 10 months, 2 weeks ago by
admin.
admin
KeymasterHi Tulio,
Not, sure what you do, but when you add these at once, it requires just 1 render and executes immediately. See https://codepen.io/jqwidgets/pen/PoMBdWr
Regards,
MarkovSmart UI team
https://www.htmlelements.com/admin
KeymasterHi,
The same was as in any HTML Element – set the CSS width and height properties to grow or shrink the window.
-
This reply was modified 10 months, 2 weeks ago by
-
AuthorPosts