This is a migrated thread and some comments may be shown as answers.

Debug datasource read url

1 Answer 362 Views
Data Source
This is a migrated thread and some comments may be shown as answers.
Richard
Top achievements
Rank 1
Richard asked on 01 Mar 2012, 04:55 PM
Is there a method or property that returns what url the read method will query ?

Suppose I have
  transport: {
   read: {
    url: window.dataEmitterURL + "/GetStoresTable",
    dataType: "xml",
    data: {
     mainid: getParameter('mainid') ,
     idset: function() { return window.selectedIdset; }
    },
    cache: false
   }
  },

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 02 Mar 2012, 09:34 AM
Hello Richard,

Please refer to:

http://www.kendoui.com//forums/ui/grid/expose-datasource-url.aspx

Greetings,
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Data Source
Asked by
Richard
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or