You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -52,60 +40,62 @@ export class AzureMapsGrid implements ComponentFramework.StandardControl<IInputs
52
40
* @param state A piece of data that persists in one session for a single user. Can be set at any point in a controls life cycle by calling 'setControlState' in the Mode interface.
53
41
* @param container If a control is marked control-type='standard', it will receive an empty div element within which it can render its content.
* Called when any value in the property bag has changed. This includes field values, data-sets, global values such as container height and width, offline status, control metadata values such as label, visible, etc.
72
65
* @param context The entire property bag available to control via Context Object; It contains values as set up by the customizer mapped to names defined in the manifest, as well as utility functions
Copy file name to clipboardExpand all lines: AzureMapsGrid/README.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,18 @@ Pushpin Color Field - Enter the Pushpin Color field schema name if available, th
62
62
63
63
Default Pushpin Color - Enter a hex value for the default color of the Pushpins(example: #ffffff). Otherwise the default Azure Maps color will be used. Also this default color will be overwritten with specific colors if the Pushpin Color Field is also utilized and that field contains data.
64
64
65
+
# Configuring for Subgrid Usage
66
+
67
+
To use the Azure Maps control within a subgrid:
68
+
69
+
1. Open the form in the Classic view (not the modern form designer).
70
+
2. Select the subgrid where you want to add the Azure Maps control.
71
+
3. In the subgrid properties, update the number of rows to your desired value.
72
+
4. Make sure to **uncheck** the "Auto expand to use available space" option. This ensures the map displays correctly and does not stretch unexpectedly.
Solution Packager overrides, un-comment to use: SolutionPackagerType (Managed, Unmanaged, Both)
21
18
Solution Localization Control, if you want to enabled localization of your solution, un-comment SolutionPackageEnableLocalization and set the value to true. - Requires use of -loc flag on Solution Clone or Sync
0 commit comments