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.
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.
WebDatePickerIssue.zip
Your solution is NET framework 4.7.2 and infrasgistics DLL version - Infragistics45.Web.v16.1, Version=16.1.20161.2236 and I am not able to find this DLL in your source code and getting build error.
But we are using .NET framework 4.0 and Infragistics DLL version - Infragistics4.Web.v16.1, Version=16.1.20161.2236
Can you try below code & check tooltip issue.
igeditor:WebDatePicker runat="server" ID="ReceivedDate" Width="155" />
Steps to reproduce:
1) Place this code - (Without setting stylesheet(StyleSetName="Nautilus") also we are getting below issue.
<igeditor:WebDatePicker runat="server" ID="ReceivedDate" Width="155" />
2) Scroll down to end of the page and after clicking the calendar dropdown that tooltip will appear & hide the month selection. Please refer below.
Could you please provide DLL which supports .NET framework 4.0.
Regards,
Subbu
Hello Subbu,
The reason why you are not able to find the dll inside the sample that I sent, is that I have removed the bin folder in order to reduce the size of the sample, since only files with size smaller than 1MB are allowed to be attach on the forum.
I’ve tried to reproduce the behavior you mentioned by using the following dll - Infragistics4.Web.v16.1, Version=16.1.20161.2236, however the result was the same and I was unable to reproduce it.
In order to run the sample that I sent you, you could use the Version Utility, where you could perform a custom upgrade and define, which CLR version and which volume of Infragistics you would like to use.
After doing this, Visual Studio would like you to reload the project, after that you would be able to use the controls, which the specific version and CLR that you have set.
Could you please let me know if you are experiencing the same issue, while running the sample? In case you are experiencing the issue only on your project, but not on the sample that I have sent, could you please create a small sample that replicates the issue and attach it in this post.
Hi Ivan,
I will try it.
Could you please tell me how to disable infragistics control(webdatepicker) tooltip using c# or Jquery.
As I mentioned in my previous response, I am not able to reproduce this issue with the tooltip and on my side the tooltip does not appear on both versions I tested with. Is it possible to attach a small sample that reproduces the issue?