Get Changed Cells

QuestionsGet Changed Cells
Sri asked 9 years ago

Hi,

I have a gird table. Change in each cell of the table should insert/update a row in a table.
When the data is submitted to the server, is there a way to submit only the changed cell, not the entire row.

Thanks,
Sri

1 Answers
Abu Ghufran answered 9 years ago

When you set cellEdit, only edited cell is posted back and updated in table.
$grid["cellEdit"] = true;
$g->set_options($grid);

You can try demos/appearance/excel-view.php

Your Answer

19 + 8 =

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?