Hello,
Thank you for submitting your support request with Infragistics Developer Support. In regards to your inquiry, please take a look at the available WebDropDown samples found in our samples browser at the following link:
<http://samples.infragistics.com/2010.2/WebFeatureBrowser/Default.aspx>
The WebDropDown samples include examples demonstrating the ability to use Filtering & Autocomplete on both the Client and Server.
The WebDropDown is one of our Aikido controls, which have been available in our software since NetAdvantage 2008 Volume 1. The Aikido WebDropDown control in particular has been available in our control kit since NetAdvantage 2009 Volume 1.
Please see the following link to the "What's New Section" found in the Infragistics NetAdvantage ASP.NET Online Help:
<http://help.infragistics.com/NetAdvantage/ASPNET/Current/CLR4.0/?page=Web_Whats_New.html>
Go to the above link and expand the "What's New" listing found in the left-hand side content menu. Next expand the "Revision History" listing to view the new controls added for each new version of NetAdvantage software made available year by year.
The WebEditor Border Colors are styled using CSS. When an Aikido control is added to an application, you will be prompted to add the ig_res folder when switching from the Source mode of the Web Page to Design View. When the ig_res folder is added to the application, the default styles for the Aikido controls used in the application will be styled accordingly.
To view the CSS styles set for the Aikido controls, go to the ig_res folder in Solution Explorer and expand the ig_res and the Default folder to view the css stylesheets. Each of the Aikido controls using a css file are listed. If the WebTextEditor is embedded in WebDataGrid as an editor, then the .igg_EditCell CSS style for the WebDataGrid Cell Edit border will need to be removed or changed to reflect the border color you will like to display the Cell's border color as.
The following code example is the igg_EditCell taken from the ig_DataGrid.css file to demonstrate changing the WebDataGrid Cell's Border Color to Green when a Cell is in edit mode:
.igg_EditCell { border-color:Green; }
Another alternative to changing the Border Color or any of the other styles for an embedded EditorProvider in a WebDataGrid, is by first removing the igg_EditCell border-color for WebDataGrid in the ig_DataGrid.css filed and then setting the BorderColor property for the WebTextEditor in the Markup Code of the WebDataGrid as shown here: EditorControl-BorderColor="Red"/>
The igg_EditCell border-color will need to be either removed or changed as it will override the EditorControl-BorderColor setting. Please let me know if this information is helpful or if you require further assistance on this matter.
Thank you.Sincerely,Mike D.Developer Support EngineerInfragisticswww.infragistics.com/support