Hi,
I was testing the RichTextEditor First Look in Demos and notice that it doesn't allow us to edit any parts of the document when the same document have specific parts of text locked for edition/change.
If I open the same document in Winword I can add or change text in others parts of the document that are not locked, without Word asking me the password or remove the "restrict editing" settings.
Is there any work around to overcome this issue in RichTextEditor?
PS: I don't want leave here any external links, but if you search for "how to lock specific text in word" in google you will see examples how to lock specific parts or sections of a winword document.

Hi, this should be an easy one, how can I fix that?
private void ContextMenuOpening(object sender, TreeBoxContextMenuOpeningEventArgs e) { //The below line doesn't work: //I need to reach the control to provide the contextmenu some "context" string myContext = (sender as Control).Name; cmMarkNullMenuItem.Tag = cmResetMenuItem.Tag = myContext; cmResetMenuItem.Enabled = EditorModel.PropertiesByName[myContext].IsChanged; }

A row break in a cell in RadGridView will result in incomplete display of cell data
As shown in the picture below, the top part of the header text cannot be displayed.
Hi,
I'm currently populating chat history when a forum opens. I want to have a button that clears the chat window and gets the latest conversation. I'm not finding a way to clear the message history however. If you happen to have some direction that would be great.
Thanks for the assistance in advance.
Hi,
I tried an update to 2019.1.117 (from 2018.3.1016) with the Upgrade Wizard and after the "Upgrade Wizard Information" I'll get an "Telerik VSExtensions Error"
Here the StackTrace:
System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
bei Telerik.WinControls.VSX.Wizards.UpgradeProjectWizard.GetShouldEnableHDPI()
bei Telerik.WinControls.VSX.Wizards.UpgradeProjectWizard.GetPropertyValue(String propertyName)
bei Telerik.VSX.WizardEngine.Controls.WizardControlBase.PopulateCollectedValues(IPropertyDataDictionary gatheredData)
bei Telerik.VSX.WizardFramework.Pages.DynamicPageController.GetData()
bei Telerik.WizardFramework.Wizard.GetCurrentPageData()
bei Telerik.WizardFramework.Wizard.UpdateNavigation()
bei Telerik.WizardFramework.Wizard.Page_StateChanged(Object sender, EventArgs e)
bei Telerik.WizardFramework.EventHelper.RaiseEvent(IEventRaiser eventRaiser, Object eventKey, EventArgs e)
bei Telerik.WizardFramework.ScenarioDriven.WizardPageController`1.OnStateChanged(EventArgs e)
bei Telerik.VSX.WizardFramework.Pages.DynamicPageController.Control_StateChanged(Object sender, EventArgs e)
bei Telerik.WizardEngine.Helpers.EventHelper.<>c__DisplayClass1_0.<RaiseEvent>b__0()
bei Telerik.WizardEngine.Helpers.EventHelper.CatchExceptionAndSendReport(Action action)
Does anyone got an idea what's missing?
Best regards,
BloodyFunFrog
Hi,
I have installed 2019.1.115.40 trial and I am testing RadGridView and trying to achieve require results using ColumnGroups view. From the documentation I have achieved the following.
ColumnGroupsViewDefinition view = new ColumnGroupsViewDefinition();
view.ColumnGroups[0].Rows.Add(new GridViewColumnGroupRow());
view.ColumnGroups[0].Rows[0].ColumnNames.Add("CompanyID");
I have learnt that the "CompanyID" should be same as of the Column-Heading of the data-table (data-source) provided to the grid.
My question is: Is it possible if I can change this "CompanyID" text after data has been loaded into the grid.
Or is there anything I can do, as with the datagridview, we use Name property for binding and Text property for display purpose.
Attached image might help.
Thanks
Regards,

Hi,
Is it possible to change the design of the progressbar in the GraphicalViewItem? I would like to make it a bit bigger and change the color.
thanks!
Sebastiaan