Getting Started

13 Jun 20231 minute to read

Creating your first RadialSlider in MVC application

  1. Create an MVC Project and add necessary assemblies, scripts and CSS files given in MVC-Getting Started Documentation.

  2. Add RadialSlider control using the helper from EJ namespace.

  • HTML
  • @Html.EJ().RadialSlider("RadialSlider1")
    1. Execute the code and get a Default RadialSlider control as below