Hi there,
I opened a previously created form and added a usercontrol to it. When I look at the SVN changes to the designer I see a weird property being added that wasn't there before:
ucbReferenceNumber.DisplayLayout.CellHottrackInvaladationStyle = Infragistics.Win.UltraWinGrid.CellHottrackInvaladationStyle.Default;
When I open my project references and open the object browser it shows CellHottrackInvalidationStyle as a property and it is named properly.
Any previous checkins of that form do not have this property in the designer code. Anytime I change something on the form these properties get recreated.
Hi,
I'm a little confused by some of the things in your post.
What is ucbReferenceNumber. From the "ucb", I'm guessing it's probably an UltraCombo control. But I'm not sure what the UserControl could possibly have to do with this?
I tried placing an UltraCombo control on a form and I don't see the CellHotTrackInvalidationStyle in the form-designer-generated code.
What version of the controls are you using?
This property was added to the DisplayLayout of the grid back in NetAdvantage 2006 Vol. 3. So it's been there for a very long time. It should never be serializing out a value of Default, of course, since this is the default value. And as I said, it's working fine for me.