HI,
I have fixed first column as default Group Item in GroupByExpressions and user can sort data but can not delete this group but problem is i want to disable close image from this header only. Rest columns if user will group then he can delete those columns from group header.
FYK " I have tried
But it's shows/removes close button for all items of group panel.
For more information see the image in Attachment.
Thanks.........
I have fixed first column as default Group Item in GroupByExpressions and user can sort data but can not delete this group but problem is i want to disable close image from this header only. Rest columns if user will group then he can delete those columns from group header.
FYK " I have tried
If (expression.GroupByFields(0).FieldName = "EngNameWithID") Then radGrdEngagments.GroupingSettings.ShowUnGroupButton = FalseElse radGrdEngagments.GroupingSettings.ShowUnGroupButton = TrueEnd IfBut it's shows/removes close button for all items of group panel.
For more information see the image in Attachment.
Thanks.........