Home Analyst Portal

More than 8 results in Request Offering (RO) in Service Request (SR)

Patrick_HammerPatrick_Hammer Member IT Monkey ✭

Default there are 8 rows in the request offering.

I'd like to increase the count. How can I achieve this?

Thanks

Answers

  • Konstantin_Slavin-BoKonstantin_Slavin-Bo Customer Ninja IT Monkey ✭✭✭✭

    I'm not sure I understand what you mean here. Could you provide a screen shot as example?

  • Patrick_HammerPatrick_Hammer Member IT Monkey ✭

    This is a SR Form in the Cireson Portal with a Query Result . In this case there are 18 lines displayed each page - how can this be changed?

  • Konstantin_Slavin-BoKonstantin_Slavin-Bo Customer Ninja IT Monkey ✭✭✭✭

    Ah, I see. You can set the number of lines per page by using the pageSize method on dataSource, i.e.:

    $('div[data-control="checkboxGridByCriteriaOld"]').data("kendoGrid").dataSource.pageSize(50)

Sign In or Register to comment.