To reproduce: - Add RadDataEntry to a form and show the GDI objects count in the Task Manager. - Press and hold the tab key. Workaround: this.radDataEntry1.DataEntryElement.ErrorIcon = null;
Just to clarify (I reported this issue), the GDI object leak seems to occur when a DataEntry control field is left (Leave event) and it also happens when the control is filled with data. Thanks for giving us a workaround quickly! It looks like it works to eliminate the leak while not impacting the functionality.