On Mar 10, 2004, at 2:24 PM, JD Daniels wrote:


I am lost. I know what I want can be done.. I just don't understand how to do it.... Here is my use case:

Rental store agreement form

Id
customer
date
repeater:
   inventory item id
   rate
   charge interval
   location

the inventory item id is a select list. What I want to do is bind each repeater row's other values to the right values when the inventory item id is changed. (But not read only.. the user needs to be able to change them)

Sorry to second-guess your user interface, but... it sounds like your design has a row changing it's "identity" when the user selects a different inventory ID for that row. How are these populated in the first place? Would it be better if you had:


— one selection control paired with an "add item" button; this would add a row for the selected item
— a "delete item" button in each row


??

— Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to