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

How to get the cell by field property in Update event?

0 Answers 22 Views
Grid
This is a migrated thread and some comments may be shown as answers.
AkAlan
Top achievements
Rank 2
AkAlan asked on 06 Aug 2012, 11:11 PM
I have a grid Update event that passes (e) to the function and I'm sure I should be able get the cell by field name but I'm not sure how. I want to change the css of the cell once I get it like I am here:
  $('tr[data-uid="' + row.uid + '"] td:nth-child(1)').css("background-color""Pink"); 

I can see in Firebug (attached file has screenshot) that the cells are included in (e), the one I'm
trying to get is named PO_ID.

No answers yet. Maybe you can help?

Tags
Grid
Asked by
AkAlan
Top achievements
Rank 2
Share this question
or