Browse By Tags

  • Re: Get textbox values of selected row in ClientSide Javascript (RowSelectionChanging Client Side Event)

    Issue Solved:

    Thank you to Rado Minchev in the following post: http://forums.infragistics.com/forums/p/45276/245350.aspx

    To anyone interested, here is the fully working function to access the cell items via BLOCKED SCRIPT

    function gridRowSelectionChanging…
  • Get textbox values of selected row in ClientSide Javascript (RowSelectionChanging Client Side Event)

    Hello:

    Does documentation exist where I could find the appropriate javascript functions to use to access values in individual cell items of a currently selected row? I have created a JS event handler to handle the RowSelectionChanging event on the client…