L
Laura Stern
Guest
You have to do this through the DataGridView control. I believe there is a way to add a column to the grid that does not come from the BindingSource. I can't tell you exactly how since I've never done it, but I'm pretty positive you can. You should be able to figure it out from the design window for the control or look it up in the doc. But then you obviously also have to supply the values to display at run-time. The grid will have some event that will fire that you can subscribe to and in the event handler you would return the value you want to display for each column. Sorry - not so easy as it was with the Browse widget. Or of course you could add fields to the temp-table whose values come from this array. Possibly not very practical.
Continue reading...
Continue reading...