Ignite UI Release Notes

Similar documents
Ignite UI Release Notes

Ignite UI Release Notes

Ignite UI Release Notes

Ignite UI Release Notes

NetAdvantage for jquery SR Release Notes

NetAdvantage for jquery 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

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

NetAdvantage for ASP.NET Release Notes

NetAdvantage for ASP.NET Release Notes

NetAdvantage for ASP.NET Release Notes

NetAdvantage for ASP.NET Release Notes

NetAdvantage for ASP.NET Release Notes

NetAdvantage for ASP.NET Release Notes

NetAdvantage for ASP.NET Release Notes

Ignite UI Release Notes

NetAdvantage for ASP.NET Release Notes

NetAdvantage for WPF 12.2 Service Release Notes May 2013

Cracked IntegralUI Studio for Web all pc software ]

Infragistics ASP.NET Release Notes

Infragistics ASP.NET Release Notes

NetAdvantage for ASP.NET Release Notes

INFRAGISTICS Silverlight 15.2 Volume Release Notes 2015

Infragistics Windows Forms 16.2 Service Release Notes October 2017

edev Technologies integreat4tfs 2015 Update 2 Release Notes

What's New in Sitecore CMS 6.4

Infragistics ASP.NET Release Notes

Infragistics Windows Forms 17.1 Service Release Notes October 2017

NetAdvantage for WPF 14.1 Service Release Notes April 2014

OZONE Widget Framework

Archi - ArchiMate Modelling. What s New in Archi 4.x

Infragistics ASP.NET Release Notes

NetAdvantage for ASP.NET Release Notes

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

INFRAGISTICS WINDOWS FORMS 17.2 Volume Release Notes 2017

SkyVisualEditor Salesforce1 Support Guide

Kendo UI. Builder by Progress : Using Kendo UI Designer

Developing ASP.NET MVC 5 Web Applications. Course Outline

INFRAGISTICS WPF 15.2 Service Release Notes September 2016

SPARK. User Manual Ver ITLAQ Technologies

How to create a prototype

INFRAGISTICS Silverlight 14.2 Service Release Notes September 2015

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

INFRAGISTICS Silverlight 14.2 Service Release Notes October 2014

How to set up a local root folder and site structure

20486-Developing ASP.NET MVC 4 Web Applications

Infragistics ASP.NET Release Notes

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

Infragistics ASP.NET Release Notes

Developing ASP.NET MVC 5 Web Applications

Index. Bootstrap framework ASP.NET MVC project set-up, default template, 223

ASP.NET MVC Training

Road Map for Essential Studio 2011 Volume 2

Dreamweaver CS4. Introduction. References :

Infragistics Silverlight 13.2 Service Release Notes December 2014

Developing ASP.NET MVC 5 Web Applications

Developing ASP.Net MVC 4 Web Application

Road Map. For Essential Studio Volume 3

Using Adobe Contribute 4 A guide for new website authors

20486: Developing ASP.NET MVC 4 Web Applications

COURSE 20486B: DEVELOPING ASP.NET MVC 4 WEB APPLICATIONS

ver Wfl Adobe lif Sams Teach Yourself Betsy Bruce Robyn Ness SAMS 800 East 96th Street, Indianapolis, Indiana, USA WlM John Ray ^lg^

INFRAGISTICS WINDOWS FORMS 17.2 Service Release Notes July 2018

NetAdvantage for WPF 12.2 Service Release Notes October 2013

I, J, K. Eclipse, 156

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

20486 Developing ASP.NET MVC 5 Web Applications

Microsoft Developing ASP.NET MVC 4 Web Applications. Download Full Version :

UI Course HTML: (Html, CSS, JavaScript, JQuery, Bootstrap, AngularJS) Introduction. The World Wide Web (WWW) and history of HTML

FORMS. The Exciting World of Creating RSVPs and Gathering Information with Forms in ClickDimensions. Presented by: John Reamer

What s New Essential Studio User Interface Edition

Developing ASP.NET MVC 4 Web Applications

Release Date July 12 th 2013

HTML5, CSS3, JQUERY SYLLABUS

OU EDUCATE TRAINING MANUAL

SharePoint List Booster Features

Table Basics. The structure of an table

USER GUIDE PowerPhoto CRM

Infragistics Silverlight 14.1 Service Release Notes December 2014

INFS 2150 Introduction to Web Development

INFS 2150 Introduction to Web Development

Web Community Manager 2.18 Release Notes

Course 20486B: Developing ASP.NET MVC 4 Web Applications

Tutorial 5 Working with Tables and Columns. HTML and CSS 6 TH EDITION

Web Development. With PHP. Web Development With PHP

Developing ASP.NET MVC 4 Web Applications

Jquery Manually Set Checkbox Checked Or Not

Transcription:

Ignite UI 2013.1 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 Ignite UI 2013.1 SR here. Release Notes Component Product Impact Description igcombo igcombo.nulltext defined on initialization is not displayed when igcombo.selectedindex(-1) is called at runtime igdialogwindow Moving a modal dialog, closing and re-opening it will reset its position to 0,0. The problem was that the jqueryui method "position" has new syntax in jquery UI 1.9 and up. When igdialog is opened in Quirks Mode in Firefox, its position is not calculated correctly (even after this bug fix.) That's why always use <!doctype html>, otherwise in Firefox the $(window).height() will return 0. This leads to problems in jquery UI "position" method, which is used by igdialog for positioning. See more about this: http://stackoverflow.com/questions/12937494/why-does-firefox-return-0-as-the-value-ofwindow-height. If for some reason you don't want to use <!doctype html>, then the top offset of the igdialog should be preserved in a global variable and then reset after being set to 0. This is not recommended. 2 of 6

igdoughnutchart iggrid iggrid (ColumnHiding) The formatlabel function is not invoked for the igdougnutchart series and when a value is not returned an exception occurs In Internet Explorer 8 when the grid has 100% width, filtering is enabled and a column is hidden there is a blank space on the right of the grid. Column header misalignment when there are initially hidden columns under Android stock browser iggrid (ColumnMoving) When moving the last column to the left the new last column receives unnecessary padding iggrid (Filtering) iggrid (GroupBy) Date column preset filter nulltext is retained after the filter is cleared. Previously, preset filters: "This month", "Last month", "Next month", "This year", "Last year", "Next year" will keep their text when cleared, but the actual condition will be "On". This is now fixed and the filter hint will show the actual condition when the filter is cleared. Grouping and ungrouping when there is an unbound column causes the summaries of the unbound column to disappear in Firefox Rows are grouped incorrectly when applying and removing a filter if a filter is applied by default iggrid (GroupBy) through code iggrid (Paging) Page size drop down contents is cut from the right iggrid (Paging) Loading indicator does not disappear when changing page using keyboard navigation iggrid (Paging) Page index button does not work if you don't click on the text iggrid (Selection) After updating a row the object that iggridselection.activerow method returns does not contain the id property anymore. iggrid (Selection) When Selection with activation='false' and Updating features are enabled, updating row and changing selection to another row preserves the selection focus on the updated row 3 of 6

iggrid (Summaries) Summaries dialog appears over the summaries button in jquery 1.8.1 and later iggrid (Updating) iggrid (Updating) iggrid (Updating) The iggridupdating.startaddrowedit method is not forcing the 'Add New Row' row to enter edit mode when editmode= rowedittemplate. Resolved an issue preventing iggridupdating from opening a row edit template dialog for new rows through the public API. Updating a row in a grid with fixed virtualization and iggrid.autocommit=false throws commit exception When Selection and fixed virtualization are enabled and you enter edit mode, after selecting another row you can't enter edit mode anymore. When using continuous virtualization scrolling with the mouse wheel results in looping through a iggrid (Virtualization) subset of the rows in Chrome, Firefox, and Safari ighierarchicalgrid (Sorting) Unable to sort date column when format is "h:mm:ss tt" ighierarchicalgrid (Updating) The iggridupdating.updaterow causes expanded rows to collapse. Resolved an issue causing ighierarchicalgrid to break when updaterow API is called with a row ID not found in the data source. igsparkline Line is not rendered in Chrome when the page is zoomed in and displaytype="line" igtree The dropped node is replicated twice when dragged to another node when load on demand is enabled igtree Maximum call stack size exceeded error when starting to drag a node igtree An error is thrown when binding to a JavaScript object igvideoplayer Not all of the related videos are listed. Horizontal scrollbar of the related videos didn't work. igvideoplayer igvideoplayer doesn't display the close ad message 4 of 6

MVC Wrappers (Grid Updating) The GridUpdating Row Edit Template mode does not work properly in the MVC when grid column contain cascading combo boxes. To define a cascading combos in the GridUpdating.ColumnSettings use one of the following syntaxes:.editoroptions("id: 'combocity', datasource: '/Home/GetData2', parentcombo: 'combocategory', parentcombokey: 'CategoryName', textkey: 'ProductName', valuekey: 'ProductName'"); or.comboeditoroptions(ces => { ces.id("combocity").parentcombo("#combocategory").parentcombokey("categoryname").datasource("/home/getdata2").textkey("productname").valuekey("productname").allowcustomvalue(false); }); MVC Wrappers (Grid) GridModel.AutofitLastColumn property is string instead of bool. The GridModel.AutofitLastColumn property type was set to string and also Grid.AutofitLastColumn method accepted string parameter. This caused the AutofitLastColumn to be serialized as string and the iggrid widget didn't recognized it as a valid option. 5 of 6

MVC Wrappers (HierarchicalGrid) OData option is missing from the Grid's MVC wrapper. The GridModel.OData option is added. It serves for controlling if the hiearchical grid encodes all requests using OData conventions and the $expand syntax to the grid's MVC wrapper. Templating Engine Templating doesn't work with property names containing spaces 6 of 6