DJ
Davis Jebaraj
Syncfusion Team
December 12, 2002 10:01 PM UTC
Hi,
Thank you for using Syncfusion controls.
Please check if the ParentForm property of the AutoComplete component has been set in the code generated. If not try setting the ParentForm in the Form's load event :
this.autoComplete1.ParentForm = this;
I will also look into other possible problems and let you know.
Thank you for your patience.
Regards,
Davis
DF
Doug Finke
December 13, 2002 12:33 PM UTC
Thank you.
I took another approach. I created an XSD, generated a dataset, inherited it and bound that to the AutoComplete control and it works.
I will try setting the ParentForm.