editurl

Questionsediturl
Sri asked 10 years ago

Hi Abu,

I am using PHP Codeigniter framework. I am using jqGrid inline edit for editing and deleting.
I want to call a different controller function when I edit a row. I have set
$grid["editurl"]. When I click on save I see there is an ajax call to the delfault URL from where the actual data is loading. Is there a way that I can set the editurl?

Thanks in advance!!!
Sri

1 Answers
Abu Ghufran answered 10 years ago

Perhaps, you need to edit jqgrid_dist.php

Replace following line …

$this->options["editurl"] = $this->options["url"];

with

$this->options["editurl"] = $this->options["editurl"];

Your Answer

15 + 16 =

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?