#I315811
- Collapse All with Virtualization enabled works fine when using less number of records
#F163555
- Updating datasource dynamically with Virtualization enabled works fine.#I324405
- Running Tree Grid application in production mode works fine.
#I317066
- Right-clicking on the bottom rows in the current view works fine with Virtualization.
#321468
- Updating datasource dynamically with column template and stacked header enabled works fine.
#318449
- Expand/Collapse works properly while using enableImmutableMode property with Remote Data.#320432
- Initial Filter with showColumnMenu works properly.#317928
- Rendering Grid and Tree Grid in the same page with Virtualization works fine.#315665, #318515, #320888
- Row Drag and Drop within treegrid and to another treegrid works fine.
#274416, #274607, #313192, #F159014
- Provided Infinite Scrolling support for Tree Grid which allows you to lazy load data when scroller reaches the near end.#280065
- Provided support to maintain Expand/Collapse state of Tree Grid while exporting the data.
#294082
- Provided Immutable Support to refresh specific rows while perform Tree Grid actions.#283491
- Provided error handling support to easily rectify errors in sample side.#298682
,#299561
- Added getVisibleRecords API to get the visible records based on collapsed rows state.
#F157882
- After editing the row usingupdateRow
method,getCurrentViewRecords
method updated properly.#F157882
- When editing with a double click, it works fine when we only have one record.#289600
- Records get expanded properly after collapsing all records usingcollapseAtLevel
method in observable binding.#F157099
- Virtualization with Aggregates works fine with large number of records.#296233
- Row Drag and Drop within treegrid works fine.#297986
- Row Drag and drop within treegrid works fine with checkbox enabled.#F158886
- Cell editing with frozen columns works fine.#299761
- Treegrid column width renders fine in Internet Explorer when Virtualization is enabled.#301861
- Tree Grid dataSource updated properly while using setCellValue method.#F159697
- Order of child records are displayed correctly after editing in remote data binding.292453
- Treegrid refresh method works fine after updating the data.
#F157258
-updateRow
method works fine for updating collapsed data.#292933
- checkbox rendered properly while using the template column.#289685
- Aggregate Column Formatting is working fine#288542
- The Expand / Collapse icon has been rendered properly while enabling expand state mapping and adding a new record.#287235
- While enabling expand state mapping the Expand / Collapse icon works fine at nested child levels.#285434
- Column SortComparer function works fine with null values for RemoteSaveAdaptor datasource.#284987
- Records rendered properly while using remote save adaptor in created event.#285434
- Column SortComparer function works fine with null values in datasource.#F155077
- Records rendered properly while using remote data with jQuery unobtrusive library.
#279109
- Checkbox checked properly for child records in remote data.#277364
,#279732
- Checkbox withallowRowDragAndDrop
property rendered properly after editing and cancelling in cell edit mode.#277364
- Checkbox withautoCheckHierarchy
property rendered properly after editing and cancelling in cell edit mode.#278266
- Edit typedropdownedit
is working properly in cell edit mode when enter key is pressed.#272026
-updateRow
method works fine for updating treegrid data source.#273309
- Editing the zeroth level added record works fine in Batch mode.#277361
- Auto generated columns work fine when two treegrids are rendered on the same page.
#258863
,#271677
- Expand & Collapse child rows support has been provided in Excel Export.- Columnchooser support has been provided that allows user to show or hide columns dynamically.
- Provided support for Editing with Virtualization feature.
- Now
data
,row
these Tree Grid selection event arguments are get array values only when we perform multi selection. Please find modified event arguments and it types from the below table,
Properties |
Type |
---|---|
data |
Object or Object[] |
rowIndex |
number |
rowIndexes |
number[] |
row |
Element or Element[] |
- AutoFill support has been provided that allows users to copy the data of selected cells and paste it to another cells by dragging.
- Default value of column's
disableHtmlEncode
is set to true, so the HTML tags can be displayed in the Grid header and content by default. To display it as html contentdisableHtmlEncode
need to be set as false.
- Checkbox selection support has been provided that allows users to select rows using checkbox.
- Checkbox Column support has been provided that allows users to check rows using checkbox in treegrid column.
- Change detection for properties
dataSource
andquery
were handled for remote data. - Edited records can be searched/filtered.
- Inner level records will be collapsed/expanded after filtering/searching actions.
Query
maintenance support provided forrefresh
method after expanding any child rows.- Property change support for
height
property has been provided. - Expand icon is prevented from displaying for the root/zeroth level record which has
hasChildMapping
field as false. - Child records of third level or its successor displays properly based on their hierarchy relation in self reference data binding.
Excel-Like Filtering
support is provided that allows users to create complex filter criteria for a column by allowing users to select possible filter values from a checkbox list. The advanced filter can be used to build complex filter criteria.
- Added events for the column menu feature and added
columnMenuItems
API to modify the column menu items in column menu. - Added
sortComparer
API to perform custom sorting in TreeGrid.
- Expanding and Collapsing records is working fine when
pageSizeMode
is set asAll
. expandAtLevel
,collapseAtLevel
,expandAll
andcollapseAll
methods are working fine whenpageSizeMode
is set asAll
.