Double click to open detail grid

QuestionsDouble click to open detail grid
Daniele asked 7 years ago

Hi,
how can i enable double-click on a master grid row to open detail grid in fancybox?
By default, double-click enables row editing but i want to change this behaviour.
Thanks in advance.

3 Answers
Abu Ghufran answered 7 years ago
Daniele answered 7 years ago

Is it also possible to disable double click for row editing mantaining double click to open detail grid?

Abu Ghufran answered 7 years ago

Simply set: rowactions => false

$g->set_actions(array(
"add"=>false, // allow/disallow add
"edit"=>true, // allow/disallow edit
"delete"=>true, // allow/disallow delete
"rowactions"=>false, // show/hide row wise edit/del/save option <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
"autofilter" => true, // show/hide autofilter for search
"export" => true, // show/hide autofilter for search
"search" => "advance" // show single/multi field search condition (e.g. simple or advance)
)
);

Your Answer

15 + 5 =

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?