Hi,
I call a windows form (named Attribution) where I enter a customer number. Then, the grid gives all needed data. Everything is working fine.
The problem is when I close that form to return to the main form (not MDI). I recall the form Attribution, I reenter the same customer number but the grid seems to be empty. It lists 57 items as supposed but I don not see datas.
I tried
gridAttribution.Table.TableDirty = true;
gridAttribution.Refresh();
But it does not work. Do I missed something?
Included print screen before ans after..
Thanks you for your help.
Attachment:
GridRefresh_234f1f4a.zip