Hi - Is it possible to get an change event from a Grid EditType.DropDownEdit?
I try to change cascade change data in next column, depending on this column.
<GridColumn Field=@nameof(OrdersDetails.ShipCountry) HeaderText="Ship Country" EditType="EditType.DropDownEdit" Width="150"></GridColumn>
If I nest a EjsDropDownList inside an EditTemplate, in a GridColumn, the data on the OnActionBegin (RequestType == Save) does not change to the new value.