I have a requirement to give the user the ability to add custom columns to a form (saved to database) and these fields must also be visible in a grid application. It seems as if the SC grid and form applications do not cater for this. Are there any suggestions how I can work around this limitation ?
I have a form where a user can define 10 custom fields. It requires that you pre-define these 10 fields, but set them invisible. By code I enable these.
Thanks for your reply, I suppose that is also a workaround for having to resync the table and database every time. Plausible Solution. I have opted to use a Kendo UI grid though.