Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
195
DropDownProvider value field not returned until clicked
posted

Hi,

I have a WebDataGrid attached to a sqldatasource that displays several cells. One is a DropDownProvider that uses a name as a TextField and an id as a ValueField. Works great in row adding. Works great in edit mode as long as I click on the dropdown. If I don't click on the dropdown, the value returned is the name and not the ID.

It seems the translation doesn't take place until there is an actual click causing a dropdown action.

I can write a workaround, but I wanted to check first. Am I missing an obvious setting?