as RichTextBox has a method like:
Point p = richTextBox1.GetPositionFromCharIndex(3);
What is the method for that in RadRichTextEditor?
I want to get position of particular index in RadRichTextEditor.
Thanks in advance
there any possibilities displaying the separate buttons ( and next) for date & year in control? Attached image for your reference. Please check & do the needful.
Thanks in advance.
Hi.
When we want add a message, we create an instance from ChatTextMessage class or ChatCardMessage class or ...
How can we access to these objects in RadChat1_ItemFormatting event? In fact I want too access to ChatTextMessage Object via TextMessageItemElement.
Thanks alot.
Hi,
How to remove the time format from the footer in . can you please help me to remove this.. thanks in advance
Hi,
I'm evaluating the library and as one of my first test I used a left docked collapsible panel , it works as expected except that the rest of the controls (inside a radPanel) are not adjusted when collapse/expand.
What I have to do for the rest of the controls to be repositioned when the collapsible panel change state?
Thanks,
Ignacio
I'm getting this build error every time I try to add a RadGridView to one of my forms, this issue seems to be appeared after changing the project's target framework from 3.5 to 4.5. Can you please help?
Assembly 'Telerik.WinControls.GridView, Version=2016.2.503.40, Culture=neutral, PublicKeyToken=5bb2a467cbec794e' uses 'Telerik.WinControls, Version=2016.2.503.40, Culture=neutral, PublicKeyToken=5bb2a467cbec794e' which has a higher version than referenced assembly 'Telerik.WinControls, Version=2016.2.503.20, Culture=neutral, PublicKeyToken=5bb2a467cbec794e' c:\Program Files (x86)\Telerik\UI for WinForms Q2 2016\Bin40\Telerik.WinControls.GridView.dll
In Radgrid view, the grid cell normally to show in format.string("{0:0.00%}") but when I click the cell the format should be removed and the cell value should change into Original value (value/100). Can you please suggest any property to my result? Attached image for your reference.
Thank you in advance