I need an example that will do the following... I have a RadGrid that is populated with data from a DataTable and I need to have the Custom Edit Form show up when I click on my edit column. This Form will not have the data from the initial datasource but will be populated from a second database query based on an ID from the first query which is a cell in the row I am trying to edit. How do I accomplish this? I don't see any examples that address this specific need.
Thanks in Advance.
Thanks in Advance.