Page 1 of 1

Jiwa Grid Add Column at Specific location

PostPosted: Mon Mar 22, 2021 8:07 am
by SBarnes
Is it possible to add a column to an existing Jiwa Grid but make sure that it is placed beside an existing column, in this case I am trying to add a second lookup button beside the part number lookup button in the sales order lines grid?

Re: Jiwa Grid Add Column at Specific location  Topic is solved

PostPosted: Mon Mar 22, 2021 11:52 am
by Mike.Sheen
SBarnes wrote:Is it possible to add a column to an existing Jiwa Grid but make sure that it is placed beside an existing column, in this case I am trying to add a second lookup button beside the part number lookup button in the sales order lines grid?


Not in one step - you can add it and then use the .ActiveSheet.MoveColumn method to move a column.

Re: Jiwa Grid Add Column at Specific location

PostPosted: Mon Mar 22, 2021 11:59 am
by SBarnes
Thanks