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 Subbu,
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?
Looking forward to hearing from you.
Regards, Ivan Kitanov
Hi Ivan,
I will try it.
Could you please tell me how to disable infragistics control(webdatepicker) tooltip using c# or Jquery.
Regards,
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.
Hello,
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.
I tried to execute your code but getting below error. Application build failed.
I am not able to use <ig:WebDatePicker> in code. We are using IGEditor <igeditor:WebDatePicker>.
<ig:WebDatePicker ID="WebDatePicker1" StyleSetName="Nautilus" runat="server" Width="155"></ig:WebDatePicker>
Error:
The type or namespace name 'Infragistics' could not be found in global namespace(are you missing any assembly reference).
We don't have any seperate code for tooltip. I tried with below code also..Tooltip is hiding calendar and tooltip is getting as part of IGEditor.
Please suggest.