I would like my drop down provider to display a list of values when in edit mode such as
A - Ardvark
B - Brille
C - Cow
D - Donkey
But only display the values A, B, C, D in the cells. Is this possible? I would also like to do this exclusively form the server side. No markup please, as I dynamically fill these values in differently at each run.
Hello aranm ,
Thank you for posting in our forums.
This is the default behavior of DropDownProvider.
In the cells is diplayed the text value of the DataSource (A,B,C,D)
When the cell enters edit mode the DropDown with the value list is displayed.
http://help.infragistics.com/NetAdvantage/ASPNET/2011.1?page=WebDropDown_Using_WebDropDown_as_an_editor_provider_for_WebDataGrid.html
As you mentioned you should add the DropDownProvider on the server side
http://forums.infragistics.com/forums/p/57320/293305.aspx#293305
Let me know if you need further assistance