Is Gridlayout in Report Request Page Possible.

manisharma31manisharma31 Member Posts: 285
edited 2012-07-06 in NAV Three Tier
I am trying to set gridlayout in a request page in report, but looks the gridlayout only works in page only.
Has some one tried the gridlayout in request page in the report.
Regards,
Manish

Answers

  • TroelshTroelsh Member, Microsoft Employee Posts: 79
    Gridlayout is available in NAV2013 Beta.
    To show fields layout horizontally in a request page I added two Groups before the fields and indented those :

    { 2 ;2 ;Group ;
    GroupType=GridLayout;
    Layout=Rows }

    { 5 ;3 ;Group ;
    GroupType=Group;
    Layout=Columns }

    Troels Bent Hansen
    Senior Program Manager
    Microsoft Dynamics NAV


    ****** This posting is provided "AS IS" with no warranties, and confers no rights ******
  • manisharma31manisharma31 Member Posts: 285
    What ever i try but there is no change in the request page, attaching screen shot of request page & the design.
    Regards,
    Manish
  • manisharma31manisharma31 Member Posts: 285
    After refering the design of item card fast tab Reorder-Point Parameters, i was able to show the field horizontally.
    Acutally there needs to be 3 groups,

    1st Type Group & Subtype as group ,without layout property set to row or column.
    2nd Type Group & Subtype GridLayout ,with layout property set as row, and indented.
    3rd Type Group & Subtype as group,without layout property set to row or column and indented.

    Attaching the screen shot of the design and the request page preview.

    Sorry for the explanation if not understood ,insted ref screen shot.
    Regards,
    Manish
Sign In or Register to comment.