This is a migrated thread and some comments may be shown as answers.

ragdataform as master and radgrid as detail

1 Answer 65 Views
DataForm
This is a migrated thread and some comments may be shown as answers.
mohammad
Top achievements
Rank 1
mohammad asked on 23 Jan 2019, 03:55 PM

hi

i want to create a webform for entering orders in raddataform as master table and order details in radgrid as detail table

please help me

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 25 Jan 2019, 03:19 PM
Hello Mohammad,

The data form is a relatively simple container and is not designed to hold such heavy and complex controls. When you have hierarchical data, the usual approach is to use a hierarchical grid: https://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/insert-update-delete-hierarchy/defaultcs.aspx.

Another approach you can have is to use a button that will open a RadWindow with the simple grid for details, in a fashion similar to the following demo: https://demos.telerik.com/aspnet-ajax/controls/examples/integration/gridandwindow/defaultcs.aspx?product=window. The benefit of this approach is that you can keep the details grid in a separate form, thus making each form more lightweight, faster and simpler. It also reduces the content loaded initially, which is also a good performance optimization, especially when you don't expect the users to always interact with the details.


Regards,
Marin Bratanov
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
DataForm
Asked by
mohammad
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or