I know there is a Dy property on timelineview that is the minimal height of cells in pixels. However, I have a requirement to set the number of rows per page. Is there a way to do this using the Dy property and some fancy javascript code, or perhaps another way altogether to do this?
Hi,
you can manage number of rows on the client, if i understand you correctly.
Check this methods, you can access and update a list of timeline items as a JS array. So could implement some kind of paging if you need it
viewtopic.php?f=25&t=26799&p=84866&hilit=serverlist#p84866
Thanks, Aliaksandr.