Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
I upgraded my application to 2024.4.1112 and now my fonts are small and some of my buttons are left justified instead of right justified.
I am including before and after pictures.
Can someone assist with this issue?
Thanks.
Hi Trena,
This is most probably related to the migration of the Themes from Less to Sass. A detailed explanation is available here:https://www.telerik.com/forums/icons-in-menu-not-visible-in-latest-library-2024-q4
Can you check this answer and contact me further for the next steps?
Regards, Eyup Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.
Hi Eyup,
I was able to correct the font size however, the button is still pulling to the left. It should be right justified.
Here is the code:
<style> .addnew_wrap { float:right } html { font-size: 14px; } </style> <section class="main_cnt"> <div class="container-fluid"> <div class="grid_list clearfix"> <div class="row clearfix"> <div class="col-md-12 main_rgt"> <div class="panel"> <div class="row"> <div class="col-md-12"> @Html.Partial("~/Views/Navigation/_CommonTabStrip.cshtml") <div class="panel"> @if (TempData["SuccessMessage"] != null) { <div class="alert alert-success text-center"> <b> @TempData["SuccessMessage"].ToString() </b> </div> } <div id="grid" data-role="grid" class="k-grid k-widget"> <div class="k-grouping-header list_header clearfix" data-role="droptarget"> <div class="pull-left"> <b style="font-size:15px;">Participant List</b> </div> <div class="addnew_wrap"> @Html.ActionLink("Add New Participant", "Create", new { controller = "Participants" }, new { @class = "k-button k-primary addnew" }) </div> </div>
I didn't add all of the code just the top part.
I am reattaching the picture.
Another issue I am having is deploying the application. Are any hosting bundles needed in order to deploy the upgraded application? I have tried deploying the application to our test web server however, I am getting an internal server error.
Thanks,
Trena