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 ?
Hello Maharajan,
You could see a sample regarding this in our 'Windows Forms Feature Browser'.
If you have this installed(if you have marked 'Samples' when installing Net Advantage), you could run it from 'Start Menu' -> 'All Programs' -> 'Infragistics' -> 'Windows Forms' -> 'Samples' -> 'Samples (local)'.
When it loads, please navigate to the 'Grids' tab => 'WinGrid' and then 'Launch' the 'Samples Explorer' sample. Or you can type in the 'Search:' "' Samples Explorer '".
There please navigate to 'V3 Per Cell ValueList and Editors' sample and take a look at it.
Please do not hesitate to contact me if you need any additional assistance.
Sorry for Late reply.
What i am trying to do is i want to set value for ultra combo in ultra grid (this means one of the column contains ultra combo in each row) based on another column`s value in that same row.How can we do this ?
(Sorry if i am confusing you all)
Thanks in advance.
Maharajan
Hello maharajanmca2010,
Could you please clarify what is your goal with this? Are you trying to set a value in the combo based on the value in the current cell or at least this is what I am getting from your post as your requirement.
I'm not sure what you are asking. Can you explain in more detail? This might help:
HOWTO:What is the best way to place a DropDown list in a grid cell?