Hello,
I have started working on a project where are used infragistics components.
I have a problem with checkbox that is changing the checked symbol to some square and "a".
I thought that it might be caused by putting there a wrong value but it is just true or false.
Have you experienced this?
Thank you
Hello JakubYksvoloh,
Thank you for posting on Infragistics forum.
Can you tell me exactly which of our controls are used in your project and what kind of checkbox is used in this project?
I am waiting for your response.
We are using UltrawebMenu and "enum Infragistics.WebUI.UltraWebNavigator.Checkboxes".
Thanks
thank you very much, I did not have the url checked image specified.
Jakub
Do you use your own CSS classes to style the checkboxes?
Did you also specified the Checked and Unchecked Image property for the menu checkbox - http://help.infragistics.com/Help/NetAdvantage/ASPNET/2010.3/CLR4.0/html/Infragistics4.WebUI.UltraWebNavigator.v10.3~Infragistics.WebUI.UltraWebNavigator.UltraWebMenu~CheckedImage.html
http://help.infragistics.com/Help/NetAdvantage/ASPNET/2010.3/CLR4.0/html/Infragistics4.WebUI.UltraWebNavigator.v10.3~Infragistics.WebUI.UltraWebNavigator.UltraWebMenu~UncheckedImage.html
And properly specified the “images” directory for the menu?
http://help.infragistics.com/Help/NetAdvantage/ASPNET/2010.3/CLR4.0/html/Infragistics4.WebUI.UltraWebNavigator.v10.3~Infragistics.WebUI.UltraWebNavigator.UltraWebTree~NodeStyle.html
If the application is deployed on the Server machine you should make sure that all needed styles and images are present and accessible.
You can use Developer Tools (in IE browsers - F12 key) and inspect the images to see what images is application requesting and from where.
I am looking forward to hearing from you.