Telerik Forums
Kendo UI for jQuery Forum
1 answer
1.3K+ views

Hi,

i use a kedo grid without paging. All data-rows are shown in one page.

How can i show the footer with the number of rows and refresh-button.

The footer seems only to be visible when paging is enabled. When paging is not enabled the grid renders no footer.

Regards.

Jürgen

Alexander Valchev
Telerik team
 answered on 17 Jun 2015
1 answer
118 views

Hello there,

I am hoping you can help me with my little challange. I am trying to make scheduler select any event in the current view automatically after loading. Preferebly I would want it to select the event in the current date which would be today.

I have seen "Selecting Event programatically"  but it is not what i want. That one explains how to select an event assuming I know which event to select.

In my case I don't know the event so i just need the scheduler to select the event in the current view for me. it is also possible that there may not be any event on the current date. Also I haven't defined an id in my schema. I don't actually have an id which represent event rather I only have a string field. Is it possible to set the id to string field? I am specfying this just in case solution requires an id.

Thanks

 

 

 

 

Alexander Popov
Telerik team
 answered on 17 Jun 2015
3 answers
156 views
I have this code that loops through all row of the scheduler.
And about 1 in every 6 loops returns the same slot.
This has only been observed in ie11.

function scrollTo(calendar, time) {
    var scrollContainer = calendar.element.find(".k-scheduler-content");
    var table = scrollContainer.find(".k-scheduler-table")[0];
    var length = table.rows.length;
     
    for (var i = 0; i < length; i++) {
        var ri = table.rows[i];
        var slotTime = kendo.toString(calendar.slotByElement(ri).startDate, "h:mm tt");
 
        if (time == slotTime) {
            scrollContainer[0].scrollTop = ri.offsetTop
            return;
        }
    }
}
Rosen
Telerik team
 answered on 17 Jun 2015
1 answer
72 views

Can the order of the field list in PivotConfigurator be controlled?

For example can i sort them, so in different order to that as returned by SSAS ?

Thanks

Chris

Georgi Krustev
Telerik team
 answered on 17 Jun 2015
1 answer
85 views

Can the PivotConfigurator measures be indented by MeasureGroup  (ie as per the structure in SSAS), or by some other folder mechanism ?

This helps to group the measures in larger cubes / perspectives - as opposed to large list of flat measures

Thanks

Chris

Georgi Krustev
Telerik team
 answered on 17 Jun 2015
1 answer
124 views

Does pivot grid / pivot configurator support SSAS Enterprise Perspectives feature (or even a cube 'selector'), OR does this code / decision need to be effectively on the controlling page that then might set the cube data source property - to allow switching perspectives?

Thanks

Chris

Georgi Krustev
Telerik team
 answered on 17 Jun 2015
8 answers
409 views
i am unable to indent last node in treelist is their any possibility?
Dimo
Telerik team
 answered on 17 Jun 2015
1 answer
302 views

Hir, how can I alphabetically sort the values of a multi select with checkbox filter? I need this, because the filter may contain over 50 values, and if it is not sorted, it will take a long time for the user to find the values he wants... It seems that the filter is constructed as the unique values appears... Are there any solutions for this?

 

Thank you!

Alexander Popov
Telerik team
 answered on 17 Jun 2015
1 answer
151 views

When my transport update function executes the data is the old values, not the updated ones. Am I missing something obvious here? Working demo at: http://dojo.telerik.com/EFInu

The console debug message shows the current values, not the new values. I've attached a clip of it as well.

Rosen
Telerik team
 answered on 16 Jun 2015
2 answers
91 views

So how do I custom build the professional features. The github repo only has the core features. Please direct me to the information page or give me instructions. Thank you.

 Also, what the purpose of the telerik control panel? Am I missing something? All I see is are links to telerik.com.

Kiril Nikolov
Telerik team
 answered on 16 Jun 2015
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
Application
Map
Drag and Drop
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
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?