I am using ASP.NET Web Application with Infragistics Web 16.1.20161.2236
Identity - Infragistics4.Web.v16.1
Problem:
When mouse hovering WebdatePicker dropdown, Tooltip is showing selected date in Button control but its hiding the selction of previous month in webdatepicker control. So I need to hide this tooltip button for this control alone. It should not affect other controls in the page. Kindly provide solution with sample code.
Hello,
Is it possible to provide me with the markup for the control or the markup for the WebMonthCalendar if you are using DropDownCalendarID property of the WebDatePicker, so I could try to create a sample that reproduces the issue? Could you provide the logic for displaying the button that is used for a tooltip?
Alternatively, feel free to provide your own sample as well. Remove any external dependencies and code that is not directly related to the issue, zip your application and attach it.
Having a working sample on my side, which I can debug, is going to be very helpful in finding the root cause of this behavior.
Looking forward for your reply.
Regards, Ivan Kitanov
This is the Markup code available in my solution.
<igeditor:WebDatePicker StyleSetName="Nautilus" runat="server" ID="ReceivedDate" Width="155" />
We dont have anyother code for this control.
Please suggest.