Autodesk Vault
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Vault Web Client
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
We use the Vault web client for staff that only need to view and print drawings.
The page length is limited to 25 rows with more pages to display files in batches of 25.
Can I increase the page length to more than 25?
If I can, is there a maximum number of rows I can go to?
Increasing the number of rows per page will help win user acceptance of this way of accessing files.
Re: Vault Web Client
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
This setting is not able to be changed in current release. But thanks for your good suggestion, and I will send the reqirement to our PD team.
-Frank
Re: Vault Web Client
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Oh pity, I was hoping someone could point me in the direction of where in the HTML code I could tweak a value to change the 25 row page limit. (I couldn't find anything obvious on me first examination)
Currently the fact that 'pages' are displayed rather than a continuous list (as in Vault) is being used as a reason why it's regarded as 'unusable' by certain areas within the company.
Re: Vault Web Client
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
According to the Janus.Web.GridEX v3.xml -
<member name="P:Janus.Web.GridEX.GridEXPageNavigatorSettin
<summary>
Gets or sets a value indicating the number of rows to display per page.
</summary>
</member>
Would this enable the rows per page to be modified???
(This 'rows per page' is a real hot potato at work!!)
Re: Vault Web Client
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hello, petercharles! I'm the developer of Vault Web Client.
I'm sorry to tell you that you're not able to modify the page size.
For now, the PageSize property you found in Janus.Web.GridEX v3.xml is assigned to be 25 by force in code behind. We can change it to be configurable if a requirement is raised.
Re: Vault Web Client
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
For now, the PageSize property you found in Janus.Web.GridEX v3.xml is assigned to be 25 by force in code behind. We can change it to be configurable if a requirement is raised.
Well, the requirement is now raised ![]()
Any timescale for this trivial modification?
Would appreciate being able to set the number of rows per page ourselves (through the xml ?) rather than preset options.
Re: Vault Web Client
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
P.S.
Would be happy to act as a beta tester for a new version
Peter
Re: Vault Web Client
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Crisco,
Any news on an updated version.........
Got to do a report for the boss ![]()
Peter
Re: Vault Web Client
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
We will try to make the change as soon as possible. Please stay tuned. The setting probably would be in web.config, looks like:
<appSettings>
...
<add key="PageSize" value="25" />
...
</appSettings>
Re: Vault Web Client
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Thank you for the quick reply. Something positive to add into my report
![]()


