In angular10, we use your Gantt
we want to modify Gantt’s dayHeaderTemplate In my own Customize Format Method。
but Google browser tell us my Customize Format Method was not defined.
How to solve this problem?
Is there a way to check if the click event on a node had the control key? Unlike the drag/drop events where you can get the original event, I cannot see the same with the select event...
Matt
Good day,
P.S. Please keep in mind that I am still very new to KendoUI.
Scenario : I have a KendoGrid with 4 columns , being used as a form of a Checklist, So I have 2 columns containing the question and its category , then 2 columns with a radio button group of answers , and a text field for notes (optional).
01.
columns: [
02.
{
03.
field:
"Category"
,
04.
title:
"Category"
,
05.
width:
"150px"
06.
},
07.
{
08.
field:
"Task_Description"
,
09.
title:
"Task Description"
,
10.
width:
"300px"
11.
},
12.
{
13.
field:
"User_Answer"
,
14.
title:
"User Answer"
,
15.
width:
"150px"
,
16.
template: templateFunction
17.
},
18.
{
19.
field:
"Item_Notes"
,
20.
title:
"Item Notes"
,
21.
template:
'# {# <input type="textbox" class="editableTextboxTemplate" onchange="SaveAndProgress(this);" /> #} #'
,
22.
width :
"250px"
23.
}],
Goal : I want to be able to auto save the row upon selection of a answer on the radio Button group, and If the user adds a note , Save that too. I feel like its worth mentioning ,that I would eventually like to have the entire grid with answers in JSON format which I can pass to my controller.
Problem : I cant seem to call a row an have the values which have been selected in the radio button group to be inside the JSON string , nor the text from the text box.
Log after populating : {Category: "Supporting Documentation: ", Task_Description: "Question ", User_Answer: null , Item_notes: null, Id: 1, …}
Is it possible to achieve my goal in a simpler way, and am I complicating the situation?
Thanks for your time.
I have a grid that has filtering enabled on each column. When I call AutoFitColumn(), the columns size correctly to accommodate the data, but some are too narrow to show the heading. I don't know if this is related to the fact that the filtering icon also displays in the column heading, or if the heading text is simply ignored altogether when doing the autofit.
The problem is obvious: Having a column named "Sca..." isn't as useful as having one named "Scanned Date" and this actually destroys the case for using AutoFitColumn in the first place.
Is there a decent workaround for this?
Dear colleagues.
I have 2 different kendo UI JS-configured grids - one is pure, other is compiled with webpack.
So the pure JS displays correct icons for column headers.
Webpacked JS -- wrong top-aligned icons.
What's wrong with webpacked one? The codes are similar.
Any clues of the issue? Please.
i want to display some menu items in a drawer.
The items comes from database.
is possible to put a treeview (or other objects) inside a Drawer ?
there is any example?
thanks.