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,
I’ve tried to reproduce this behavior with the latest service release of version 16.1 and version 21.2, but on my side everything works as expected and I am not able to observe the issue that you are having. I am attaching a screenshot of the behavior of the WebDatePicker in both 16.1 and 21.1.
Attached you will find my sample for your reference. Please test it on your side and let me know how it behaves. If this is not an accurate demonstration of what you are trying to achieve, please feel free to modify it and send it back to me along with steps to reproduce.
Looking forward to hearing from you.
Regards, Ivan Kitanov
WebDatePickerIssue.zip
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.
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.