GridEx Item population on the fly
问题 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"