How to make a link to edit form on each cols of one row

QuestionsHow to make a link to edit form on each cols of one row
Fabien asked 5 years ago

Hello,

I didn’t find te solution to make a link to edit form (open dialog box) in clicking on each cols of each row (and how to make this on mobile device ?

3 Answers
Abu Ghufran Staff answered 5 years ago

Hi,

You need to click row and then click toolbar pencil icon.

Also let me know if it solved your case + what was your expectation.

_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Fabien answered 5 years ago

i would like to open the dialog box on a single click on a column of a line … not the \”editing\” button

Fabien answered 5 years ago

I made something like that :

$('.salarie').on('click', 'tr.jqgrow td', function() {

    if($('.cbox:checked').length) {
        $('#edit_list1').trigger('click');
    }

});
Your Answer

0 + 3 =

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?