Hello Every one :D Description :
I'm using a Global DataGridView which is been created once , then I'm sharing that grid ByRef on multiple User controls , the strange thing is -> first control adding or Initializing that grid will draw it all others controls will not draw it (For sure and I know why Its not drawing)
Question : how can I force the global datagridview to redraw in every User Control that I have ..!!?
Mentioning that I'm populating the DataGridView Manully with out using data member / Data source .
Thank you .