Hello,I use latest release of NetAdvatage and I get value from cell in client side with JS code below: <script type="text/javascript"> function GetValue(gridID, CellID) { var cell = igtbl_getCellById(CellID); alert(cell.getValue()); }</script>I am not sure whether will work in you version. You can try to update to NetAdvantage 8.3.Hope this helps Thanks.