Hi,
I'm using the TK UI for Blazor Grid.
This is the table:
First Name | Last Name | Height | Position | Points per game |
Stephen | Curry | 191 | Point Guard | 28 |
Klay | Thompson | 201 | Shooting Guard | 21 |
I have created an add new item method which allows me to enter all fields manually. Is there a way in TK to copy e.g the first row and paste it to the open form?
Of course, we have around 50 columns in real world and our Users find it exhausting to manually enter all fields.
Thanks for any hint