or
Hi,
I added a read only BindingList as a DataSource to a grid view. AllowAdd, AllowEdit, AllowRemove are all set to false and IsReadOnly is set to true. But the grid view still allows the edit of cells and adding new rows. Is this by design or do I miss any configuration!? I know that the normal Windows Forms DataGridView evaluates these flags I and thought the Telerik grid view would do the same.
Regards
Martin
HslColor baseColor = HslColor.FromArgb(255, 56, 154, 254); |
currentTheme.AddColorBlend("BaseColor", baseColor); |
currentTheme.ThemeProperties["BaseColor"] = HslColor.FromArgb(255, 204, 102, 0); |
We use Telerik and a radLabel. Can anybody tell me how I change the borderstyle to fixed 3d. The current telerik radlabel can only set the border to single, fourinner and a third one. It does not give me the opportunity of using Fixed3d
How can this be achived.