roundedString(default: undefined)

Sets a value controlling the border radius of the inputs. When undefined (the default), the theme controls the default border radius. Can also be set to the following string values:

  • "small"
  • "medium"
  • "large"
  • "full"

The "none" value is deprecated. Use custom CSS instead.

Example - sets the rounded value

<div id="daterangepicker" title="daterangepicker"></div>
<script>
$("#daterangepicker").kendoDateRangePicker({
    rounded: "large"
});
</script>
In this article
rounded
Not finding the help you need?
Contact Support