Hi all,
I have a grid within an radajaxpanel and I'm looking to update a control in one itemtemplate when a control within another itemtemplate performs a post back (dropdownlist, radiobuttonlist, etc) for that row.
This is not for insert or updating, i'm using the grid for proper formatting. So my question is what event is raised when a control posts back within an item template, and how can I find the control within that row? I've tried adding a handler to the control but it does not fire when the control is within the itemtempate.
Thanks,
John