Skip to main content
January 3, 2023
Question

custom id for grid row layout

  • January 3, 2023
  • 1 reply
  • 0 views

Hi,

when I try to store dictionary as a custom id in a grid row layout, the system throws 500, what can I do? 

1 reply

harshitb6843
January 3, 2023

Id has to be an integer value or at least a primitive type. Keep the ID as an incremental value and if you want to store the currently selected row, then you can do it in the save into by indexing the dictionary.