#F181131
- Issue with "No Record Found text disappears while hovering the drag item on list box without drop" has been resolved.
#I447633
- An issue with the primary button styles of the e-icons in the ListView component has been resolved.
- Issue with Dragging the ListBox item when the end-user pressed the Escape key and the drag operation should be cancelled has been fixed.
#I452079
- Resolved detached elements memory leak issue in the ListView component.
#F168185
- The issue with "Sorting is not applied properly when entering different values in the text field of the ListView component" has been resolved.
#F167149
- The issue with "Multiple requests are made to the controller when using remote data source with template support in the ListView component" has been resolved.
- Sortable helper element issue resolved in List Box.
#I335874
- The issue with "The additional new element is added in the template element of the List components" has been resolved.
#F164730
- "While grouping is enabled, dynamic items are not added to the proper group field in the ListView component" issue has been resolved.#I325424
,#I329625
- The issue with "While enabling virtualization support, the ListView functional template is not working" has been resolved.#F166229
- The issue with "The ListView select event is not triggered when selecting items using the space key" has been resolved.
- Sortable drop event is not triggered while dropping to the "no record found" element.
- Sortable helper element issue resolved.
#309268
- Template content of ListView is not updated when updating the props date usinguseState
has been fixed.
-
#304129
,#304247
- The issue "ActionBegin event does not trigger before/after switching to new views in the nested ListView" has been fixed. -
#310143
- The script error with refreshItemHeight method in ListView component has been resolved.
-
#302538
- The issue with "The space key is not accepted in input text while using inside of Listview Template" has been fixed. -
#305040
-The template issue in ListView component when using AddItem method
has been resolved.
#291708
- Provided string and integer array support for data source property in ListBase.
#293803
- Provided hover support for ListView Virtualization.
- Provided support for rendering JsRender template in the ListView component.
#288456
- The issue whenclicking the header of the ListView component
has been resolved.
- Sortable helper element hide inside the sidebar issue resolved.
- The issue with
The closest undefined error throws in the IE 11 browser
has been resolved.
- Issue with
Remote data with Virtualization feature
has been fixed.
- #276068 Issue with
Angular's ngTemplate with Virtualization being enabled
has been fixed.
- #276068 Issue with
grouping of list-item in header
has been fixed.
- The issue with
enabling the virtualization support in ListView component that throws script error in IE 11 browser
has been resolved.
- Provided 'beforeDrop' event.
- Issue with Drag and Drop in Empty area of List Box has been fixed
- Issue with Drag and Drop has been fixed
- #251219 - The content security policy issue has been fixed.
- Issue of rendering a listview with new data in virtualization has been fixed.
- #230272 - Provided the support for adding new list view item without re-render the listview in virtualization mode.
- Issue with maintaining checked items in virtualization mode while checking the checkbox item directly has been fixed.
- Issue in enabling
virtualization
with empty data source has been fixed.
- Issue with single level element generation with fields mapping has been fixed.
-
Issue with duplicate entries on updating the data source while binding data using data manager has been fixed.
-
Now it is possible to perform key interactions with input list items displayed using custom templates.
-
Fixed multiple CSS class not added properly while using
template
property inUI Virtualization
. -
Fixed height calculation in
UI Virtualization
with sample level border inclusion.
- Fixed focus out event not triggered properly while interact
ListView
with keyboard navigation keys.
- Included
refreshItemHeight
public API to recalculate list item height inUI Virtualization
.
- Fixed issue with
imageUrl
property while using withtemplate
rendering.
-
Fixed remove selection of list items with
undefined
input usingselectItem
public method. -
Fixed custom
cssClass
not removed properly while usingdestroy
public method.
- Fixed issue with typings while using custom fields in removeItem
- Fixed
getSelectedItems
method returnsundefined
values for remote data.
- Fixed
selectMultipleItems
public method issue with emptydataSource
. - Fixed
removeMultipleItems
public method issue with customfields
mapping.
- Issue in
select
event arguments ofListView
template rendering fixed.
- Fixed
select
event returnsundefined
arguments while loading with numericdataSource
.
- UI-Virtualization implemented to render only viewable list items in a view port on loading large number of data.
- The following API namings are renamed.
Existing API Name | New API Name |
---|---|
unCheckAllItem | uncheckAllItems |
unCheckItem | uncheckItem |
checkAllItem | checkAllItems |
- Now
select
event will be triggered oncheckbox
interactions.
- Fixed
collapsible
icon alignment issue.
- Provided
checkbox
support forNestedList
.
- The issue, 'The list items sorted in ascending order by default when the grouping is enabled', has been fixed.
- Provided option to
findItem
from given list element.
- The
addItem
public method withoutFieldSettings
not properly working issue resolved.
boolean
data is not supported in list generation issue has been fixed.
- The
checklist
feature implemented, which is used to select multiple items in ListView.
- Tab key is not focusing
ListView
properly issue has been fixed.
data-value
not updated properly for array of string or number inputs bug fixed.
- Added typing file for ES5 global scripts
(dist/global/index.d.ts)
.
- Modified the module bundle file name for ES6 bundling.
SelectItem
method is not working with option which only have text field.- Complex
dataSource
binding support for ListViewfields
.
- Provided text binding support from complex
dataSource
.
- Empty
dataSource
not working properly on dynamic data issue fixed. removeItem
method properly handled for dynamicdataSource
.
- Upgraded TypeScript version to 2.6.2
ListView component represent data in interactive hierarchical structure interface across different layouts or views, which also has features of data-binding, template and grouping.
-
Data binding - Supports data binding to display the list of items from the local or server-side data source.
-
Grouping - Provides support to group the logically related items under a category.
-
Nested list - Displays a set of nested list items in different layout.
-
Customizing templates - Allows you to customize the list item, header and category group header.
-
Accessibility - Provides built-in accessibility support which helps to access all the ListView component features through the keyboard, on-screen readers, or other assistive technology devices.