Send Form web page data to the controller

1 Answer 465 Views
Data Source Grid
Abdoullah
Top achievements
Rank 1
Abdoullah asked on 25 Nov 2021, 08:01 AM

Hi,

I am new with Telerik framework,  I have an MVC project and I need to create a  web page for creating Sales Invoice 

The Invoice page has some information as Customer Code, name, Invoice Date... and a grid with some Information as Item Code, Name, quantity, price...

there is a button as Save

I need an example of how I can send the Invoice information to the Save action and how the Telerik framework can make it easier 

thanks

1 Answer, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 30 Nov 2021, 07:44 AM

Hello, Abdoullah,

As I understand the scenario, you are looking for the Kendo Form. Please review our MVC Form demos to give you an idea of the widget and let me know if that would work for you.

Looking forward to your reply.

Regards,
Martin
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Abdoullah
Top achievements
Rank 1
commented on 30 Nov 2021, 08:01 AM

Hello Martin,

thank you for your answer, yes our scenario is like your example, but I have some questions:

  1. what is the action that we have send the data when we press submit?
  2. do we have another example with a grid?
  3. can we have the examples to try it on my machine and run it via Visual Studio?
Martin
Telerik team
commented on 03 Dec 2021, 07:45 AM

Hello, Abdoullah,

1. Currently the Form does not have a configuration to specify the action. You can set it through the <form> element.

2. Currently the Grid is not a built-in editor. You can use it as custom editor like in this Dojo example.

3. You can review the examples locally by downloading the package from your Telerik Account. Once you install or extract it, you should be able to find an examples folder in it.

Tags
Data Source Grid
Asked by
Abdoullah
Top achievements
Rank 1
Answers by
Martin
Telerik team
Share this question
or