The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Hello,
I created a custom appointment form but I can't find the way to add the LabelList control to it.
I would like to use the standard form but after having translated it some texts are cut and, moreover, I need to hide other options that I wouldn't use, so I decided to create a new one.
I saw how to customize colors with the overridein the InitLists, but how can I getthis combobox from the original form?
I don't want to work with a normal combo box because I like the idea of having the little colored square next to the label.
Thanks in advance,
Claudio.
MGMohanraj Gunasekaran Syncfusion Team September 16, 2019 01:37 PM UTC
Hi Claudio
Thanks for using Syncfusion product.
In default AppointmentForm of ScheduleControl, we have used the ComboBoxBase with GridListControl to load the Appointment labels text with color. Please refer the following UG link to know about the ComboBoxBase and GridListControl.