[CLOSED] Json max length

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] Json max length

    Currently I take value from gridpanel on button direct event with bellow code.
     de.Click.ExtraParams.Add(new Parameter
                                        {
    
                                            Name = "values",
                                            Value = "Ext.encode(#{GridPanel1}.getRowsValues())",
                                            Mode = ParameterMode.Raw
                                        });
    its give a JSON format data in code behind


    [{"MaterialCode":"MOB","ReqMaterialID":0,"MaterialCatergoryID":2,"MaterialID":1,"UOMCode":2,"AvaiableStock":2,"RequireQTY":0,"Moveing_Average_Price":200,"TotalValue":0},{"MaterialCode":"P1","ReqMaterialID":0,"MaterialCatergoryID":2,"MaterialID":2,"UOMCode":3,"AvaiableStock":1,"RequireQTY":0,"Moveing_Average_Price":500,"TotalValue":0}]
    please let me know,if the data volume increase then I will not get all records because of MaxJsonLength property,then how I solve this situation.
    Last edited by Daniil; Aug 05, 2014 at 1:00 PM. Reason: [CLOSED]

Similar Threads

  1. About label text's length
    By kulolo in forum 2.x Help
    Replies: 1
    Last Post: Oct 21, 2013, 3:54 PM
  2. length with TextField
    By zhdl in forum 2.x Help
    Replies: 0
    Last Post: Aug 30, 2012, 1:28 AM
  3. About store Field length
    By supermanok in forum 1.x Help
    Replies: 1
    Last Post: Jul 20, 2009, 8:46 AM
  4. set the length for TextArea
    By Dinesh.T in forum 1.x Help
    Replies: 4
    Last Post: Jun 19, 2009, 2:42 AM
  5. set the length for textbox
    By Dinesh.T in forum 1.x Help
    Replies: 4
    Last Post: May 30, 2009, 2:12 AM

Posting Permissions