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
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