Completed
Last Updated: 11 Oct 2019 12:22 by ADMIN
Release 2.2.0
Andrew
Created on: 30 May 2019 08:20
Category: Grid
Type: Bug Report
7
"Add" command not using popup mode

Hello,

I want to have the TelerikGrid's "Add" command display a popup for the new record's details, in the same way that the "Edit" functionality does. However with:

        <TelerikGrid EditMode="popup">
            <TelerikGridToolBar>
                <TelerikGridCommandButton Command="Add" Icon="add">Add</TelerikGridCommandButton>

When I click "Add", the new blank row is shown within the grid identical to EditMode="inline", not as a popup. Is the "Add" functionality meant to work in popup mode?

1 comment
ADMIN
Marin Bratanov
Posted on: 30 May 2019 08:39
Hello Andrew,

I moved this to the feedback portal as a bug that you can track by clicking the Follow button on this new URL that this thread has: https://feedback.telerik.com/blazor/1411172-add-command-not-using-popup-mode. Thank you for bringing this up.


Regards,
Marin Bratanov
Progress Telerik UI for Blazor