column dropdown valuechange not fired from version 19.2.x all is correct in version 19.1.0.69
hi team when popup items is show can't select item. next code is functional in version 19.1.0.69 but not from 19.2.x, in 19.2.x versions filter not start ValueChange event, in edit column i can't select item, the popup is show with correct items
<GridColumn Field=@nameof(PromePromotionTypeDto.CollectiveTypeStatus) HeaderText="Estado" Width="150">
<Template>
@(((enPromeCollectiveTypeStatus)(context as PromePromotionTypeDto).CollectiveTypeStatus).ToEnumString())
</Template>
<FilterTemplate>
<SfDropDownList TValue="string" TItem="string" DataSource="@(EnumHelper.GetEnumMemberValues<enPromeCollectiveTypeStatus>())">
<DropDownListEvents ValueChange="@ChangeEstadoFilter" TValue="string" TItem="string"></DropDownListEvents>
</SfDropDownList>
</FilterTemplate>
<EditTemplate>
<SfDropDownList TItem="string" TValue="string" @bind-Value="@ddlState" DataSource="@(EnumHelper.GetEnumMemberValuesForEdit<enPromeCollectiveTypeStatus>())">
</SfDropDownList>
</EditTemplate>
</GridColumn>
ddlstate is defined how: public string ddlState { get; set; } regards
- Full page code snippets.
- Reproduce the problem in the provided sample and revert back to us.
- Did you faced any exception while changing the values?
- Share a simple reproduceable sample if possible.
hi Rahul,
sorry for late response, i was on holidays,
i see new version 19.2.56 after upgrade from 19.2.51 and all is working fine with dropdowns, think that a bug was in previous versions 19.2.x
thank's for all
- 3 Replies
- 2 Participants
-
SC Sergio Cabello
- Aug 6, 2021 11:25 AM UTC
- Aug 24, 2021 04:51 AM UTC