@boikom
@boikom
Forum Replies Created
-
AuthorPosts
-
adminKeymaster
Hi oliver.aldrian,
Thanks for writing.
After smart.default.css, you can include any of the following CSS files which are included in the Blazor Nuget package:
smart.cyan.css smart.green.css smart.indigo.css smart.orange.css smart.pink.css smart.purple.css smart.red.css smart.teal.css smart.turquoise.css smart.dark-cyan.css smart.dark-green.css smart.dark-indigo.css smart.dark-orange.css smart.dark-pink.css smart.dark-purple.css smart.dark-red.css smart.dark-teal.css smart.dark-turquoise.css smart.bootstrap.css
You can use CSS variables to update the styles of the Grid, too. Please, refer to https://www.htmlelements.com/docs/grid-css/. It lists all CSS variables used by the Datagrid component.
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/adminKeymasterHi,
The feature with toggling the checkboxes will be available in the next version of the Grid component. We will have a patch release the last week of this month.
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/adminKeymasterHi,
I updated the sample – https://stackblitz.com/edit/github-kap7fe-vfqtjf?file=pages%2Findex.tsx
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/adminKeymasterHi Bilal Yasin,
We will need a complete sample which either in stackblitz or codesandbox which shows the reported behavior.
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/adminKeymasterHi,
We have an example for data binding to XML. You can take a look at https://www.htmlelements.com/demos/grid/datagrid-bind-to-xml/. The data binding approach for Table and Grid is the same.
Hope this helps.
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/adminKeymasterHi,
Regarding your questions:
1. JSX cannot be used as column template. The column template expects HTML String to be set to formatObject’s template property.
2. The column’s template property is indeed ‘any’ by design, because it could be multiple different things like ‘string’, ‘id’, ‘HTMLTemplateElement’ or function.
3. This is a missing functionality. We will create a work item for implementing it.Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/adminKeymasterHi tanner anz,
updateTask updates the dataSource item, too. What do you mean by “Kanban refreshes” ? Do you call specific methods to refresh the Kanban? In general, we will need information about how to reproduce the reported behavior.
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/April 25, 2022 at 7:40 am in reply to: Change query param into autocomplete datasource function #103103adminKeymasterHi Rafa,
To change the query dynamically, you can use Smart.Input instead.
Example: https://www.htmlelements.com/demos/input/input-suggest/
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/adminKeymasterHi,
Only as a temporary workaround such code could be used.
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/adminKeymasterHi,
Please, look at https://www.htmlelements.com/docs/blazor/. The help tutorial in step-by-step guide shows how to create a new Blazor app and add Smart.Blazor to it.
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/adminKeymasterHi,
1. There is currently no property of the combobox which allows you to limit the number of characters.
2. For the difference between ComboBox & MultiComboInput. ComboBox allows you to display large data sets, has UI virtualization, multiple different selection modes, multiple different dropdown options like resize, multiple auto-complete options, etc. The MultiComboInput’s purpose is to display small collection of items in a dropdown and to display them as tags.Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/adminKeymasterHi Kandwal Legal,
We do not have a file called scoped.styles.css in our blazor components package. The file which is required is called smart.default.css. Optionally you can include smart.bootstrap.css after smart.default.css.
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/adminKeymasterHi tanner,
It turns on with 500+ tasks automatically.
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/April 18, 2022 at 5:51 am in reply to: Load Layout causes Headers to appear even if removed in layout definition #103086adminKeymasterHi rarcher,
We do not save all settings of the docking layout in the save layout and that is the reason of the observed behavior. I will create a work item for extending the save layout options. Unfortunately, there is no workaround. We will need to update this in the sources.
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/adminKeymasterHi Joko,
Could you explain what do you meean?
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/ -
AuthorPosts