File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -692,7 +692,7 @@ javaxt.dhtml.DataGrid = function(parent, config) {
692
692
table . disableScroll ( ) ;
693
693
} ;
694
694
695
-
695
+
696
696
//**************************************************************************
697
697
//** isScrollEnabled
698
698
//**************************************************************************
@@ -776,6 +776,7 @@ javaxt.dhtml.DataGrid = function(parent, config) {
776
776
table . clear ( ) ;
777
777
currPage = 1 ;
778
778
pageRequests = { } ;
779
+ if ( checkboxHeader ) checkboxHeader . uncheck ( ) ;
779
780
} ;
780
781
781
782
@@ -1189,6 +1190,8 @@ javaxt.dhtml.DataGrid = function(parent, config) {
1189
1190
checkbox . deselect ( ) ;
1190
1191
}
1191
1192
1193
+ me . onCheckbox ( row . record , checked , checkbox ) ;
1194
+
1192
1195
} ) ;
1193
1196
//me.onSelectionChange();
1194
1197
You can’t perform that action at this time.
0 commit comments