Hi
I'm using a WebDropDown with an ItemTemplate that renders multiple columns from an underlying datasource, just like shown in the video from craigshoemaker. I've set the AutoPostback property to true. Everything loads well when I run the page. When I select a value the page does a postback (as desired).But now all the items from the WebDropDown are empty, however the template-layout is still applied and the Value and Text properties are still filled up.It seems that the DataItems get null, because they're not being saved in the ViewState?
Is this normal behavior? The only workaround I can find is to DataBind the control on every postback.
I've attached a sample project (VB.NET and version 9.1.20091.2040)
Hi David,
This is what i see (attached screenshot). I am not sure what is wrong. I suggest to use the latest hotfix, but this should modify anything, it should be fine with the Volume Release as well.
I have attached a sample app. You will need to add your own ig_res folder with the Office2007Blue folder and contents in it. I was not able to zip and upload it since it is bigger than 200kb.
How do I attach a zip file to this forum?
Thanks for the feedback. I cannot determine what exactly is going wrong - maybe if you can share some website or sample with me i can help. The styles on this sample appear correctly, and they are just the default ones (for example for Office 2007 Blue) :
http://samples.infragistics.com/2009.2/WebFeatureBrowser/WebDropDown/WebDropDownStyles.aspx
Thanks,
Angel
I have set the StyleSetName to Office2007Blue and the hyperlinks still show up. I know the style is working since the control changes colors from the default. This is really frustrating trying to get this to work correctly.