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.
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 :
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.
Answers
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 ******
Manish
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.
Manish