Template for CRUD operations

  1. #1

    Template for CRUD operations

    Hello,

    I am new still figuring out my way with Ext.NET. I was wondering if there is a way or already designed template that could generate a FORM from the specified columns of a model. Say a pop up window that could help with adding new items or editing a selected item other than having to create a page for each operation.

    see attached images...Click image for larger version. 

Name:	Index_LI.jpg 
Views:	126 
Size:	44.2 KB 
ID:	25508Click image for larger version. 

Name:	add new.JPG 
Views:	120 
Size:	41.3 KB 
ID:	25507

    something similar to this https://examples2.ext.net/#/GridPane...l_Data_Paging/ but not inline editing. I want a form display for the give fields..
    Last edited by HenrySseki; Feb 25, 2021 at 9:44 AM.
  2. #2
    Hello @HenrySseki!

    Maybe this v5 example is a bit closer to what you want?

    - GridPanel > Update > AutoSave - Ext.NET 5 WebForms Examples Explorer

    But there you will only see each field defined manually.

    Still on v5, when we get into MVC, there's the <something>For concept, as you can see in the corresponding MVC example for the one above:

    - GridPanel > Update > AutoSave - Ext.NET 5 MVC Examples Explorer

    ...and also a specific one for a FormPanel based on the MVC's Model shape:

    - Models > FormPanelFor - Ext.NET 5 MVC Examples Explorer

    While none of these are specificly shaped out-of-the box for Ext.NET 7, I hope this brings you ideas on what direction to seek to get the view you need in Ext.NET 7. While there's no WebForms in v7, there is the new TagHelpers, fully supported, and MVC is -- albeit redesigned Ext.NET-wise -- still there.

    Hope this helps!
    Fabrício Murta
    Developer & Support Expert

Similar Threads

  1. [CLOSED] Filter Header with AND and OR operations
    By vmehta in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Nov 10, 2014, 6:41 AM
  2. [CLOSED] Store Sync order of operations
    By cwolcott in forum 2.x Legacy Premium Help
    Replies: 9
    Last Post: Nov 14, 2013, 1:21 PM
  3. [CLOSED] Conceptual Async Operations Question
    By rcombis in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Oct 28, 2013, 5:33 AM
  4. Relatively complex operations with AjaxMethods
    By henricook in forum 1.x Help
    Replies: 3
    Last Post: May 17, 2010, 1:45 PM
  5. Best Practices for WebService CRUD operations
    By pkellner in forum Open Discussions
    Replies: 1
    Last Post: Dec 22, 2008, 4:55 PM

Posting Permissions