Hi,
We are having an issue where sometimes you cannot view a form with an Infragistics control in design mode when the form has been checked in to TFS (and is not currently checked out).
We are using VS 2010 and version 10 of the Infragistics controls.
Any ideas?
Hello,
I am just checking about the progress of this issue. Did you solve your issue accordingly to the information that I provided you?
Let me know if you need any further assistance.
Thank you for using Infragistics Components.
Hello Mark,
UltraTextEditor has a property which will help you to use dock to fill and multiline is set to false to work together. This property is AutoSize. If you set it to false you will have ability to adjust control height and you will be able to set dock to fill of the control correctly .
Let me know if you have any further questions.
Sincerely,
Hristo
Developer Support Engineer
Infragistics, Inc.
www.infragistics.com/support
I have narrowed the problem down to the UltraTextEditor when in single line mode and you attempt to use full dock.
If you use multiline mode or if you use top, bottom, left or right dock it does not happen.
The reason that this came up is that we have a user control that is a credit card control. There is only an ultratexteditor on the user control and that is all you see. It acts just like adding an ultratexteditor or textbox to a form. The control handles credit card swipes and manual entries of credit cards with validation and masking. Using full doc made sure that all you saw was the ultratextbox.
My work around was to use Top Doc and adjust the height in code.
I am just checking the progress of this issue. Did you able to create a isolate sample that illustrate your issue?
Just let us know when you manage to isolate this behavior. We will gladly look at it.
Thank you.