Hello everyone, how to load the meeting time and meeting room as shown in the datagridview, how can I do it on the C# datagridview after I set the schedule and the room will show up on the gridview. Design interface and automatically map the registered time frame. as show below. thank you very much

Vishal JoshiPosted Feb 13, 2023, 4:16 AM
Hello
You can create API in C# .net and for the UI you can use Kendo UI scheduler Controls. please review below demo link for the same.
https://demos.telerik.com/kendo-ui/scheduler/index
Thanks