• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    Autodesk Vault

    Reply
    Distinguished Contributor
    Posts: 1,101
    Registered: ‎09-22-2005

    Vault Web Client

    1515 Views, 18 Replies
    08-13-2010 03:25 AM

    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.

    Please use plain text.
    Employee
    Posts: 57
    Registered: ‎07-30-2008

    Re: Vault Web Client

    08-15-2010 07:06 PM in reply to: petercharles

    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

    Vault 2013 Wiki help is ALIVE !
    Please use plain text.
    Distinguished Contributor
    Posts: 1,101
    Registered: ‎09-22-2005

    Re: Vault Web Client

    08-16-2010 11:08 AM in reply to: petercharles

    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.

    Please use plain text.
    Distinguished Contributor
    Posts: 1,101
    Registered: ‎09-22-2005

    Re: Vault Web Client

    08-17-2010 12:57 AM in reply to: petercharles

    According to the Janus.Web.GridEX v3.xml -

     

    <member name="P:Janus.Web.GridEX.GridEXPageNavigatorSettings.PageSize">
                <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!!)

    Please use plain text.
    Employee
    Posts: 20
    Registered: ‎04-14-2009

    Re: Vault Web Client

    08-17-2010 02:10 AM in reply to: petercharles

    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.

    Please use plain text.
    Distinguished Contributor
    Posts: 1,101
    Registered: ‎09-22-2005

    Re: Vault Web Client

    08-17-2010 03:55 AM in reply to: crisco_wu

    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  :smileyhappy:

     

    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.

    Please use plain text.
    Distinguished Contributor
    Posts: 1,101
    Registered: ‎09-22-2005

    Re: Vault Web Client

    08-17-2010 02:28 PM in reply to: petercharles

    P.S.

    Would be happy to act as a beta tester for a new version

     

    Peter

    Please use plain text.
    Distinguished Contributor
    Posts: 1,101
    Registered: ‎09-22-2005

    Re: Vault Web Client

    08-26-2010 04:42 AM in reply to: petercharles

    Crisco,

     

    Any news on an updated version.........

    Got to do a report for the boss :smileysad:

     

    Peter

    Please use plain text.
    Employee
    Posts: 20
    Registered: ‎04-14-2009

    Re: Vault Web Client

    08-26-2010 04:57 AM in reply to: petercharles

    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>

    Please use plain text.
    Distinguished Contributor
    Posts: 1,101
    Registered: ‎09-22-2005

    Re: Vault Web Client

    08-26-2010 05:00 AM in reply to: petercharles

    Thank you for the quick reply.  Something positive to add into my report  :smileyhappy:  :smileyhappy:

    Please use plain text.