-
Hello, Could you please let me know which exactly resource strings of UltraExplorerBar and UltraTree are not translated. Also could you please let me know which exactly version of Infragistics you are using. Is it possible to post a simple sample that demonstrates your issue. I am waiting for your feedback.
-
Hello , If you just want to change color of the active row you should apply ActiveRowCssClass, as it is shown on the following “WebDataGrid CSS styling guide ” http://www.infragistics.com/community/blogs/engineering/archive/2010/08/25/webdatagrid-css-styling-guide.aspx in other words you should have style defined : tbody > tr.ActiveRowClass
-
Hello, What you could do in your case is to add style for selected rows and to use JS in order to modify this style if the clicked row belong to band1. I have modified your sample based on my suggestion, please run the sample and let me know if this is what you are looking for. Please let me know if you have any further questions.
-
Hello , On the following link you will find a list of supported environments of Infragistics components, please expand “NETADVANTAGE FOR WINDOWS FORMS” and pay attention on “Environments” section. http://www.infragistics.com/help/supported-environments/ Visual Studio 2012 NetAdvantage for .NET 12.1 and later. Visual Studio 2010
-
Hello , Thank you for your sample. As far as I understand from your description, and as I was able to reproduce this, the issue is that when you add tool to the child form’s ribbon it doesn’t appear into the parent form’s ribbon. So to resolve this you should call RefreshMerge() of parent’s ribbon, after you have added your tools
-
Hello Ahmad, Thank you for your post. The technology here that the customer points is Java for Android, and your suggestion is for WinForms and can’t help to the customer. Thank you for using Infragistics Components.
-
Hello, I am just checking about the progress of this issue. Let me know If you need my further assistance on this issue? Thank you for using Infragistics Components.
-
Hello , For the first issue “change axis labels from default white color” the solution is similar: categoryAxis.setLabelBrush( new SolidColorBrush(Color. RED )); Please let me know if you have any further questions.
-
Hello, Very nice application, I very like it . Chart is designed to display labels for the major lines of the axis, that is why you are seeing labels for “1”, “5” and etc. Thank you for using Infragistics Components.
-
Hello, From MSDN’s online help for the Font class: “…Windows Forms applications support TrueType fonts and have limited support for OpenType fonts. If you attempt to use a font that is not supported, or the font is not installed on the machine that is running the application, the Microsoft Sans Serif font will be substituted.”