On Monday, September 27, 2010 03:04:04 pm Stanislav Colotinschi wrote: > Hi all. > > I want to make possible the selection of an entire row when I click on a > cell of this row. I mean, a border should appear around the row. Is it > possible?
dGrid.SelectionMode = 'Row' should work for you. BTW there are many such settings: HeaderFontBold = True AlternateRowColoring = True MovableColumns = True Check out the column settings too. Please when you change the actual question use a new posting to the list. Johnf _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
