I am using npm to generate the folders inside my project. My goal is to include Kendo UI for jquery components and lunch the Telerik Grid. Bellow are my steps
Running npm inside the root of my project(.csproj)
install --save @progress/kendo-ui
A folder node_modules is generated by default with the npm command, a folder named @progress which I assume has all Telerik dependencies is created inside, as well as a jquery folder. Usually, if you do the same steps with nuget instead of this folder, you get on your package folder a jquery reference that supposed to be used by Telerik components, but all inside of the kendo folder. My questions are the following:
1- If I am using the Visual Studio for an Asp.net Core project, which should be the steps to include correctly the and styles used by .(In case of nuget, do I need to go to my nuget path C:\Users\MyUSer\.nuget\packages\kendouiprofessional\2018.2.530\content\Scripts\kendo\2018.2.530 and take the dependencies from there directly?) How can I run a tool like that installs on the same project all my -dependencies? If npm is the answer, then
2-the jquery folder generated by default has this version v3.3.1, is that the same version that grid component supposed to use, or any version of jquery should be fine for the grid? On the nuget package the version kendo. uses is v1.12.4
Thanks in advance
https://demos.telerik.com/kendo-ui/grid/editing
There seems to be an issue when batch editing in the Edge browser. The field reverts to it's previous value when the cell looses focus.
IE 11 browser stating icons are not visible before enabling untrusted font blocking feature in windows 10 link.
Issue: CSS3111: @font-face encountered unknown error.
Hello Folks,
I have used Parent-Child(Hierarchical) Kendo Grid in one of my project.
Grid contain Columns that are retrieved from database tables. Here retrieved values from the database are dynamic.
Means for 1st parent record there are 3 child columns(Type=A1) and for 2nd parent record there are 4 child(Type=A2) columns and so on.
Here data contain space, comma as well as special characters. Eg
Id | Type | Value
1 | A1 | Standard Reference
2 | A1 | D"
3 | A1 | Family Number
4 | A2 | Material
5 | A2 | Hardness
6 | A2 | Rs in ($)
7| A2 | Dim 7
When data binding occurs to the kendo grid then it is not binding to the kendo grid.And if i removed the space, comma & special characters binding works successfully.
Can you help me how to solve this type of problem?
Thank you.
In the template I want the 30 to be bold and blue. And the rest of template text not blue or bold.
labels: {
visible: true,
margin: {
left: 55
},
color: "#1246BB",
format: "{0}",
template: "#= value # \n <
b
>30</
b
>"
},
Hi,
Google maps can just display in the first tab, no other tabs, it only showed the icons but no content, as in the attached file.
I've tried different way, including put the function inside onSelect, none worked well.
Please help, thanks!
https://dojo.telerik.com/USucOMiL
At the moment when I click next to tooltip, it auto closes, how to disable that behaviour?
I want to make the second grid in the hierarchy inline editable but i don't want the button in the second grid toolbar but instead i want it in first grid last column. How do i achieve that
https://dojo.telerik.com/AhoTEJul/10