This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Column adjustable functionality in web portal

Can we implement a flexible grid (column management) functionality, with the following options:

  • Possibility to drag and drop columns and move them from the right side to any other place;
  • Possibility to add columns before the “Justification” column in the violations grid;
  • Possibility to remove default columns from the grid;

 When I use Database(automatic load ) as Data Source to load the Grid:

  • Additional Columns Options can be viewed.
  • But here I have to reload the grid based on the decision taken from the combobox as shown above. Which is not getting changed when I choose the decision

Moreover, When I use Collection as Data Source to load the Grid then Additional Columns functionality disappears

  • Trying to display a grid with the ability for end users to select additional columns. This seems to work fine when using Database load, however is it possible to get this to work using Collection load instead? Also, when adding additional columns, is it possible to control the order in which the columns are added (e.g. before or after a certain column). Finally, is it possible to re-order columns displayed on a grid by drag-and-drop or even to remove columns shown on a grid?