Hi,
We have used a Telerik RadGridView in our Windows Application.
On specific form user has a option to right mouse click and open conditional formatting
then user gets a popup window of Conditional Formatting Rules Manager.
In that Rules Manager window - we can see some properties under Format section such as CellBackColor and RowBackColor.
for these very particular options CellBackColor and RowBackColor we have set some standard color from code and want to keep it as a standard
thus want to prevent user to go and edit these properties and change the color to something else.
So is it possible to completely disable to edit/hide these options (CellBackColor and RowBackColor) from code, so end user could not change it ?
Please find attached image of Rules Manager.
We have used a Telerik RadGridView in our Windows Application.
On specific form user has a option to right mouse click and open conditional formatting
then user gets a popup window of Conditional Formatting Rules Manager.
In that Rules Manager window - we can see some properties under Format section such as CellBackColor and RowBackColor.
for these very particular options CellBackColor and RowBackColor we have set some standard color from code and want to keep it as a standard
thus want to prevent user to go and edit these properties and change the color to something else.
So is it possible to completely disable to edit/hide these options (CellBackColor and RowBackColor) from code, so end user could not change it ?
Please find attached image of Rules Manager.