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,
We are still following this forum thread.
Please do not hesitate to contact us if you have any other questions with this matter.
Hello,
I cannot see how this could be happening on its own. The two grids have completely different datasources and are different controls. You would have to do this manually in the 'AfterCloseUp' event for example. You could take the selected/active row in the dropdown and populate the grid cells with the corresponding values to the selected one in the second column.
Please feel free to let me know if a question about our toolset comes up on your mind.
I attached an example. When you select a new user it doesn't update the last name and id.
Basically I would like it to behave like a combobox when you use :
Infragistics.Win.BindableValueList.USE_LISTOBJECT_AS_VALUEMEMBER
Is that possible?
Hello ohamd,
Honestly, I got a little confused by your scenario. I do not see why this is not possible - adding a new person to the grid. Could you please provide a small sample project with your scenario and I will be happy to take a look at it.
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