hi
when in inherit webdorpdown the CreateChildControls() not called, i place a break point in CreateChildControls() method, but break point is not hitting, it will work for asp.net native contorls
pls help me hout
Hi,
From your code it is not clear to me where exactly the control gets data bound. EnsureChildControls is called only if there is a data source assigned (either DataSourceID or a DataSource object, as it is in your case).
I am sure if you assign the DataSource property , in Page_Load for example, it will work fine.
Thanks,
Angel
Hi I am just starting to work with Infragistics after several years, for my project I need to subclass WebDropDown and like the previous person it doesn't appear like CreateChildControls ever gets fired.
Is this the case? Is there a work around? Please let me know as my evaluation period is very short.
Thanks.