NetAdvantage for jquery SR Release Notes

Similar documents
NetAdvantage for jquery Release Notes

Ignite UI Release Notes

Ignite UI Release Notes

Ignite UI Release Notes

Ignite UI Release Notes

Ignite UI Release Notes

Ignite UI Release Notes

Ignite UI Release Notes

Ignite UI Release Notes

Ignite UI Release Notes

Ignite UI Service Release Notes

Ignite UI Release Notes

Ignite UI Release Notes

Ignite UI Release Notes

Ignite UI Release Notes

Ignite UI Release Notes

NetAdvantage for ASP.NET Release Notes

Ignite UI Release Notes

NetAdvantage for ASP.NET Release Notes

Ignite UI Release Notes

NetAdvantage for ASP.NET Release Notes

NetAdvantage for ASP.NET Release Notes

Infragistics ASP.NET Release Notes

NetAdvantage for ASP.NET Release Notes

Ignite UI Release Notes

NetAdvantage for ASP.NET Release Notes

Ignite UI Release Notes

Infragistics ASP.NET Release Notes

NetAdvantage for ASP.NET Release Notes

Infragistics ASP.NET Release Notes

NetAdvantage for ASP.NET Release Notes

Infragistics ASP.NET Release Notes

NetAdvantage for WPF 12.2 Service Release Notes May 2013

NetAdvantage for Silverlight Line of Business 11.1 Service Release Notes - May 2012

NetAdvantage for ASP.NET Release Notes

NetAdvantage for ASP.NET Release Notes

Infragistics ASP.NET Release Notes

NetAdvantage for Silverlight Line of Business 11.2 Service Release Notes - August 2012

NetAdvantage Reporting Release Notes

INFRAGISTICS WPF 15.2 Service Release Notes September 2016

Infragistics ASP.NET Release Notes

Jquery Manually Set Checkbox Checked Or Not

NetAdvantage for Silverlight Data Visualization 11.2 Service Release Notes - May 2012

INFRAGISTICS WPF 16.1 Service Release Notes December 2016

SPARK. User Manual Ver ITLAQ Technologies

NetAdvantage for WPF Line of Business 11.2 Service Release Notes August 2012

INFRAGISTICS WINDOWS FORMS 17.2 Volume Release Notes 2017

Road Map. For Essential Studio Volume 3

What s New Essential Studio User Interface Edition

All samples, demos, slides & recording will be available later today for download at blogs.infragistics.com

FIREFOX MENU REFERENCE This menu reference is available in a prettier format at

INFRAGISTICS WINDOWS FORMS 17.2 Service Release Notes July 2018

Table of Contents 1-4. User Guide 5. Getting Started 6. Report Portal 6. Creating Your First Report Previewing Reports 11-13

Web Development. With PHP. Web Development With PHP

Ignite UI Release Notes

Ignite UI Release Notes

Excel 2013 Getting Started

Road Map for Essential Studio 2010 Volume 1

Infragistics ASP.NET Release Notes

Infragistics Windows Forms 17.1 Service Release Notes October 2017

Kendo UI. Builder by Progress : Using Kendo UI Designer

NetAdvantage for WPF 14.1 Service Release Notes April 2014

NetAdvantage for WPF 13.1 Service Release Notes August 2013

Microsoft How to Series

Content Elements. Contents. Row

HTML5, CSS3, JQUERY SYLLABUS

NetAdvantage for WPF Data Visualization 11.1 Service Release Notes - May 2012

Infragistics Silverlight 13.2 Service Release Notes November 2013

PHP,HTML5, CSS3, JQUERY SYLLABUS

NetAdvantage for Silverlight Line of Business 11.2 Service Release Notes - May 2012

Table of Contents. Windows Interface Elements (Home Page) Contents. Select Chart... Elements

NetAdvantage for WPF 12.2 Service Release Notes January 2013

Microsoft Excel 2010 Part 2: Intermediate Excel

Virto SharePoint Forms Designer for Office 365. Installation and User Guide

Colleague UI4.3 Documentation

OZONE Widget Framework

NetAdvantage for WPF 12.2 Service Release Notes October 2013

Genesys Pulse. Known Issues and Recommendations

Cracked IntegralUI Studio for Web all pc software ]

NetAdvantage for Windows Forms Release Notes May: 11.1 Service Release (build 2111)

IBM DB2 Web Query for IBM i. Version 2 Release 2

NetAdvantage for Windows Forms Release Notes May: 11.2 Service Release (build 2074)

Report Designer Report Types Table Report Multi-Column Report Label Report Parameterized Report Cross-Tab Report Drill-Down Report Chart with Static

Manually Close Jquery Dialog Box Clicking Outside

Road Map for Essential Studio 2011 Volume 4

P a g e 1. Danish Technological Institute. Scripting and Web Languages Online Course k Scripting and Web Languages

SharePoint List Booster Features

USER GUIDE MADCAP FLARE Tables

What s New Essential Studio User Interface Edition, 2011 Volume 4

OpenForms360 Validation User Guide Notable Solutions Inc.

Introduction. Part I: jquery API 1. Chapter 1: Introduction to jquery 3

Use Table Styles to format an entire table. Format a table. What do you want to do? Hide All

Infragistics Windows Forms 16.2 Service Release Notes October 2017

NetAdvantage for WPF 13.1 Service Release Notes June 2013

Web AppBuilder for ArcGIS Dive Into Mobile Development. Yiwei Ma & Kevin Gao

Modern Requirements4TFS 2018 Release Notes

Adobe Dreamweaver CS6 Digital Classroom

Advanced Dreamweaver CS6

Introduction to Excel 2013

INFRAGISTICS Silverlight 14.2 Service Release Notes October 2014

Transcription:

NetAdvantage for jquery 2012.1 SR Release Notes Create the best Web experiences in browsers and devices with our user interface controls designed expressly for jquery, ASP.NET MVC, HTML 5 and CSS 3. You ll be building on a solid foundation of robust Web technology without the need for plug-ins or extensions.

Installation Downloading Download NetAdvantage for jquery 2012.1 SR here. Release Notes Component Product Impact Description igcombo (ASP.NET MVC Helper) igcombo throws error in IE8. Animation is broken for Scatter type series. Note: Animation using transitionduration had been broken for scatter type series, it has been fixed. Zooming-in, zooming-out and dragging around the visible area does not work with touch gestures in IE10. Improvement Note: The chart will now support touch gestures from IE10 The upper horizontal coordinate is not displayed in Google Chrome Exception is thrown in polar series when trendline is set or unknownvalueplotting = linearinterpolate igdialogwindow The doesn't initialize correctly inside igdialog window Breaking Change (Other) Grid doesn't render binding to XML string When there's a hidden column, the 's cellclick event reports the ui.columnkey input arg as if there are no hidden columns When using row template with more than one image only one of the images is rendered 2 of 5

When the grid is bound to an HTML table with a <THEAD> (with headers) and <TBODY>, the column headers aren't displayed. Note: The fix appends the grid's header row to the THEAD, but it will not remove any existing rows from that THEAD. Thus, the customer needs to remove the pre-grid rows in the THEAD. A suggested approach is to hook to the headersrendered event and remove those rows like so: headerrendered: function (evt, ui) { $(ui.table).find("th:not(.ui-iggrid-header)").parent().remove(); } After a 'destroy' of a feature, 'databind' throws a JavsScript error Wrong rendering of after filtering When the grid is placed inside a jquery UI dialog, almost all of the grid's drop-down UI elements are shown behind the dialog. Note: Now dropdowns for summaries and dialogs for advanced filtering, groupby, multiple sorting dialog are rendered properly. The checkbox is not rendered when column template is used in the grid. When the grid is rebound to remote data and there's a change to that data from a remote feature, the dates become incorrect by 1 hour Destroy is called before a feature is initialized When only columns have width, hiding a column makes the grid misaligned. When virtualization and hiding are enabled and there is initially hidden column, showing this column cuts the last column's header. When grid has row virtualization, resize line height is not correct Filtering.toggleFilterRowByFeatureChooser method doesn't update feature chooser labels. Filtering.Filter method does not update the UI even if updateui parameter is set to true 3 of 5

When the grid has width bigger than the screen and when you drag a column that was outside the initially visible area it appears smaller while you drag it to the drop area. When cell selection is in use and the user tries to edit a cell, the 3rd and each subsequent clicks on that cell cause the 's cellclick event handler to be fired incorrectly for the 1st cell of the row The 'databound' event fires twice when sorting a column When you hide a sorted column, then sort another one and show the hidden one, they both have sorting indicator. When showheader = FALSE for the, the column summary (methods) drop-downs are not shown upon clicking on the summary option chooser button Scroll position changes after editing when autocommit is true and column is grouped. Note: Vertical scroll is restored after updating. Incorrect value for primary key when adding a new row Calling the rollback API method will not work as expected and produces erroneous behavior Updating fails to raise end editing events when end editing was forced by external actions. When virtualization is enabled, clicking on the horizontal scrollbar does not scroll the grid in IE9 When continuous virtualization is used and triggered by scrolling the grid, the numbering of the row selectors' numbers becomes incorrect Misalignment after group by and hide when using continuous virtualization (ASP.NET MVC Helper) Enabling GroupBy feature throws error on IE8. ighierarchicalgrid When you cancel headerrendering event the Hierarchical Grid becomes flat. ighierarchicalgrid Scrolling a Hierarchical Grid's child layout with the vertical scrollbar activates mouse drag selection. iglistview Theming issue when changing the background color of the template after seeing the details about it and return back to the main page in IE9 iglistview Inset grouping with item template does not apply the corner css classes iglistview Sorting inset bottom css is not applied to bottom of group after load on demand when it loads 4 of 5

new group as first item iglistview If load-on-demand is before sorting in features, then grouping can render incorrectly Item templates with jquery mobile widgets get double enhanced. Note: This fix changes the definition of the iglistview (ASP.NET MVC Helper) Breaking Change (Other) ITemplateFeature interface. The method returns an object and accepts one more parameter in order to be able to generate script to grab the template html and make it a data attribute. iglistview (ASP.NET MVC Helper) Accessing a complex binding without setting properties causes list to show no data igrating (Mobile) igrating Mobile is not working when using jquery core 1.7.1 jquery Mobile Styles ios theme has!important set on toggle switch width A JavaScript error is thrown when the values of a grid's column are objects and templating is used to display those properties' values. Templating Engine Note: Now the templating engine correctly skips evaluating properties of null data items. However, whenever a property is not defined the grid populates temporarily a value of " " for rendering purposes, so in terms of a content template in order to determine if a prop is defined the following comparison needs to be made: {{if ${Column1}!== ' ' }} instead of {{if ${Column1} }} 5 of 5