Save record to database

Good Day,

I am new to Radzen, using the Radzen IDE Community edition.
Apologies if this is a basic question.

I am trying to save the records from a templateform component to a SQL Server table.
I have two textboxes Name and Surname, and my table have an Id (PK) Name and Surname Columns

Under the submit event of the form, I added the type Invoke Data Source Method
Select createUser from the Name dropdown.
Under Parameters I select User as Name , ${Event} as Value.

Not sure if above is correct, what other steps are required

Thank you


Yes, this seems correct. No other steps should be required as long as validation passes.

You can also create CRUD pages from the New page wizard. It will generate everything required to add and update entities.