@boikom
@boikom
Forum Replies Created
-
AuthorPosts
-
admin
KeymasterHi,
Where do you add this CSS? Could you provide a full example? If we know, that, we will understand whether viewEncapsulation matters in your application scenario. It is not a requirement to have it. It depends on where CSS styles are imported and how.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi,
Where do you add this CSS? Could you provide a full example?
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi,
Please share an example and step by step instructions reproducing that.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi Gourav,
You can use the Grid Events API to add event listeners and the selection API to select rows, cells, or columns. Make sure to set a proper selection mode first as the behavior is different in different modes. We have several examples in our Grid demos section about the selection. We suggest you check these demos first.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi tullio0106,
The Trial license is the default applied license which is for evaluation purposes only.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi tullio0106,
The popup with https://www.htmlelements.com/ url and a console log is displayed once you run a Trial version. Trial version is for evaluation purposes only. Popup message is not displayed only for the Free Components – Table, Tabs, Tree and Menu. For the rest of the components it is displayed.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi Gourav,
You may look at: https://www.htmlelements.com/demos/grid/column-dynamic-template-with-components/. The demo shows how to put custom buttons in a DataGrid.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi Gourav,
The provided information is unfortunately insufficient to reproduce the reported behavior. Please, provide a full example either in the forum or by email, which demonstrates such behavior with the current version of Smart UI components.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi Felix George,
After columns reorder, the columns array is updated. For example, if you drag the first column and drop it after the last column, the resulting array in our demo is:0: Proxy {label: "Last Name", width: 150, dataField: "lastName", dataType: "string", visibleIndex: 0, …}1: Proxy {label: "Product", width: 200, dataField: "productName", dataType: "string", visibleIndex: 1, …}2: Proxy {label: "Quantity", width: 100, dataField: "quantity", dataType: "number", visibleIndex: 2, …}3: Proxy {label: "Unit Price", width: 100, dataField: "price", cellsFormat: "c2", dataType: "number", …}4: Proxy {label: "Total", dataField: "total", cellsFormat: "c2", dataType: "number", visibleIndex: 4, …}5: Proxy {label: "First Name", width: 150, dataField: "firstName", dataType: "string", visibleIndex: 5, …}length: 6__proto__: Array(0)
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi Dark Beccio,
We are unable to reproduce this in the current version. Example: https://www.htmlelements.com/demos/button/basic/index.htm.
Could you please provide some more details about this? Which browser do you use? What kind of device do you use?
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/March 4, 2021 at 1:43 pm in reply to: smart date time picker bug with reactive form patchvalue #101574admin
KeymasterHi davout,
Please, share a code that demonstrates the reported behavior
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/March 2, 2021 at 6:16 am in reply to: How to use NgRx with Smart Elements Grid Request Response #101570admin
KeymasterHi Gourav,
Such examples are not in our roadmap right now. We will consider them in the future.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi Johnny,
Yes, we delayed the release for 19.03. We are adding more changes to the Table and additional APIs which make it much faster.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/March 2, 2021 at 6:10 am in reply to: How to use NgRx with Smart Elements Grid Request Response #101567admin
KeymasterHi Gourav,
We usually release new versions every 2 months.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/March 1, 2021 at 5:19 pm in reply to: How to use NgRx with Smart Elements Grid Request Response #101564admin
KeymasterHi Gourav,
We provided guidance with our API. However, a ready-to-use example using NgStore is not currently available. We will consider adding such for the next version.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/ -
AuthorPosts