I have sfGrid control.I would like to know how to change "RowHeight" of grid row /grid header and grid toolbar based on Media Query in CSS
pls help.
it's my top most urgent
Is it possible to get reply today??
|
<style>
@@media (max-width: 640px) {
.e-grid .e-headercell, .e-grid .e-detailheadercell {
height: 18px;
}
.e-grid .e-rowcell {
line-height: 3px;
}
.e-grid .e-toolbar {
height: 15px !important;
min-height: 9px;
}
.e-grid .e-toolbar .e-toolbar-items .e-toolbar-item {
min-height: 5px;
}
.e-grid .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
line-height: 0px;
}
.e-grid .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
height: inherit;
}
.e-grid .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
line-height: 0px;
min-height: 0px;
}
.e-grid .e-toolbar .e-toolbar-items {
min-height: 0px;
height: inherit;
}
}
</style>
|
|
|
Thanks for support...
How to change height of "Footer" of grid (Summary Footer) and toolbar text font