You can use the many cell types in the FarPoint.Web.Spread.Extender assembly to provide controls that are available as ASP.NET AJAX extender controls. The extender controls enhance the client capabilities of other controls.
For more information about extender cell types, refer toWorking with ASP.NET AJAX Extender Cell Types.
The various cell types that use ASP.NET AJAX extender controls include:
- Setting an Automatic-Completion Cell
- Setting a Calendar Cell
- Setting a Filtered Text Cell
- Setting a Masked Edit Cell
- Setting a Mutually Exclusive Check Box Cell
- Setting a Numeric Spin Cell
- Setting a Rating Cell
- Setting a Slider Cell
- Setting a Slide Show Cell
- Setting a Text Box with Watermark Cell
Using the AJAX Extenders
- Add to the References, the AJAXControlToolkit.dll which you install originally by going to Microsoft ASP.NET AJAX Controls page and downloading the zip file with the AJAX Control extenders.
- The System.Web.Extensions.dll should be there by default.
- Add a Script Manager to the page. From the Toolbox, under the AJAX Extenders category select Script Manager and drag it to the ASPX page (Web Form) where you have the Spread component.