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) {
692692 table . disableScroll ( ) ;
693693 } ;
694694
695-
695+
696696 //**************************************************************************
697697 //** isScrollEnabled
698698 //**************************************************************************
@@ -776,6 +776,7 @@ javaxt.dhtml.DataGrid = function(parent, config) {
776776 table . clear ( ) ;
777777 currPage = 1 ;
778778 pageRequests = { } ;
779+ if ( checkboxHeader ) checkboxHeader . uncheck ( ) ;
779780 } ;
780781
781782
@@ -1189,6 +1190,8 @@ javaxt.dhtml.DataGrid = function(parent, config) {
11891190 checkbox . deselect ( ) ;
11901191 }
11911192
1193+ me . onCheckbox ( row . record , checked , checkbox ) ;
1194+
11921195 } ) ;
11931196 //me.onSelectionChange();
11941197
You can’t perform that action at this time.
0 commit comments