@boikom
@boikom
Forum Replies Created
-
AuthorPosts
-
admin
KeymasterHi,
It seems that in 9.1.0, the column property is “hidden”, not “visible. You can use it like that:columns: [ { label: 'id', hidden: true, dataField: 'id', dataType: 'number' }, { label: 'Product Name', dataField: 'productName', dataType: 'string' }, { label: 'Quantity', dataField: 'quantity', dataType: 'number' }, { label: 'Price', dataField: 'price', dataType: 'number' }, { label: 'Date Purchased', dataField: 'date', dataType: 'date' } ]
After the next release, change it to “visible” and set it to false. “hidden” will be deprecated.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterDo you use the latest version?
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi Johnny Johnny,
With CSS this is not possible. In the script code, you can use the Table column’s “visible” property and set it to false.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/February 9, 2021 at 11:22 am in reply to: with batch:true how can access to data.fields in news rows #101463admin
KeymasterHi chips,
This is an empty row as far as I see. It does not have id or any data added to it. When you edit it, it will have different values.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/February 9, 2021 at 7:54 am in reply to: smart-date-time-picker and Angular reactive form setvalue #101460admin
KeymasterHi davout,
The DatetimePicker works with Javascript date objects.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi edwardsmarkf,
I think that it is fine as a workaround for this Combobox usage.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi,
The example shows how to set the dropDownWidth i.e change the drop down size, when you open it. Do you try to achieve something else?
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/February 9, 2021 at 7:32 am in reply to: with batch:true how can access to data.fields in news rows #101456admin
KeymasterHi chips,
If there are updates in cell values, they will be stored in the ‘updated’ array. It contains all changed cells information. Each value in that array is a cell object with id, dataField, oldValue and newValue properties.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi Cetin Sert,
Thank you for the report.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi,
The ComboBox API can be found on this page: https://www.htmlelements.com/docs/combobox-api/. There you will find dropDownWidth and dropDownHeight Javascript properties.
Example:<smart-combo-box drop-down-width="800" placeholder='please select whatever coffee you want to drink' selected-values=["Cappuccino"]>
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi edwardsmarkf,
We will consider changing the default behavior which is to submit only what’s selected in the dropdown of the combobox.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi,
Thank you for the feedback. We will research the source of the reported issue and will resolve it for the next Smart.Blazor build.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/February 3, 2021 at 7:46 am in reply to: how to get column value on mount state(not composition API) #101430admin
KeymasterHi,
Could you please explain what do you mean by a column value ? Is that the column data field or a label or it is a cell value. Which DataGrid do you use ( DataGrid for Web Components, DataGrid for React, DataGrid for Angular? Please, provide more details.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi,
Our DataGrid does not have such functionality built-in. We will consider implementing it in a future version.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi,
Unfortunately, we do not understand what you are trying to achieve. The data binding options of our DataGrid component are demonstrated https://www.htmlelements.com/demos/ in the Data Binding and Server-side Model sections.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/ -
AuthorPosts