jqGrid heavily loaded edit options -
i have jqgrid row want edit click on row. 1 of columns select column , has more 20,000 items in it. use editoptions property of column attach these values. done in jqgrid column model url method (in code behind).
everything works fine while adding or editing takes around 4 5 minutes enable row in editable format.
as per primary investigation, jquery.jqgrid.min.js has editrow function called while editing or adding row. in function, createel function called , 1 of parameter of function "e" has more 20,000 values attached it. takes few minutes of time call function heavy parameter.
any suggestion faster process helpful...
Comments
Post a Comment