I am trying to display data on a DBGrid in unbound mode. In other words I want to supply the data programtically. I am having trouble figuring out how to fill in the columns and rows with my data however. How is this done? Question sounds simple so hopefully someone knows... There don't seem to be any addrow or addcolumn methods but the help claims that unbound mode is the way to go just doesn't expound on how to go about it. Thanks.