About exceed limit.

QuestionsAbout exceed limit.
Mohammad asked 9 years ago

Dear

when i use the excel filter more then 4 cols exceed limit error display in popup with red fonts

"Request-URI Too Large
The requested URL's length exceeds the capacity limit for this server."

why this error display or if display how to fix the problem please as soon as possible reply to me.

thanks.

1 Answers
Abu Ghufran answered 9 years ago

You can change GET mehtod to POST while filtering;

1) Set mtype to post in code:

$grid["mtype"] = 'post';
$g->set_options($grid);

2) Edit lib/inc/jqgrid_dist.php and replace:
$_GET with $_REQUEST (around 17 occurance)

Your Answer

7 + 11 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?