Completed
Last Updated: 05 Jun 2015 08:15 by Chris Vaughn
ADMIN
Dimitar
Created on: 02 Jun 2015 07:51
Category:
Type: Bug Report
1
FIX. RadDataEntry - GDI objects are created every time when the tab key is pressed.
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;
1 comment
Chris Vaughn
Posted on: 02 Jun 2015 11:27
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.