Telerik Forums
Kendo UI for jQuery Forum
0 answers
146 views

In versions prior to 2021 SP2, multi-day events appeared in the AllDay area. I see that is no longer the case. How do I get back to this behavior which is the one I want, because it allows me to separate the long events from the short ones?

With several events in a day, I no longer see the text on each of them (see image).

 

Bridge24
Top achievements
Rank 1
Iron
Iron
 updated question on 13 Aug 2021
1 answer
1.4K+ views

Hope I picked the right forum section.. 

we maintain and program a rather large app using kendo ui and jquery based around c# code..

For a certain task I need to unselect some rows from the selection the user has done previously. But a google search only delivers results on "select grid row programmatically"
The grid in question allows multi-select of entire rows. How can I unselect certain rows based on the content of certain data-fields within said rows? 

Thanks in advance

Patrick | Technical Support Engineer, Senior
Telerik team
 answered on 13 Aug 2021
1 answer
316 views

Is there a way to know how many labels will be rendered for an axis? How about the minimum and maximum values of the labels? I'm trying to implement a shortLabels template function and knowing those values would make it much simpler. Right now I've got a hacky way of doing it based on experimentation, but I just came across another set of values that messed it up. If I knew those values starting out, it wouldn't be such a hack.

As an example, attached is picture of three charts, each rendered with a different number of axis labels.

Nikolay
Telerik team
 answered on 12 Aug 2021
4 answers
626 views
Is there a way to create a 24 hour event that is not treated as "All Day"?  Currently I have the all day slot hidden and when an event is created that is 24 hours or greater it disappears (as it goes to the hidden all day slot).  

I've trapped the event in the save and allDay is set to false so I'm guessing this is something that happens once the data gets into the scheduler.  Is there a way to disable this behavior? 

Thanks,
Jared
Ramesh
Top achievements
Rank 1
Veteran
Iron
 answered on 11 Aug 2021
1 answer
140 views
I combined two demos in an attempt to show that the CheckAll of a check box group does not set the bound values array. I know this control is new, so is this something that will be fixed in a future release? Do you have a workaround for now?
Neli
Telerik team
 answered on 11 Aug 2021
2 answers
194 views

Hi, 

When I was editing some formula cell and click the scroll bar, the cell will loose its focus, And prompt "Error in formula". But I don't want this because I haven't finished editing yet。I want to get rid of auto save and save only by pressing enter

Thanks! 

Regards,

Shen

 

james
Top achievements
Rank 1
Iron
 answered on 10 Aug 2021
7 answers
1.9K+ views

I would really like to know how one can go about causing the multi select filter items in the kendoFilterMultiCheck dropdown list to refresh when the list is opened up after the datasource has been read again. I've had a look at the suggestions here:

https://www.telerik.com/forums/refresh-multi-checkbox-filter-options-when-grid-is-filtered

However, I don't want to use the serDataSource method because that triggers a re-rendering of the grid.

I don't want to create data sources for each colum that needs to be filtered as this is going to be too heavy on processing.

I don't want to use a data source and assign it to both the grid and the filterable data source as it alters the list of items in the dropdown when filtering is applied

There's a behavior that I was hoping to mimic programatically and that is the following:

The dropdown list is rendered correctly the first time it is clicked based on the state of the underlying grid's data source. If you've rendered the grid 5 times changing the datasource each time and then only click on the filter menu item, the list shows the latest data source's valid values.

If I re-read the datasource, how can I set the state of the filter item so that it is seen as the first time it is opened again?

I would really appreciate some help with this.

 

 

 

 

 

 

Dmitry
Top achievements
Rank 1
Iron
 answered on 09 Aug 2021
6 answers
867 views

Hi all,

I want to separate file when i select multiple file at same time with synchronous mode?

And I use synchronous mode, drap drop file not working in IE?

 

Thanks for reply

Ewelina
Top achievements
Rank 1
Iron
 answered on 08 Aug 2021
1 answer
494 views

Hi. We're having a little issue with the Kendo DateTime picker in Firefox. If you put the DateTime picker somewhere on a page where you have to scroll down to see it and then you choose a date a couple of times from the dropdown, the page will scroll to the top of the page. Only happens in Firefox.

You can see it here: https://dojo.telerik.com/IvobAtIk

Thanks

Nikolay
Telerik team
 answered on 06 Aug 2021
0 answers
1.4K+ views

Hi,

 

I am getting an error on the pie chart. I am simply using  array to set the datasource:

Here's the code:

$("#chartSales").kendoChart({
                chartArea: {
                    height: 400
                },
                legend: { position: "bottom" },
                title: { text: '<%=GetLocalResourceString("lbl_Sales")%>', font: "26px Arial,Helvetica,sans-serif" },
                seriesClick: onSeriesClick,
                dataSource: {
                    data: seriesArraySales
                },
                seriesDefaults: {
                    type: 'pie',
                    labels: {
                        visible: false
                    },
                    autoFit: true,
                    pie: { color: "red" }
},

                series: [{ categoryField: "name", field: "amount"}],
                seriesColors: ["#03a9f4", "#ff9800", "#fad84a", "#4caf50", "#003f5c", "#58508d", "#bc5090", "#ff6361", "#ffa600", "#488f31", "#83af70", "#bad0af", "#f0b8b8", "#9fb494", "#c6c6c6"],
                tooltip: {
                    visible: true,
                    template: "${ category } - ${ value }"
},
                dataBound: function (e) {
                    var view = e.sender.dataSource.view();
                    $(".overlay").toggle(view.length === 0);
                }
            });

 

Can someone please help.

using libraries : jquery-ui-1.9.1.custom.min.js

jquery.ui.widget.js

jquery.min.js

jquery.min.js

Thanks!

Nav

Navdeep
Top achievements
Rank 1
 asked on 06 Aug 2021
Narrow your results
Selected tags
Tags
Grid
General Discussions
Charts
Data Source
Scheduler
DropDownList
TreeView
MVVM
Editor
Window
DatePicker
Spreadsheet
Upload
ListView (Mobile)
ComboBox
TabStrip
MultiSelect
AutoComplete
ListView
Menu
Templates
Gantt
Validation
TreeList
Diagram
NumericTextBox
Splitter
PanelBar
Drag and Drop
Application
Map
ToolTip
Calendar
PivotGrid
ScrollView (Mobile)
Toolbar
TabStrip (Mobile)
Slider
Button (Mobile)
Filter
SPA
Drawing API
Drawer (Mobile)
Globalization
LinearGauge
Sortable
ModalView
Hierarchical Data Source
Button
FileManager
MaskedTextBox
View
Form
NavBar
Notification
Switch (Mobile)
SplitView
ListBox
DropDownTree
PDFViewer
Sparkline
ActionSheet
TileLayout
PopOver (Mobile)
TreeMap
ButtonGroup
ColorPicker
Pager
Styling
Chat
MultiColumnComboBox
Dialog
DateRangePicker
Checkbox
Timeline
Drawer
DateInput
ProgressBar
MediaPlayer
ImageEditor
TextBox
OrgChart
Accessibility
Effects
PivotGridV2
Licensing
ScrollView
Switch
TextArea
BulletChart
QRCode
ResponsivePanel
Wizard
CheckBoxGroup
Localization
Barcode
Breadcrumb
Collapsible
MultiViewCalendar
Touch
RadioButton
Stepper
Card
ExpansionPanel
Rating
RadioGroup
Badge
Captcha
Heatmap
AppBar
Loader
Security
TaskBoard
Popover
DockManager
TimePicker
FloatingActionButton
CircularGauge
ColorGradient
ColorPalette
DropDownButton
TimeDurationPicker
ToggleButton
BottomNavigation
Ripple
SkeletonContainer
Avatar
Circular ProgressBar
FlatColorPicker
SplitButton
Signature
Chip
ChipList
VS Code Extension
AIPrompt
PropertyGrid
Sankey
Chart Wizard
OTP Input
SpeechToTextButton
InlineAIPrompt
StockChart
ContextMenu
DateTimePicker
RadialGauge
ArcGauge
AICodingAssistant
SmartPasteButton
PromptBox
SegmentedControl
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?