Fastolph
Posts: 2
|
| Posted: 08/04/2006, 9:42 AM |
|
I have a grid in which I would like to dynamically populate in each row, a dropdown listbox, based on a row column. As an example:
<State 1> <StateDropdown> <SomeOtherStuff>
<State 2> <StateDropdown> <SomeOtherStuff>
The value of <State> is read-only but <StateDropDown> should populate different values (either a View or a Stored Procedure).
To configure the Dropdown, I can easily say which SP and which column to bind to but I cannot tell which *Control* it should take as its parameter (State in this case).
I think the configuration window is missing the 'Control' option (I only have 'expression', 'URL', 'Form', 'Session', Application' and 'Cookie'.
This is strange because I can find the Control option in the insert/update/delete option dialogs for Stored Procedures.
Am I missing something? How can I achieve this without writing javascripts or ajax or... (I need a minimal effort here )
Thx in advance for you kind wisdom
|
 |
 |
Fastolph
Posts: 2
|
| Posted: 08/08/2006, 1:09 AM |
|
No guru's who can help?
|
 |
 |
gesto
Posts: 42
|
| Posted: 08/09/2006, 1:16 PM |
|
not so simply.. probably ajax can help you with no such big efforts...
take a look at this ajax libraries http://www.sergiopereira.com/articles/prototype.js.html and http://script.aculo.us
|
 |
 |
gesto
Posts: 42
|
| Posted: 08/09/2006, 1:17 PM |
|
ops...
here also http://prototype.conio.net/
|
 |
 |
|