File tree 3 files changed +31
-0
lines changed
3 files changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,16 @@ All notable changes for each version of {ProductName} are documented on this pag
31
31
- ** All Grids**
32
32
- Allow applying initial filtering through ` FilteringExpressionsTree ` property
33
33
34
+ ### Bug Fixes
35
+
36
+ | Bug Number | Control | Description |
37
+ | ------------| ---------| ------------------|
38
+ | 25602| IgbDataGrid| Loading a layout with one of the date-specific filter operators results in a TypeError console error|
39
+ | 28480| IgbCombo| Undefined reference error is thrown when a datasource is replaced|
40
+ |32598|IgbDataGrid|Multiselection is not working correctly
41
+ | 36374| IgbInput| A previous value was bound when a form was submitted on any touch device|
42
+ |37214|General|Intermittent error in Blazor's WebCallback.Register()
43
+
34
44
## ** {PackageVerChanges-24-2-MAR}**
35
45
36
46
### {PackageGrids}
Original file line number Diff line number Diff line change @@ -31,6 +31,17 @@ All notable changes for each version of {ProductName} are documented on this pag
31
31
### Deprecations
32
32
33
33
- The ` clicked ` event of the ` Button ` is deprecated. Use the native ` onClick ` handler.
34
+
35
+ ### Bug Fixes
36
+
37
+ | Bug Number | Control | Description |
38
+ | ------------| ---------| ------------------|
39
+ | 25602| IgrDataGrid| Loading a layout with one of the date-specific filter operators results in a TypeError console error|
40
+ | 28480| IgrCombo| Undefined reference error is thrown when a datasource is replaced|
41
+ | 30319| IgrDataGrid| Records are sorted despite no value changed|
42
+ |32598|IgrDataGrid|Multiselection is not working correctly
43
+ | 36374| IgrInput| A previous value was bound when a form was submitted on any touch device|
44
+
34
45
## ** {PackageVerChanges-24-2-MAR1}**
35
46
36
47
### {PackageGrids}
Original file line number Diff line number Diff line change @@ -17,6 +17,16 @@ All notable changes for each version of {ProductName} are documented on this pag
17
17
- ** All Grids**
18
18
- Allow applying initial filtering through ` FilteringExpressionsTree ` property
19
19
20
+ ### Bug Fixes
21
+
22
+ | Bug Number | Control | Description |
23
+ | ------------| ---------| ------------------|
24
+ | 25602| IgcDataGrid| Loading a layout with one of the date-specific filter operators results in a TypeError console error|
25
+ | 28480| IgcCombo| Undefined reference error is thrown when a datasource is replaced|
26
+ | 30319| IgcDataGrid| Records are sorted despite no value changed|
27
+ |32598|IgcDataGrid|Multiselection is not working correctly
28
+ | 36374| IgcInput| A previous value was bound when a form was submitted on any touch device|
29
+
20
30
## ** {PackageVerChanges-24-2-FEB}**
21
31
22
32
### Enhancements
You can’t perform that action at this time.
0 commit comments