Hi Pradnya,
Thanks for the update.
Auto complete popup displayed with column data and a lot of blank space when making column as invisibleSetting visible property of a column to false will hide only the column data in the autocomplete popup and it will not hide the entire column. If you want to remove the column from the popup , please use the code snippet below.
[C#]
this.autoComplete1.Columns.Remove(autoCompleteDataColumnInfo1);
this.autoComplete1.Columns.Remove(autoCompleteDataColumnInfo2);
Preventing horizontal scrollbar from showing up unnecessarily in the list
We are glad to inform you that the issue has been fixed internally and the fix for this issue is available in our latest Syncfusion Essential Studio 2009.
Syncfusion Essential Studio 2009 Volume 1 final release is available for download.
Download link:
http://www.syncfusion.com/downloads/redirect.aspx?version=7.1.0.21&source=cache&file=syncfusionessentialstudiosetup [242MB]
Unlock key:
If your Essential Studio license is current, you will be able to obtain the key to install this version from your account in DirectTrac. Otherwise, please contact your Syncfusion Sales Representative or e-mail
[email protected].
This release contains several new features in addition to this fix .You can refer the new features in our website from the below provided link.
http://www.syncfusion.com/products/whatsnew/winwhatsnew.aspxPlease find the sample from the below location that demonstrates this.
http://websamples.syncfusion.com/samples/Tools.Windows/53715/main.htmPlease let me know if this helps you.
Regards,
Jaya