I
added different tools to the Kendo Editor toolbar (bold, italics, dropdown
lists etc.,).
In the highlighted code snippet attached, I have created a Font Name and Font Size drop down lists by passing values using ‘Model.ItmConfigForSection.ItemFontListddl’ list.
But I could see default values as ‘Inherited font’ and ‘Inherited size’ below, instead of the original values(‘Arial’ & ‘20’).
I did some research and found that this is the default behavior of kendo and cannot be changed. Is there a way to get rid of this text and see the actual value there?
In the highlighted code snippet attached, I have created a Font Name and Font Size drop down lists by passing values using ‘Model.ItmConfigForSection.ItemFontListddl’ list.
But I could see default values as ‘Inherited font’ and ‘Inherited size’ below, instead of the original values(‘Arial’ & ‘20’).
I did some research and found that this is the default behavior of kendo and cannot be changed. Is there a way to get rid of this text and see the actual value there?