Is it possible to have a dropdown column, and based on whats chosen in the dropdown column, it then autocompletes a text column within a grid? If so, does anyone have an example on how to do that?
The GridDropDownColumn is displayed as a dropdown control only when it is in edit mode. When the RadGrid is in browser mode the column is displayed as a normal GridBoundColumn.
The populating of the value in the TextBox could happen in SelectedIndexChanged event handler for the DropDownList control. To attach this handler to the control you could use the RadGrid's ItemCreated event.
Additional information on accessing cells and rows for the RadGrid is available in this article.
If I have misunderstood your scenario could you elaborate more on what you would like to achieve?
Regards,
Viktor Tachev
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.