Hi,
How can i control the width of the resource in the advanced form view. Because of the data i am loading it does not expand and the text is long.
<telerik:ResourceType DataSourceID="Patients" Name="Patient" TextField="PatientName" KeyField="PatientId"
ForeignKeyField="AppPatientId"/>
Thanks