How to get Grid row model when having the key, using js

I have the grid id, and the row key, I need to get the grid model using javascript. pseudo code:
var grid = $('#grid_id');
var field_value = grid.row[key].item['COMBPDID']; // something like that
owner
RayBen
asked at 09 Sep 2024

Answers 

please Sign In to leave an answer

By accessing this site, you agree to store cookies on your device and disclose information in accordance with our cookie policy and privacy policy .
contact us