File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
testassets/BasicTestApp/QuickGridTest Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ public void AdditionalAttributesApplied()
124
124
var classList = grid . GetAttribute ( "class" ) ? . Split ( " " ) ;
125
125
126
126
Assert . Equal ( "quick-grid" , idValue ) ;
127
- Assert . Equal ( "custom-style " , styleValue ) ;
127
+ Assert . Equal ( "color:red; " , styleValue ) ;
128
128
Assert . Contains ( "custom-class" , classList ) ;
129
129
}
130
130
}
Original file line number Diff line number Diff line change 3
3
<h3 >Sample QuickGrid Component</h3 >
4
4
5
5
<div id =" grid" >
6
- <QuickGrid Items =" @FilteredPeople" Pagination =" @pagination" id =" quick-grid" style =" custom-style " class =" custom-css" >
6
+ <QuickGrid Items =" @FilteredPeople" Pagination =" @pagination" id =" quick-grid" style =" color : red ; " class =" custom-css" >
7
7
<PropertyColumn Property =" @(p => p.PersonId)" Sortable =" true" />
8
8
<PropertyColumn Property =" @(p => p.firstName)" Sortable =" true" >
9
9
<ColumnOptions >
You can’t perform that action at this time.
0 commit comments