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
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
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; } }}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
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
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

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!
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.
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.