UI for ASP.NET MVC
Use the rich server- and client-side API found within the ColorPicker component to implement specific app scenarios. You can enable or disable the ColorPicker, open and close the control, get/set values and more, using the many available API functions. Check out the full list of ColorPicker configurations, methods and events on the documentation page.
Declarative initialization—a feature that serializes the component declaration as an MVVM declarative configuration instead of an inline initialization script—is supported in Telerik UI for ASP.NET MVC ColorPicker. It is beneficial in cases when the Content Security Policy (CSP) is enabled as it eliminates the requirement to call the methods that defer the initialization script generated after the component's HTML markup.
See Telerik UI for ASP.NET MVC ColorPicker declarative initialization demo
The Telerik UI for ASP.NET MVC ColorPicker component comes with keyboard navigation support to allow anyone to use it. Check out the demo on keyboard navigation to see how you can focus the control, open and close the popup, select and fine-tune colors and more, using several key bindings.