I've populated a GridTemplateColumn with a RadComboBox. When an option in the combobox is selected, I'm catching the OnClientSelectedIndexChanged event. I need to know which row this has occurred in, on the client-side. I can get the actual combobox control and the grid control using the 'sender' parameter, but I can't figure out how to get the row object so that I can get some other data out of another column in that row.
Again, I want to do all of this client-side.
Thanks!