@boykomarkov22gmail-com
@boykomarkov22gmail-com
Forum Replies Created
-
AuthorPosts
-
MarkovKeymaster
Hi 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.
MarkovKeymasterHi Andrea,
In this example: Htmlelements – Smart Webcomponents Angular – StackBlitz, the buttons are two but they have to be two because there are two buttons in the footer template. Could you share an example which demonstrates the reported behavior with our Window angular component?
Regards,
Markov
MarkovKeymasterHi,
Could you tell what exactly is wrong with the scrolling? For example: https://www.htmlelements.com/demos/scheduler/restricted-hours/ when i test it with iphone 14 pro, the experience is ok
Regards,
Markov
MarkovKeymasterHi,
If you want grouped data, just put the ‘grouped’ attribute in the smart-drop-down-list tag.
Regards,
Markov -
AuthorPosts