Prev: a test posting
Next: Great thanks
From: APNSoft on 23 Sep 2010 08:23 APNSoft is pleased to announce the release of APNSoft DataGrid 3.2! APNSoft DataGrid is an ASP.NET server control with AJAX support to display data in a tabular format with options of choice, sorting and editing entries. DataGrid component has been designed in a way to reduce development time at the utmost and require no specific knowledge from developers. --------------------------------------------- New features: --------------------------------------------- 1. Compatibility with Google Chrome. APNSoft DataGrid now supports all popular browsers including Google Chrome. 2. New client-side methods. dg.FindSelectedRow(GridID); - finds the page where the selected row is located. Returns 'true' if the row was found, otherwise the function returns 'false'. dg.ClearCache(GridID); - deletes the cached pages of Grid. 3. Updated client-side methods. dg.InsertRow(CloseEditForm); - adds a record to the Grid. The Edit Form is not closed automatically if the CloseEditForm=false. dg.UpdateRow(CloseEditForm); - updates the current record. The Edit Form is not closed automatically if the CloseEditForm=false. 4. New properties. The MessageLoading specifies a message to be displayed when component loads records. The MessageNoRecords specifies a message to be displayed when there are no records in the data source. 5. New method SetTemplateActiveBlock(). This method is used to set a value for user-defined Active Block in the column template. Now column templates are more flexible. The program logic in templates can be changed by using external parameters. 6. ASP.NET 1.1 is not supported anymore. ASP.NET 1.1 is obsolete. New functionality can be added only by using features of ASP.NET 2.0 and above. It is important for performance, reliability, compatibility etc. Also, the statistics show that very few developers use ASP.NET 1.1. These circumstances force us to close support the ASP.NET 1.1 version. Please use DataGrid for ASP.NET 2.0 and above. Previous product versions will be available via support. 7. Fixed bugs. Fixed a bug with memory leaks in client-side script. The behavior of hovered row is fixed when new row is added. Panel with DataGrid does not generate error in Visual Studio Design Mode. Several minor bugs are fixed. 8. Code improvements. Now DataGrid more carefully controls system resources and gives the best performance results. --------------------------------------------- Links: --------------------------------------------- Product Page: http://www.aspnetdatagrid.com/ Downloads: http://www.apnsoft.com/Downloads/DataGrid/ Contacts: http://www.apnsoft.com/Contacts/ -- Andrei Lukas Head of Technical Services, APNSoft http://www.apnsoft.com
|
Pages: 1 Prev: a test posting Next: Great thanks |