column "index"

Questionscolumn "index"
Jan Solc asked 11 years ago

Hello *
I have a little problem 🙂
Name of a column in the table is "index" and The grid is not able to update row
I can not change the table structure. Any option or I have to use another grid?

Thx for help

Jan

1 Answers
Abu Ghufran answered 11 years ago

Hello,

If you are using free,

For update, search in jqgrid_dist.php
$V74c9e6d4[] = "$V8ce4b16b='$V9e3669d1'"

and replace with (with ` sign)
$V74c9e6d4[] = "`$V8ce4b16b`='$V9e3669d1'"

For insert,

$Vd1548b8d[] = "$V8ce4b16b";

and add ` sign
$Vd1548b8d[] = "`$V8ce4b16b`";

Your Answer

11 + 15 =

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?