I have a tabbed view, in which the user can right click on a webgrid entry from the first tab, and this should populate the webgrid on the second tab. However when i attempt this, I get an "invalid argument" error. It looks like the grid is populate correctly, however the grid is resized down the the size of 1 row. My control (in the designer) is much larger than this.
It appears as if all the data is in the grid, I just don't know what would force the control to resize, if someone could please let me know what is going on, or has an idea of how to fix this I would really appreciate it.
Thanks
Greg
As a side note, I've noticed that the problem occurs if I view the suspect tabs before I try to populate them with data, in the mean time I have disabled those tabs until data has been sent, but I'd like to know if there is another solution.