We are using the GridEx to populate the table/dropdown contents in our C# application.
We have the following scenario:
COL1 COL2
Dropdown Value
Whenever we are selecting an Item from the "Dropdown" the corresponding "Value" should get displayed on the fly.
Currently when we select the "Dropdown" item and navigate to "Value" then only the Value is getting displayed that is because the EndCustmEdit
event gets triggered only when we are navigating to next field.
I need to have the "Value" populated on the fly whenever I select the "Dropdown" without navigating to next field.
Is there a way we can have this working in this way?