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!!!
That worked for me as well. I guess back to basics is the idea here.. :P
Thanks I think that pointed me in the correct direction.
I am extremely knew to these controls, so still getting the hang of things.
Thanks for your help!!!
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