Appointment of the property set to false locked even though I do not write?
Hello,
I am just following up to see if you were able to resolve the issue based on the details I have provided above.
Provide me with the details I asked for in my previous update if any further assistance needed.
Are you getting the above mentioned error after upgrading any project, or while creating new application? One possible cause of this issue can be use of older version JavaScript files of WebSchedule controls in your application. I was not able to see the behavior you described in the below sample as well as in my local sample while adding appointment. Review the link below:
<http://samples.infragistics.com/aspnet/Samples/WebSchedule/Display/FullPageSample/Default.aspx?cn=schedule&sid=205dc314-a141-40a4-85b6-9ff84b53532d>
If you experiencing this error on IE 9 I would recommend to download latest service release of NetAdvantage version 10.2 and above.
<http://blogs.infragistics.com/blogs/taz_abdeali/archive/2011/04/04/ie9-and-firefox-4-support.aspx>
I hope this helps.
Hi Patel,
"add appointment" dialog and
I am getting an error on the add appoint ment screen "Microsoft JScript runtime error: Unable to get value fo the property '_input': object is null or undefined" at the highlighted code.
also please can you let me know the vb.net sample files for these screens since we are curently evaluating this product to suport our dev on vb.net so we need a prof of concept to know it works on vb.net with this type of basic functionality appriciate your earliest reply many thanks
try
{
startTimeDropDown = oUltraWebTab1__ctl0__ctl0_ddStartTime;
endTimeDropDown = oUltraWebTab1__ctl0__ctl0_ddEndTime;
}
catch(e)
startTimeDropDown = oUltraWebTab1__ctl0_ctl00_ddStartTime;
endTimeDropDown = oUltraWebTab1__ctl0_ctl00_ddEndTime;
startTimeDropDown._input.onfocus = startTime_onFocus;
startTimeDropDown._elem.dropDownEvent = "startTime_DropDown";
startTimeDropDown._elem.itemSelect = "startTime_itemSelect";
I noticed that "startTimeDropDown" value is undefined
I am following up to see if you have any further questions with this matter.
In order to look in to the behavior let me know the version of NetAdvantage product you are using along with details of the name of the property you are setting.