I want to know is it's possible to changed the values of some textbox and dropdownlistbox fields when a select a value form an another dropdownlistbox in edit mode frorm a radgrid.
explanation: I have a grid containing a product number w(hich is a dropdownlistbox in edit mode), a description, mark, model unit_price (which they are textboxs) and Mesure_unit (which is a dropdownlistbox).
If the client select a product number from the 1st dropdown i want to fill all the others fields with the value that i have in my database.
If the client don't select a product form de 1st dropdown they have to enter all the values for the others fields.
Is this possible
Thank you
explanation: I have a grid containing a product number w(hich is a dropdownlistbox in edit mode), a description, mark, model unit_price (which they are textboxs) and Mesure_unit (which is a dropdownlistbox).
If the client select a product number from the 1st dropdown i want to fill all the others fields with the value that i have in my database.
If the client don't select a product form de 1st dropdown they have to enter all the values for the others fields.
Is this possible
Thank you