Bug Report T901339
Visible to All Users

CheckBox for Blazor - It's possible to change selection only in the first check box if several CheckBoxes are rendered in the DxFormLayoutItem element

created 5 years ago

This issue can be reproduced with the following code:

Razor
<DxFormLayout> ... <DxFormLayoutItem Caption="Test:"> <Template> @foreach (var someItem in Items) { <DxCheckBox Checked="@someItem.Selected">@someItem.Name</DxCheckBox> } </Template> </DxFormLayoutItem> </DxFormLayout>

The same code that is not placed inside DxFormLayoutItem works properly:

Razor
<div> @foreach (var someItem in Items) { <DxCheckBox Checked="@someItem.Selected">@someItem.Name</DxCheckBox> } </div>

Answers approved by DevExpress Support

created 5 years ago

We have fixed the issue described in this ticket and will include the fix in our next update. The update will be available via the DevExpress NuGet server. Refer to this page to obtain your personal NuGet feed URL.

    Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

    Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.