Hi,I have a FeatureDataGrid that allow user to edit some attributes. All the functions are working properly. However, the background and foreground for the buttons at the bottom is not showing correctly.Here's my xaml code:
<esri:FeatureDataGrid x:Name="SoilEdit_FeatureDataGrid"
IsReadOnly="False"
/>
It is contained in a Telerik RadPane. I didn't set any foreground/background property for this FeatureDataGrid. The code behind simply set the data source: SoilEdit_FeatureDataGrid.Map = Map;
SoilEdit_FeatureDataGrid.GraphicsLayer = f_soil;
But, the text on buttons is very difficult to see as shown on the attachment. Is there any way to change the color for buttons?Also, I'd like to remove the "Zoom to Selection" and "Auto Zoom to Selected" function under "Options" button. Is there a way to customize it?