Hi,
I am using Visual Studio 2005, Rad Conrtols for ASP.NET Q1 2008 and .net Framework 2.0 and C# Programming.
I am editing Rad Grid using User Control Form. I have a problem when editing dropdown list item.
When I click the edit command button on the grid, the User Control form shows up. All the Text boxes are filled with the correct values. But, the dropdown List which is databound in Code behind always shows the first value in the dropdownlist.
Is there a way to set the selected Value of the Dropdown list to show the current value of the cell in Grid.
Also can you please let me know what event is fired when the edit command button is clicked?
Thanks,
RKS