I want to reset or clear the ultragrid by default.
How do you clear the ultra grid,
Hello Keith,
I will be happy to assist you with your question.
I recommend looking over the online Knowledge Base Article: KB01751, which can be found here.
Please let me know if you have additional questions regarding this matter.
'Set .DataSource = Nothing' - Set the UltraWinGrid .DataSource property to Nothing:
'Clear UltraGrid' - Clear the UltraWinGrid by setting the .DataSource to Nothing, Resetting the DisplayLayout, and clearing the Layouts collection:
How to get access to the Nothing properpty, or Nothing i the samething as null.
Then why not say to set it to null?