Hi I'm populating a TIWAdvWebGrid via the LoadfromCsv function to get a list of selectable rows. That part works fine and I can select the without problems.
My question is How do I get the value of the selected row when I click on it, I can trigger the "TIWAdvWebGrid1AsyncRowSelect" when clicked but don't I know how to copy the contents of the selected cell/row to a variable for another use.