DropDownDatagrid

HI
Is it possible to show more than 1 columns in a DropDownDataGrid

Regards
Brian

Hi Brian,

This is not possible at the moment however we will do our best to provide it soon.

Best Regards,
Vladimir

Hello, +1 from me.

i tried adding columns like this:

                        <RadzenDropDownDataGrid AllowClear="true" AllowFiltering="true" Multiple="true"...>
                            <Template Context="findingcontext">
                                <RadzenGridColumn TItem="Finding" Property="Id" Title="Id" Width="60px"></RadzenGridColumn>
                                <RadzenGridColumn TItem="Finding" Property="Title" Title="Title" Width="200px"></RadzenGridColumn>
                            </Template>
                        </RadzenDropDownDataGrid>

sadly, not the result i expected :wink: then found this posting, so i'll wait.