Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
95
How to get a column value from selected row in web data grid?
posted

I am new to this community and using infragistics asp.net controls for the first time. I have a web data grid & button on my asp.net page with 6 columns. I am calling a java script function on button click. User will select one row in grid and click on button to open popup.

My question is how to get a id column value from the selected row in javascript function?  Please help. I have looked at this forum, but did't find an answer.

Thanks in advance.

Lavanya

 

Parents
  • 215
    Verified Answer
    posted

    You are trying to get column object? then, try this  igtbl_getColumnById(id). If u try to get a cel value from the selected row, then row.getCellFromKey('ID').getVaue() will help you.

Reply Children
No Data