This is a migrated thread and some comments may be shown as answers.

OnRowClick not editing column

0 Answers 52 Views
Grid
This is a migrated thread and some comments may be shown as answers.
J
Top achievements
Rank 1
J asked on 08 Mar 2018, 12:04 PM

I'm trying to click on a row and edit it. I've got the EditMode="InPlace" in the radgrid. I'm new to Javascript and I'm probably missing something that triggers the edit of the column. I'm trying to complete this task on the client side.  

What am I missing please?

 

Javascript:

function RowClickEdit(grid, args) {

var dataItem = args.get_gridDataItem();

var type = dataItem.getDataKeyValue("listTypeID");

oWnd.show(); return false;}

 

HTML:

<ClientSettings >

<Selecting AllowRowSelect="True"></Selecting>

<ClientEvents OnRowClick="RowClickEdit"></ClientEvents>

</ClientSettings>

No answers yet. Maybe you can help?

Tags
Grid
Asked by
J
Top achievements
Rank 1
Share this question
or