Hi
I've recently discovered the joys of drag-once data binding in Winforms and specifically changing the default windows controls for the Infragistics equivalents (as per http://www.code-magazine.com/article.aspx?quickid=0409051&page=1 and http://help.infragistics.com/Help/NetAdvantage/NET/2008.2/CLR2.0/html/Win_Drag_Once_Databinding_Whats_New_2005_3.html). This has nearly solved the biggest issue we had with the IG controls.
My question is this; is there any way to change the labels that are added when you drag from a data source to a form from the Windows standard versions to Infragistics UltraLabels? We are using app styling so we are currently changing all the labels by hand.
I'm willing to hack VS if necessary to achieve this, it would save us so much time - adding ultralabels manually is costing us hours!