Search Results

Type: Posts; User: demos76

Search took 0.01 seconds.
  1. Hi @fabricio.murta


    Some actions in my controllers returned Json as string, so it leaded to that behavior. I've changed the string results to the StoreResult and currently it works well.

    ...
  2. Hi @fabricio.murta


    I've checked the response headers and there is wrong content type header:
    25613

    I will try to set application/json type a bit late. Unfortunately don't have free time for...
  3. Hi @fabricio.murta

    Thanks a lot for your assistance. I will investigate your clues and report about results.

    Actually my problem is the free hosting :) It adds additional data to response...
  4. Hi @fabricio.murta

    I use code something like this:


    var treePanel1 =
    new TreePanel
    {
    ID = "treeId",
    Border = false,
  5. Hi guys,

    I use Store -> RestProxy -> JsonReader. How can I process the raw data from server before that the data will pass to JsonReader?

    Thanks in advance!
Results 1 to 5 of 5