Suggestion for data input

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Art

    #1

    Suggestion for data input

    Hi,

    I've got an application I use to track and montior expenses from invoices.
    There can be a variety of invoices... consulting, equipment, services, etc.

    My application has three panels in the data entry area -- my question is
    about the third panel. One panel is for information common to all invoice
    types (invoice number for example). The second panel has radio buttons where
    I'd select the invoice type.

    Below these panels is the third panel that contains the detailed invoice
    information.

    Currently I create my own rows with whatever controls I need in it -- a
    date/time picker, a text box, a combo box. These vary by invoice type.
    There are also some inter-column calculations (rate x hours = cost). This
    requires that I handle the deletion of rows, copying rows, putting in
    scrollable column titles, and so on.

    It seems that it might be easier to do this with a control like a datagrid.
    Thus far I've only used a datagrid to display information, and I didn't need
    columns to be things like a combo box.

    Is this a way to go or is there something else that's better than building
    my own rows?

    I'd really appreciate any suggestions or references.

    Thanks,

    Art
  • Chris Dunaway

    #2
    Re: Suggestion for data input

    You can try this contro. It is a basically a listview control in which
    you can place any other type control in a cell. It might help you:



    Comment

    Working...