|
-
Sep 6th, 2006, 01:59 AM
#1
Thread Starter
Hyperactive Member
Unbound Column in Bounded Grid
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#
-
Sep 6th, 2006, 07:08 PM
#2
Fanatic Member
Re: Unbound Column in Bounded Grid
I'm not sure where exactly you want the column to appear. But when I was trying to have that I did
Code:
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|