ODataProxy - ODataReader - Uncaught TypeError: b.getSuccess is not a function (MVC)

  1. #1

    ODataProxy - ODataReader - Uncaught TypeError: b.getSuccess is not a function (MVC)

    Hello people,
    I'm trying with EXT.NET MVC, I have a Grid, and a Store using ODataProxy, but I get an error:

    Uncaught TypeError: b.getSuccess is not a function

    .Proxy(
        Html.X().ODataProxy()
            .Url("http://localhost:61460/Personas/")
            .Reader(
                Html.X().ODataReader().RootProperty("value")
            )
    )
    Can anyone help me with this error, if anybody have an example using ODataProxy I would apreciate it.

    Thanks a lot
  2. #2
    Hi @Piyey,

    Welcome to the Ext.NET forums!

    Could you, please, provide a test project to test with? Please see 7. C) here:
    Forum Guidelines For Posting New Topics
  3. #3
    Thanks for your answer @Daniil.

    Here is a test project.
    https://drive.google.com/file/d/0BxZ...ew?usp=sharing

    Regards!!!
  4. #4
    Now I'm getting this error:

    { "error":{ "code":"","message":"The query parameter '$inlinecount' is not supported." } }
    I think EXT.NET is not supporting OData V4, becouse V4 change $inlinecount parameter for $count.
  5. #5
    Last edited by Daniil; May 05, 2015 at 2:59 PM.

Similar Threads

  1. Replies: 3
    Last Post: Feb 16, 2015, 3:00 PM
  2. Replies: 2
    Last Post: Aug 13, 2014, 3:01 AM
  3. [CLOSED] Uncaught TypeError: Cannot read property 'items' of null
    By tobros in forum 2.x Legacy Premium Help
    Replies: 10
    Last Post: Nov 20, 2013, 11:45 AM
  4. Replies: 5
    Last Post: Oct 30, 2013, 1:29 PM
  5. Uncaught TypeError: Cannot read property 'items' of null
    By FlavioSilveira in forum 2.x Help
    Replies: 6
    Last Post: Sep 20, 2013, 7:37 PM

Tags for this Thread

Posting Permissions