I have a ListGrid, and it works great! I have an ID field, a Name Field, and a FK field all displayed. I can hit the addbutton and start editing a new row in my listgrid. The first loads correctly, and the second dependant drop-down loads correctly.
In the second drop-down, I have a datasource with an ID and NAME field.
The mySelectItem.setDisplayValue and DisplayField I want to be the NAME.
When I select an item, I want the NAME to be in the Name column, AND I'd also like to get the underlying ID from the drop-down and move that value to another ListGridField for my grid.
I am very sure there is a way to do this, I just don't know what it is yet?
At one point, I could see the NAME correctly, but then after a selection I got the ID in that column which is not what I wanted.
Any help would be much appreciated. Thanks!
In the second drop-down, I have a datasource with an ID and NAME field.
The mySelectItem.setDisplayValue and DisplayField I want to be the NAME.
When I select an item, I want the NAME to be in the Name column, AND I'd also like to get the underlying ID from the drop-down and move that value to another ListGridField for my grid.
I am very sure there is a way to do this, I just don't know what it is yet?
At one point, I could see the NAME correctly, but then after a selection I got the ID in that column which is not what I wanted.
Any help would be much appreciated. Thanks!