Hello:
I am using Ultragrid and UltraDropdown on a form. Using the ValueMember and the DisplayMember properties, the Ultragrid is correctly displaying the value of the DisplayMember.
But for the life of me, I cannot figure out how I can make the drop-down appear in the column. The column's style is set to Dropdown.
Help please?
Venki
I found out what the problem was. I made the grid read-only and that's the reason the drop-down does not appear.
So, my question is slightly different now. How can I prevent update but at the same time make the drop-down available. The drop down has additional columns that provide more information.
venki
This is great! I am learning by the minute!
The way to make the drop-down available (As I said, it provides additional valuable information to the user) but not let the user change the value is:
1. Make the rows updateable.
2. In the grid's cellchange event, enter e.cell.cancelupdate.
So, any update the user makes will be discarded.
Hello Venki,
Thank you for sharing your approach with the Infragistics community.
If you have any other questions please feel free to let us know.