Get grid selected record values

Hi,

I have a grid and a form. On selecting the grid row, respective form fields should be populated with selected row values. Is there any method with which this can happen or is there any other way. Any idea is much appreciated.

  • Nitya

You can use “onRowSelect” event. docs.dhtmlx.com/doku.php?id=dhtm … nrowselect

Thankyou.