How to add a button e.g "Add New Customer" on razor page to show Modal Form with all DataGrid columns but other than header location? #2739
shakeeluetian
started this conversation in
General
Replies: 1 comment 5 replies
-
Hello @shakeeluetian Check out our demo for the Datagrid ButtonRow example: Also here's the docs with a snippet:
Also nowadays you have access to the Datagrid's internal APIs, so you can even make your own button outside of the Datagrid's and trigger the New Operation. See #2503 |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a button "Add New Customer" on a razor page. i want to show a Modal on button click with all GridView Columns. I knew it is possible with
<NewCommandTemplate>
but it show button in DataGrid header where i dont want to place a button for new row enteryBeta Was this translation helpful? Give feedback.
All reactions