PDA

Click to See Complete Forum and Search --> : Unbound Column in Bounded Grid


noshaba
Sep 6th, 2006, 01:59 AM
How could i display value in unbound column of a bounded grid
plz plz help me if any one know the solution

m using True TDB Grid in c#

rjv_rnjn
Sep 6th, 2006, 07:08 PM
I'm not sure where exactly you want the column to appear. But when I was trying to have that I did select 0, emp from empl and then bound the dataset to the grid. This way I had the first column to myself to play around with. I'm sure there must be some other elegant way as well, but this is how I did it.