@boikom
@boikom
Forum Replies Created
-
AuthorPosts
-
admin
KeymasterHi 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 #103103admin
KeymasterHi 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/admin
KeymasterHi,
Only as a temporary workaround such code could be used.
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi,
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/admin
KeymasterHi,
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/admin
KeymasterHi 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/admin
KeymasterHi 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 #103086admin
KeymasterHi 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/admin
KeymasterHi Joko,
Could you explain what do you meean?
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi,
From the Grid API docs(https://www.htmlelements.com/docs/grid-api): getSelectedRows – Gets the selected row ids. getSelection returns{ rows: Smart.Grid.Row[], columns: Smart.Grid.Column[], cells: Smart.Grid.Cell[], focused: {id: string, dataField: string} }. So getSelectedRows, if the selection is rows selectection(i.e you have a marked row(s) as selected) will return an array with row ids. getSelection is another method which is basically more general and will return either cells, columns or rows depending on the chosen selection mode of the Grid.
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi,
Adding a property like virtualization=”true” which does not exist is actually normal to break the Kanban. The virtualization is automatic. Turns on when the Kanban is bound to large data set. Example with 10,000 tasks: Kanban with Large Data
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi Joko,
Could you share a codepen sample which shows the behavior which you experienced?
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi,
The ‘update’ method is for Tabs Window. I suggest you to do this: When you create a window, add a DIV tag with ID within it. Then with document.querySelector select that div tag and use either appendChild or innerHTML to update its content.
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi,
To set position you can use CSS. For example: wnd.style.top = ‘100px’;
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi,
The provided code is invalid. To apply CSS you should use wnd.style.width = ‘400px’;
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/ -
AuthorPosts