Hi,
When using custom attributes with the RADScheduler in the Advanced Edit/Insert form the attribute is displayed in a text box by default. Is there a way to control the properties of the text box control in code-behind without using a custom advanced form? I want to make the text box larger.
When using custom attributes with the RADScheduler in the Advanced Edit/Insert form the attribute is displayed in a text box by default. Is there a way to control the properties of the text box control in code-behind without using a custom advanced form? I want to make the text box larger.
<telerik:RadScheduler ID="RadScheduler1" runat="server"
CustomAttributeNames="Format" DataEndField="End" DataKeyField="ID"
DataRecurrenceField="RecurrenceRule"
DataRecurrenceParentKeyField="RecurrenceParentID" DataSourceID="SqlDataSource1"
DataStartField="Start" DataSubjectField="Subject"
EnableCustomAttributeEditing="True">