Results 1 to 2 of 2

Thread: Unbound Column in Bounded Grid

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2006
    Posts
    266

    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#

  2. #2
    Fanatic Member
    Join Date
    Jun 2004
    Location
    All useless places
    Posts
    917

    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
  •  



Click Here to Expand Forum to Full Width