@boykomarkov22gmail-com
@boykomarkov22gmail-com
Forum Replies Created
-
AuthorPosts
-
MarkovKeymaster
Hi sj444,
It is displayed in the local time zone. There is no option available to set the time zone at present. If that option is very important for your project, you can request it to sales@jqwidgets.com.
Regards,
Markov
MarkovKeymasterHi Yaw,
You can look at Smart Table for Angular | Table | Smart UI for Angular (htmlelements.com)
Regards,
Markov
MarkovKeymasterHi,
grid.dataSource.dataSource = null is an incorrect syntax. If you want to change the dataSource, then you need to set the grid.dataSource to a new dataAdapter or a new Array of data.
Regards,
MarkovMarkovKeymasterHi Anh,
The selection column with checkboxes can be positioned only as a first or last column.
A checkbox column for boolean data can be any column in the Grid. Example: https://www.htmlelements.com/demos/grid/editing-cell/regards,
MarkovMarch 28, 2023 at 10:32 am in reply to: column with an editor “smart-drop-down-list filterable” #104644MarkovKeymasterHi chips nube uno,
There’s logic in the grid to close the editing when clicked outside of the Grid. We will add a work item about adding an option to extend this functionality so you can cancel the closing of the editor.
Regards,
MarkovMarkovKeymasterHi,
This code would allow you to add custom content in a grid header.
header: {
visible: true,
template: ‘<button>Test</button>’
},Regards,
MarkovMarkovKeymasterHi,
in the grid api docs page, expand columns and then go to cellsFormat. You will see all possible formats there
regards
markov
MarkovKeymasterHi,
The reported Blazor related issue is resolved in the latest Smart.Blazor nuget package. Thank you for reporting it!
Best regards,
Markov
MarkovKeymasterHi wolf.t,
Could you share a link to an example in github which we can download and try locally? From the call stack it seems that this is related to the result returned by the method, but we will need to look into that by debugging it.
Looking forward to your reply.
Best regards,
Markov
MarkovKeymasterHi Steve,
I would suggest you to take a look at https://www.htmlelements.com/demos/grid/server-side-crud/. The sample shows how to get the data and send it to an external data source.
Hope this helps.
Regards,
Markov
MarkovKeymasterHi Tulio,
We do not have such a component in our components library.
Regards,
Markov
MarkovKeymasterHi Oleg,
The products are different and so the features & stylings are different. It would not be possible to use jQWidgets CSS in Smart UI.
Regards,
Markov
MarkovKeymasterHi Ann,
Did you look at React Scheduler Custom-window | Scheduler | Smart UI for ReactJS (htmlelements.com)? It shows how to customize the Scheduler’s window.
MarkovKeymasterHi Andrea,
I’d suggest you to check whether this is cache related. I would also suggest you to console.log the this.listEvents as it could be also Async related i.e you set the dataSource to the old value, not to the new value.
MarkovKeymasterHi,
I tried this, but the editing is correct. The presed keys go into the edited cell so may be you can share a link to an example and provide steps to reproduce this.
-
AuthorPosts