Can someone please give me a sample code on how i can add a dropdownlist to in a ultraweb grid?
Thank you.
Hello,
Please take a look at the sample below:
http://samples.infragistics.com/2008.2/webfeaturebrowser/default.htmGrid->WebCombo - User ControlHope this helps.
Thanks for the quick response.
I used a dropdown list instead of a webcombo and was able to populate the list by populating its valueListItems.
It seems to work. But initially, the grid looks empty. It is only when the user clicks in the cell that the drop down list is visible. I'm trying to figure out how to display the first entry in the dropdown list by default.
Any help will be appreciated.
Thanks.