This question is locked. New answers and comments are not allowed.
Hello,
We have a requirement for a Purchase Order data entry screen that requires the following design.
A PO header section that allows user to enter PO level details like vendor, reason of purchase etc.
A line item section that allows user to enter multiple line item for the PO. Information for each line item could include unit price, quantity, and total, etc.
We want to see both header and line item sections in a single web form.
And we want to allow user to enter data into the grid using the "in-line" method.
We have a "Save" button that the user shall click when he is done entering both header and line item details.
However, there does not seem to have a way to post both sets of data (header, and line items) back to the server for processing.
Is this a limitation of Telerik or ASP.NET MVC?
Is there any way around for this?
We have a requirement for a Purchase Order data entry screen that requires the following design.
A PO header section that allows user to enter PO level details like vendor, reason of purchase etc.
A line item section that allows user to enter multiple line item for the PO. Information for each line item could include unit price, quantity, and total, etc.
We want to see both header and line item sections in a single web form.
And we want to allow user to enter data into the grid using the "in-line" method.
We have a "Save" button that the user shall click when he is done entering both header and line item details.
However, there does not seem to have a way to post both sets of data (header, and line items) back to the server for processing.
Is this a limitation of Telerik or ASP.NET MVC?
Is there any way around for this?