Hi, when i try to add in the code another Option column all the datagrid component disappear from the visualstudio code view, but its not an error because the button its still there, the code compile and work totally fine, its only a bit annoying.
This are the component properties:
<RadzenDataGrid @ref="dataGridQuestions" FilterCaseSensitivity="FilterCaseSensitivity.CaseInsensitive" AllowFiltering="true" AllowColumnResize="true" AllowAlternatingRows="true" FilterMode="FilterMode.Advanced" AllowSorting="true" PageSize="10" AllowPaging="true" PagerHorizontalAlign="HorizontalAlign.Left" ShowPagingSummary="true"
Data="@Users" GridLines="Radzen.DataGridGridLines.Vertical" LogicalFilterOperator="LogicalFilterOperator.Or" SelectionMode="DataGridSelectionMode.Single" @bind-Value=@selectedQuestion
TItem="MultipleSelectionQuestion">