
I need to update the labels for all controls bounded to field in a form data source based on some conditions ; is there a way to update this label and the update will be reflected to all control bounded to this field or is there a way to get list of control bounded to this field to update their label?
Hi Maram,
Try to get the label of the field dynamically, change it according to your conditions.
Please check this blog if it is helpful.
https://robscode.onl/x-change-labels-of-form-controls-on-runtime-2/