Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
95
Customizing Appointment UI
posted

Hi

 I have a requirement where in i have to show two dropdowns in appointment. We have been trying to do this since the last 15 days. Please help us in this regard

 

Thanks

Sarma KN

 

aPPOINTMENTSCREENSHOT

Parents
No Data
Reply
  • 19308
    posted

    Adding the dropdown should be simple - find the form (C:\Program Files\Infragistics\NetAdvantage for .NET 2007 Vol. 3 CLR 2.0\ASP.NET\Forms\WebSchedule\AppointmentAdd.aspx) and add a dropdown control to it.  Then point your webschedule components at the updated form location using the web.config (in the example below the forms folder is copied locally to the application, this is the recommended approach).

    Hope this helps,

    -Tony

    <configSections>

    <section name="infragistics.web" type="System.Configuration.SingleTagSectionHandler,System, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>

    </configSections>

    <infragistics.web imageDirectory="./images" javaScriptDirectory="./Scripts" cssDirectory="./Styles" formsDirectory="./Forms" />

Children