Set Column Width

オフライン
Hi , In Aras, if we see user can set column width according to need and after save it shows same column width set be user. If i want to implement same thing for custom grid column, where i have to work on or how can i implement? Can you suggest any approach?
  • Hi Mily, The column widths and orders of the standard Aras grids are stored on the user's preferences which you can find under Administration > Preferences in the TOC. It might be possible to store the widths of your custom grid inside of these preferences as well. Could you let us know what kind of custom grid this is? (e.g. a Grid item or a custom form/html page) Chris
    Christopher Gillis Aras Labs Software Engineer
  • Hello, It's a custom grid loaded using java script  under Relationship tab . User preferences are set but it doesn't take modify of column width ,column reset to its original length.
  • Hi, We had created a custom grid in a relationship and we have given predefined column width. When user is changing width of column, it's not getting saved in preferences. It reverts back to predefined value after saving the instance. How I can capture updated width (value) of column in grid and update it to preference so that it works like other OOTB relationships? If there is any other approach to meet such kind of requirement, kindly let me know. Thanks in Advance