I have an ultrawingrid with the following columns:
Id, FirstName, LastName
I have an ultradropdown with the same columns. The ultradropdown is going to be used under Id column.
The problems I have are:
LastName is not being displayed (and set) on the grid.
When I enter a new person, it puts the Name into the Id column.
Do you have an example on how this can work?
Thanks!
Hello ohamd,
I do not see why this is not working. Are you using the same datasource for both the WinGrid and the DropDown? I guess there is something small that messes up things. Please take a look at my sample, I will be waiting for your feedback?
Hello Boris. I appreciate your help on this. I'm trying to use the app that uploaded but it isn't working. When I select a different person nothing changes.
I'm using two binding lists one for the grid and one for the ultradropdown.
I'm also looking forward to put the ultradropdown under the FirstName column (I don't want to display the id column)
Is it possible to add a new person to the grid as well?
Thanks again for your help Boris.
I'm using infragistics v11.2