All,
I'm having the webdate chooser attached to ultrawebgrid, which is working fine. Later updated the master page with ultrawebmenu and the date chooser is not working properly when user try to select the date with mouse.
Observations:
For the first time when page is loaded, on clicking on the column, web date chooser shows the calendar and able to select the date using mouse but the value is not shown in the grid
After say 10 clicks I'm able to see the calendar again, now i can select the date, which is showing correctly in the grid cloumn
Again if you try to change it takes aroudn 20-30 clicks to display calendar and to show the selected date in the grid.
It is working perfectly fine when user uses tab and arrow keys to select date.
Grid properties:
Cell click action: edit
Java script funtions for the webmenu
InitializedMenu, ItemChecked,Itemclick, Itemhover,SubmenuDisplay
I did reproduce the same error on sample form.
Any ideas to solve this problem are highly appreciated.
EnhancedRendering=true property of Ultraweb menu
I remvoed the above mentioned property and the application is functioning as desired.