Hi,
in my FormScript I need to set Grid Column property, but I don't know how can I access it.
When I am setting property for other component, it is easy, something like this:
ThisForm.Components["btRefresh"].Enabled = false;
But how can I do this for Grid Column? I can access Grid component itself, but how can I reach on Column?
ThisForm.Components["grid1_SITE"]…