File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1023,7 +1023,7 @@ function HotelBookApp() {
1023
1023
width = { '100%' }
1024
1024
dataSource = { [ printInfo . current ] }
1025
1025
allowTextWrap = { true }
1026
- beforePrint = { beforePrint } >
1026
+ beforePrint = { beforePrint } enableHover = { false } allowSelection = { false } >
1027
1027
< ColumnsDirective >
1028
1028
< ColumnDirective field = 'FirstName' headerText = 'First name' width = { 120 } />
1029
1029
< ColumnDirective field = 'LastName' headerText = 'Last name' width = { 120 } />
@@ -1034,7 +1034,7 @@ function HotelBookApp() {
1034
1034
< Inject services = { [ Print ] } />
1035
1035
</ GridComponent >
1036
1036
< div className = 'e-header-text e-light-blue-border-bottom e-print-info-separator' > Room Information</ div >
1037
- < GridComponent ref = { g => hotelInfoGrid . current = g } width = { '100%' } dataSource = { [ printInfo . current ] } allowTextWrap = { true } >
1037
+ < GridComponent ref = { g => hotelInfoGrid . current = g } width = { '100%' } dataSource = { [ printInfo . current ] } allowTextWrap = { true } enableHover = { false } allowSelection = { false } >
1038
1038
< ColumnsDirective >
1039
1039
< ColumnDirective field = 'HotelData.HotelName' headerText = 'Hotel name' width = { 120 } customAttributes = { { class : 'e-grid-hotel-name' } } />
1040
1040
< ColumnDirective field = 'HotelData.RoomName' headerText = 'Room name' width = { 120 } customAttributes = { { class : 'e-grid-room-name' } } />
@@ -1052,4 +1052,4 @@ function HotelBookApp() {
1052
1052
</ div >
1053
1053
) ;
1054
1054
}
1055
- export default HotelBookApp ;
1055
+ export default HotelBookApp ;
You can’t perform that action at this time.
0 commit comments