a javascript event that activates when a row is clicked within a grid
Questions tagged [onrowclick]
18 questions
32
votes
2 answers
Angular Material 2 Table Mat Row Click event also called with button click in Mat Cell
I am new to material 2 and I have implemented mat table and in which I have click event on row to open dialog and there is also a menu button in last column "Action" but on clicking on button it also open dialog box instead of opening menu.
Table
…

Nasiruddin Saiyed
- 1,438
- 1
- 13
- 31
9
votes
1 answer
Angular Material table row (click) event triggered when clicking an action in a cell within that row
How can you trigger a modal with a button inside a mat-table without triggering the rows (click) event? I've seen and read with Angular Material 2 Table Mat Row Click event also called with button click in Mat Cell however the solution of using…

Foo
- 93
- 1
- 1
- 7
5
votes
2 answers
material-ui DataGrid - how to separate selecting the row checkbox from onRowClick
I am using a DataGrid to manage a service configuration. I would like to use the auto-generated row checkboxes to manage multiple delete operations, but would like to use the onRowClick event to feed row data to a modal dialog form for editing. My…

Mike K.
- 295
- 2
- 5
- 11
2
votes
0 answers
Angular Material Table Firefox Mat Row Click event with button click in Mat Cell
I want to use the angular material mat-table with clickable rows and also a button column with Firefox Browser.
When i first added the button the event was not triggered (just the event of the row).
I read some threads about that issue:
Angular…

Fabian Schmidt
- 53
- 4
2
votes
2 answers
kendo ui Clickable row
I created a Kendo UI Grid view and it displays data correctly , now what I am trying to achieve is that ; When i Click on a row I want to get the primary key of that row and use it elsewhere I tried many solution in net but I did not work. does…

Haytham
- 834
- 1
- 12
- 31
2
votes
2 answers
Avoid onRowClick event in certain column of rich:dataTable
I have a rich:dataTable which contains 4 columns.
The first one is a selectBooleanCheckBox, which fires an event called "CheckEvent" (just for the example) into the bean.
Meanwhile, the dataTable also supports the onRowClick event, which fires…

aran
- 10,978
- 5
- 39
- 69
1
vote
1 answer
How to define a custom function to rowClick in react-admin datagrid?
I'm building an app with react-admin, I have an organizations resource and programs resource.
each program has relation to one organization.
(saved in mongoDB anf I have a node server)
I created a custom list to organizations resource.
- 667
- 1
- 6
- 16

R H
1
vote
1 answer
ag-grid-vue: how to detect row click?
I am following the example here.
All works and now I want to detect a row click and get the event's data.
Here is my App.vue:

mrd
- 4,561
- 10
- 54
- 92
1
vote
2 answers
AG-GRID : Use of onRowClicked and onRowDoubleClicked at the same time
Can i use onRowClicked and onRowDoubleClicked at the same time in ag-grid, when i use them both, only onRowClicked is executed.

Di_
- 91
- 2
- 12
1
vote
1 answer
How to onRowClick redirected to another page with mui-datatables npm package?
I have a react app that uses package mui-datatables. I want to be redirected to "/edit-form" onRowClick, but it didn't work (nothing happens, no errors either).
import React, { Component } from "react";
import { Link as RouterLink } from…

akl
- 77
- 3
- 9
1
vote
1 answer
Devexpress MVC5 Grid GetRowKey(e.visibleIndex) returns always null
Hi everyone I am trying to get the primary key of the selected row to send it to the server later here is the code:
This the mainpage