Grid MVVM CRUD example

Thread is closed for posting
5 posts, 0 answers
  1. 63F75A2C-1F16-4AED-AFE8-B1BBD57646AD
    63F75A2C-1F16-4AED-AFE8-B1BBD57646AD avatar
    1572 posts
    Member since:
    Oct 2004

    Posted 02 May 2012 Link to this post

    Requirements

    Kendo UI Suite and Version 2012.1.322 (Q1 release)


    jQuery Version 1.7.1


    Supported Browsers and Platforms - All


    Components/Widgets used 
    KendoGrid
    MVVM


    SQL Server Express 2008 R2 v.10.50.1600 
     
    Visual Studio 2010 
     

    PROJECT DESCRIPTION 

    This example illustrates remote CRUD(Create, Read, Update, Destroy) data operations using Grid bound through MVVM.
  2. E547855A-787E-489F-BC8B-2D4B4532E05C
    E547855A-787E-489F-BC8B-2D4B4532E05C avatar
    2 posts
    Member since:
    May 2012

    Posted 17 Jul 2012 Link to this post

    I'm trying to open project file in VS2010 and getting an error: Project type is not supported by this installation.
    What components, template must be install with VS2010 to run your example?
    Thank you.
     Anatoly
  3. 6C23224E-CB71-4D12-B58E-CA28ABCBD735
    6C23224E-CB71-4D12-B58E-CA28ABCBD735 avatar
    8462 posts
    Member since:
    Nov 2015

    Posted 18 Jul 2012 Link to this post

    Hi,

    This is a regular ASP.NET "web site" project.

    Regards,
    Atanas Korchev
    the Telerik team
    Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
  4. E547855A-787E-489F-BC8B-2D4B4532E05C
    E547855A-787E-489F-BC8B-2D4B4532E05C avatar
    2 posts
    Member since:
    May 2012

    Posted 18 Jul 2012 Link to this post

    Thanks for reply. I was missing ASP MVC 3 installation.
    After I install it I was able to open project.
    Anatoly
  5. 931AB721-F3F8-4995-B093-19A17FD6EE6E
    931AB721-F3F8-4995-B093-19A17FD6EE6E avatar
    3 posts
    Member since:
    Dec 2012

    Posted 24 Feb 2013 Link to this post

    First thank's for example. I found out that almost all examples with web services (asmx) have problems with updates. I get error on update: TypeError: Cannot read property 'Data' of null [http://localhost:2715/grid-page-methods-crud:2]

    Is problem with grid or methods that doesn't refresh grid data. I would like to update record and stay on the page of updating record.

    Examples:

    http://www.kendoui.com/code-library/web/grid/grid-bound-to-page-methods---crud.aspx
    http://www.kendoui.com/code-library/web/grid/grid-mvvm-crud-example.aspx

    Thank's.
Back to Top

This Code Library is part of the product documentation and subject to the respective product license agreement.