Hello,
I try to use different theme but never get a great result. Bu example.
_Layout.cshtml
<!-- Ajout pour Kendo ui -->
<
link
href
=
"~/lib/kendo-ui/styles/kendo.common-material.min.css"
rel
=
"stylesheet"
/>
<
link
href
=
"~/lib/kendo-ui/styles/kendo.dataviz.material.min.css"
rel
=
"stylesheet"
/>
nd see attachment for the bad result.
Can you tell me how to use correctly thoses files?
hank you.
Hello.
Congradulation for all of your very usuful products.
About Telerik UI for ASP.NET Core. It's use bootstrap 4? If not what is the roadmap for supporting bootstrap 4?
hank you
I have been quite frustrated trying to override the default styles for a grid. Currently the paging section is showing the top of a round circle in the page number of the footer paging section.
Also this grid is showing every other row color as blue.
There is nothing as far as styles that use blue at all in this project and I have inspected it in Chrome until I am blue in the face. (pardon the pun).
Can someone please provide the style declaration for the Kendo UI Grid (MVC) that would override this.
Please see attached.
Thanks
I have an issue where the Tabset does not appear to be using the main styles and/or JS that seems to be working in general for instance with the grids.
I am using ASP.NET Core 2.0 and for the life of me I cannot get this tabset to style to the default, silver or black themes.
See attached.
Thanks!
As a followup to the question linked below, how would I cause an error message to be displayed on the grid for a dependent column. In the question from yesterday I was able to see that a row was dirty, but need a particular column (Comments) to be required if the row has been modified. The question is how would I get the validation message to show up for the Comments field?
ColA ColB ColC Comments
If A,B,C is modified and the row becomes dirty, I would like the validation message to show up when the user clicks "Save Changes" on the toolbar if the Comments field is empty.
https://www.telerik.com/forums/grid-validation---dependent-on-another-column
I cannot get rid of the white space that is showing on the left edge of each panel bar header on this page. Please see attached.
Thank you!
Hello,
I am looking for a solution how to capture the kendo dropdown list value on the code behind class after postback? I am trying to set the value property binding to the Page model property but it's not working. Any recommedation would be appreciated.
<kendo-dropdownlist name="categories" for="@Model.Input.PermitCategoryList"
auto-width="true"
option-label="Select permit Category..."
class="form-control"
value="@Model.Input.PermitCategory"
bind-to="@(new SelectList(@Model.Input.PermitCategoryList,"Alias","Name"))"></kendo-dropdownlist>
I am having issues where the column headers are being truncated or displaying the column header text to far to the left. Also the data in the cells of the grid as well.
Please see attached screen shot.
Thanks!