RadControls for ASP.NET AJAX The Inline Insert/Edit Form can be resized by the end-user for improved usability. You can enforce a minimum size by using the MinimumInlineFormHeight and MinimumInlineFormWidth properties of RadScheduler. For example:
CopyASPX
<telerik:RadScheduler ... MinimumInlineFormWidth="200" MinimumInlineFormHeight="200" />
Note |
|---|
Note that the values are always in pixels. |