I am using the 2009.1 (CLR 3.5) version of the WebGrid. I have a column in my grid that needs to present data in a dropdown control fashion. Using the infragistics DropDownProvider it a simple and intuitive way of doing this. The only catch is each record in my grid needs to have a dropdown column with a slightly different dataset. Whenever i try to update the datasource in the DropDownProvider, it effects every row. Is there a way i can do this?
The solution doesn't necessarily have to use the DropDownProvider as an EditorProvider. If my approach is incorrect and using a template field would be easier I am fine with that.
I too would like to know if this can be done.