Dear members,
i have 3 grids on 3 forms, but just one gridview is directly visible for the end user, because the other forms are on seperate monitors away from the pc users view.
What i want is, that a condtional rules that is defined for the main grid will be copied to the both others.
Is this supported and if not can i bind for example the rowbackcolor to a my.settings.value?
i have used
Dim obj = New ConditionalFormattingObject("MyCondition", ConditionTypes.Startswtih, "1 -", "", True)
obj.CellForeColor = Color.Red
obj.RowBackColor = my.settings.fcDIV1
Me.RadGridView1.Columns("Name").ConditionalFormattingObjectList.Add(obj)
but i have gotten a null reference exception.
Kind regards
Martin