Hi,
Fairly new to infragistics - when dragging an UltraTextEditor on to my Win(form) (from a datasource) a normal Windows Label is created, is it possible to have an UltraLabel created by default.
I'd hate to have delete all the auto created Windows labeld and replace them manually with UltraLabels...
Any pointers much appreciated.
Thanks
I'm not sure what you're referring to here. Where are you getting the link to the UltraTextEditor such that it is automatically creating a .NET Label in addition to itself?
-Matt
Matt,
Thanks for the prompt reply.
I have several bound datasources, Eg Product. This has several properties Name, Desc etc.
I set the default "Type" of these to UltraTextEditors in the DataSource window and drag on to my form. Two controls are added, a Windows label "NameLabel" and a UltraTextEditor "NameUltraTextEditor".
We would like all out controls to be infragistics so we delete the WIndows label and drag an UltraLabel in its place.
There are 4 developers here are we are all experiencing the same issue - I can send you screenshots of a step by step if it helps.