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
150
Using Dataset to Populate DropDownProvider
posted

I am using a DropDownProvider in a WebDataGrid.

Our application uses a data access layer that must return a Dataset to the application.

I am having trouble getting the DropDownProvider to accept a Dataset as its DataSource.

I am sure i am missing something trivial and would appreciate any assistance or direction.

 

Thanks for your time and assistance!!!

Parents
  • 24671
    Verified Answer
    posted

    Hi,

    Can you try using the standalone WebDropDown outside the Grid, and bind it to the same DataSet? Have you defined TextField and ValueField ? - so that the dropdown knows from which underlying data source field to pull the item's text/value.

    Thanks,

    Angel 

Reply Children