Skip to main content


 

Symptoms


Lithium theme does not have the total number of pages available in a listview , even if we set SmartObject.RuntimeListViewRowCount to true.
Any workaround?
 

Diagnoses


customer resolved the issue on his own.
His last response was:
"
We found a soultion for this bug,you can find below the CSS (for LTR and RTL directions) to overcome this issue:

.grid-paging-control {width:120px !important}
.toolbar-button.paging-right {margin-left:80px !important}
.toolbar-button.paging-last {margin-left:80px !important}
.grid-paging-control-text{display:inline-block !important}
.grid-paging-control-text.current{float:left !important}
.grid-paging-control-text.total{float:none !important}

htmlmdir=rtl] .grid-paging-control {width:120px !important}
htmlmdir=rtl] .toolbar-button.paging-left {margin-left:80px !important}
htmlmdir=rtl] .toolbar-button.paging-first {margin-left:80px !important}
htmlmdir=rtl] .grid-paging-control-text{display:inline-block !important}
htmlmdir=rtl] .grid-paging-control-text.current{float:right !important}
htmlmdir=rtl] .grid-paging-control-text.total{float:none !important}
"
 

Resolution

The respected customer resolved the issue on his own.
His last response was:
"
We found a soultion for this bug,you can find below the CSS (for LTR and RTL directions) to overcome this issue:

.grid-paging-control {width:120px !important}
.toolbar-button.paging-right {margin-left:80px !important}
.toolbar-button.paging-last {margin-left:80px !important}
.grid-paging-control-text{display:inline-block !important}
.grid-paging-control-text.current{float:left !important}
.grid-paging-control-text.total{float:none !important}

htmltdir=rtl] .grid-paging-control {width:120px !important}
htmltdir=rtl] .toolbar-button.paging-left {margin-left:80px !important}
htmltdir=rtl] .toolbar-button.paging-first {margin-left:80px !important}
htmltdir=rtl] .grid-paging-control-text{display:inline-block !important}
htmltdir=rtl] .grid-paging-control-text.current{float:right !important}
htmltdir=rtl] .grid-paging-control-text.total{float:none !important}
"




 
Be the first to reply!

Reply