Sorry but I've searched the ngs and haven't found an answer to something that should be intuitive. I have the following scenario:
UltraCombo bound to a table of values
UltraGrid bound to a Sql SP with a parameter
I want the combo's value to feed the parameter and have the grid update.
TIA - Mike
Hi Mike,
This isn't really related to the Combo or the grid. This sort of thing needs to be done on the DataSource level. You probably want to trap the ValueChanged event of the UltraCombo and change the grid's data source at that point.
Hi,
I have added ultra combo in a ultra grid. Each row of ultragrid contains FundingSourceID(This is one of the column). What i just want to do is, i Need to set the Ultra Combo value or selected row based on this FundingSourceID. How can i do this ?
Thanks for the reply. I thought maybe there was a way to tie them together but was afraid it was all backend manipulation. I've never been able to do a 100% bound project!
Mike
ps. What is the best method to change the UltraDataSource object? I gave it a quick look and it's a bit different than a std ds control.