
Observe: MS Sans Serif will not be applied to the new text entered.
Some times the Font name drop down also will not be changed to MS Sans Serif
2.)when clicked multiple times on Numbered list and Bullet List
Steps to reproduce:
Observe : Observe that the text is seen getting Indent in text editor on clicking Numbered and Bullet List buttons for multiple times.
PFA screenshot
Please give me a solution to fix these changes in my current version.(Do not want to upgrade now).
Please let me know if want any clarification/doubts in replicating the issue
.



The problem we are facing in this RadGrid Control is that rendering from Client Side is taking long time in the browsers especially in IE. The Client Side is taking more time to render in the grids than the Server Side code.
For example : We are rendering 4555 records and it takes morethan 25 seconds to load the controls.
Because, the control hasn't rendered the page completely.
Sharepoint Version: 14.0.6137.5000 Telerik version: 2013.2.611.35
Attached is a document which provides the benchmarks of browsers using Fiddler tool and a Wsp that has RadGrid Control and some sample records to replicate the issue in the SharePoint environment. Please download from the below link.
WSP: https://www.dropbox.com/s/1duip123w68zo83/PerformanceTest.zip
Document: https://www.dropbox.com/s/0w5etx4l2k2y6ri/Telerik%20Grid_Performance_SharePoint%202010.docx
for (int i = 0; i < evearray.Length; i++) { Appointment apt = new Appointment(evearray[i].EventId, evearray[i].EventStartDateTime, evearray[i].EventEndDateTime, evearray[i].EventName); date[i] = new Telerik.Web.UI.RadDate(evearray[i].EventStartDateTime); RadScheduler1.InsertAppointment(apt); }