Search Results

Type: Posts; User: Piyey

Search took 0.01 seconds; generated 42 minute(s) ago.
  1. 7 Years and 4 mayor versions later still not included?

    http://forums.ext.net/showthread.php?61373-DirectMethod-in-Custom-Server-Control
  2. Any help? :(
  3. Hello guys!

    I am creating a custom server control, in which I make a call to a DirectMethod, but I have not managed to find how to make the call. Apparently DirectMethod not recorded. Could you...
  4. Hello Daniil, this is Piyey back again.

    After doing a bit of test in GridPanel with OData Proxy (GET, POST, PUT) all works perfect, except with the following scenario.

    I add a new record (fine)...
  5. Thank you very much Daniil, it works like a charm.
    I was thinking in that option (validate if operation was reading) but I dont really know the js code generated.
    Thanks again for all the help.
    ...
  6. Thanks @Daniil for your answer.
    Following with tests, now when I want to delete an item I got same error




    Uncaught TypeError: Cannot read property 'getRemoteSort' of null...
  7. Thank you so much @Daniil, it works fine in my example project. Now I will use it in my production project.

    Can I ask future issues about this topic in this thread or it is better to create a new...
  8. Maybe this could help

    In


    Ext.data.proxy.OData

    When updating, scope.getRemoteSort and scope.getRemoteFilter are undefined
  9. Thank you Daniil, I will be here waiting :D

    Have a nice day!
  10. Dear Daniil,
    Thanks for your answer, I used your code, this is the answer for my other post (this) and it works perfectly for reading with ODataReader, but unfortunatly this issue is still happening...
  11. Hello @Daniil, any help with this issue? I would appreciate if you could provide an example using GridPanel (or other widgets) with ODataProxy, ODataReader.

    Best regards.
  12. Hi @Daniil,
    I'm getting the same error. Below I upload a sample to reproduce it.

    https://drive.google.com/file/d/0BxZvXECQe87aVllwWU9nVDhvQ1E/view?usp=sharing

    Hope you could help us please.
    ...
  13. 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...
  14. Thanks for your answer @Daniil.

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

    Regards!!!
  15. 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(
    ...
Results 1 to 15 of 15