Using Datagrid only to browse rows

J

JC Bertrand

Hi,

I am trying to build a simple form with a grid to browse a
products list / Price / Categories. These info are
displayed and sorted. I am ok with this part!

But then, I want to add other controls above the Grid to
display the detailed information about the selected
product (description + date purchased, etc).

Simply and basically, when the user select a row, It
should display the detailed information into other
controls (textbox, calendar, else). So the grid is ONLY
used to browse. other controls to display the detailed
information.

I would like the grid to do:
- at the form load, select the first ROW (default
selection)
- after a click in a cell, not blinking: the cell
doesn't "exist" here. it's like the grid as be set in a
row_mode! Meaning that the only way to navigate is
clinking another row (or with the arrow keys up/down).
- after a navigation in the grid (a row change), display
the details info in the fields

Any basic sample or clear info will be a lot appreciated!

Thank you,
JC Bertrand
 
G

Guest

WOW... Exacly what I was looking for since the last 2
months!!

Thank you very much and happy holidays to you and yours!

Jean-Claude Bertrand
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top