Hi,we have a memorry leak problem. For example the ultragridcolumns still exist in the memorry after deleting them and clearing the ultragrid. There are some eventhandler who keeps a reference to the ultragridcolum and i dont't know how to remove them.But other Gui- Elements have the same problem.Can someone tell me who i can solve this problem?
My guess is that your grid is not being disposed by your application. Is the grid on a form? Does the Dispose method ever get called?