After upgrading Kendo UI 2014 Q3 to Kendo UI 2014 Q3 SP1, I found a problem in my project, with visibility of TITLE of Navigation Bar.
Using inspector, I can see the next difference in the generated html code:
After update
<div class="km-view-title km-hide-title">
<span data-role="view-title">Title</span>
</div>
Before the update
<div class="km-view-title">
<span data-role="view-title">Title</span>
</div>
The problem is solved applying 'display:block' to 'km-view-title' class, but I am wondering if it's a bug of the new release or if I can set the title visibility using navigation bar settings.
I can't find in the documentation when 'km-hide-title' style is applied.
Thank you,
Ina
Using inspector, I can see the next difference in the generated html code:
After update
<div class="km-view-title km-hide-title">
<span data-role="view-title">Title</span>
</div>
Before the update
<div class="km-view-title">
<span data-role="view-title">Title</span>
</div>
The problem is solved applying 'display:block' to 'km-view-title' class, but I am wondering if it's a bug of the new release or if I can set the title visibility using navigation bar settings.
I can't find in the documentation when 'km-hide-title' style is applied.
Thank you,
Ina