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
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
<section name="infragistics.web" type="System.Configuration.SingleTagSectionHandler,System, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
<infragistics.web imageDirectory="./images" javaScriptDirectory="./Scripts" cssDirectory="./Styles" formsDirectory="./Forms" />
Sorry for providing insufficient information. I need to embedd the two dropdowns in a Win Schedule appointment object and i also need to have control over their data binding for these two dropdowns. In other words i have to customize the UI of Win Schedule appointment to add two dropdowns and a label to it.
ThanksSarma