Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have been using 3rd party components like devexpress/devExtreme for a couple of great projects. I have a scenario where i have to use a devextreme dxDataGrid Widget in one of my asp.net application as details view. I am new to asp.net. I have a two SQL tables having one to many relationship. In typical Devexpress XAF application, the xpCollection<> is there that indicates that this particular class has a collection of objects(One-many relationship). The XAf framework handles the creation of a new object whenever we click on create new through its session. Now i want to achieve a similar thing in my asp.net application by using Devextreme dxDataGrid widget as a collection of the objects in a class. I would like to have a simple short example to understand the implementation of such a scenario managing CRUD operations.

Thanks & Regards,
Naser Javed
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900