Telerik Forums
Kendo UI for jQuery Forum
5 answers
392 views

Hello,

 

How to expand all columns after databound pivot grid?

 

I need that when the pivot Grid finish to load, the user can the grid with all columns expand automatically.

 

Thanks.

Georgi Krustev
Telerik team
 answered on 12 Oct 2015
2 answers
337 views

Hi

We are programatically configuring an odata datasource. We setup filters, group and sort and columns.

The datasource appears to be issueing two reads during this process.

 

The code is something like:

ds.filter(filter);

ds.group(group);

ds.sort(sort);

At no point are we explicitly calling ds.read() but the above statements trigger 2 consecutive reads, the first of which is triggered on the ds.filter(filter) and serves no purpose at all. 

We would like to prevent the reads until the datasource has been fully configured.

Is this possible to disable the first read and control reads explicitly?

 

Thanks, 

Sune

Sune
Top achievements
Rank 1
 answered on 12 Oct 2015
1 answer
81 views

Hi,

 Is there any default function to mark an event as completed in Kendo Scheduler.

If not, Can you please help me with the process of marking an event as Read and changing the color of the event.

 

Thanks in Advance..

Alexander Popov
Telerik team
 answered on 12 Oct 2015
2 answers
140 views
Stacked Grouped Chart : divide chart in two part on half yearly basis, a line shouls be used to divide the chart. attaching screen shot.
Eduardo Serra
Telerik team
 answered on 09 Oct 2015
8 answers
1.8K+ views
Hello everyone,

I'm new to Kendo UI and ASP.Net.
After my grid does a read, the groups tab/row keeps collapsing even when I collapsed them. I want to preserve my collapse every time the grid does a read.

So this is my model set up

@(Html.Kendo().Grid(Model)
    .Name("grid")
    .Columns(columns =>
    {
        foreach (System.Data.DataColumn column in Model.Columns)
        {
            columns.Bound(column.ColumnName);
        }
    })
        .Filterable()
        .Sortable()
        .Groupable()
        .DataSource(datasource => datasource
            .Ajax()
            .Model(model =>
            {
                foreach (System.Data.DataColumn column in Model.Columns)
                {
                    model.Field(column.ColumnName, column.DataType);
                }
            })
            .Read(read => read.Action("Read", "Home"))
        )
)


This is how I'm calling the read
<script type="text/javascript">
    $(function () {
        $(document).ready(function () {
            var grid = $("#grid").data("kendoGrid");
            //grid.bind("dataBound", grid_dataBound);
            setInterval(function () {
                grid.dataSource.read();
            }, 4000);
        });
    });
</script>

Thank you for your time and help!
Nathan
Top achievements
Rank 1
 answered on 09 Oct 2015
1 answer
447 views

I have a grid that shows data from a view, which contains an outer join, showing quite a few Boolean fields, which can also be null.

 

The grid filter for these columns only shows true or false, so if a user is not aware of how null values work, they may accidentally filter out records they didn't want to.

 

How can I get the filter to show a null option as well?

 

Thanks

Boyan Dimitrov
Telerik team
 answered on 09 Oct 2015
3 answers
176 views

I need to implement a custom report engine where users are able to select different system model entities (tables) in a treeview or other ui compenent (list, dropdownbox etc.). Also, they may select and configure different filters according each entity field. They will work as input parameters for a custom report. The users ​may select different entities and merge their columns by providing the joined columns. The idea is provide a custom report engine similar to Google Fusion Tables or the report engine of Salesforce.

We are using Angular as main front-end framework and the kendo ui components (grid, buttons, etc).

There is any broader component or telerik tool to support such scenario or any available demo? The Product Reporting is suitable for dot net infrastructure and sql server databases. Our projects uses Rails and postgres, thus, at priori, we are not interested on this reporting product.

 

Sebastian
Telerik team
 answered on 09 Oct 2015
1 answer
507 views
I have created a stacked grouped bar chart & assigned color using "colorField" which is coming in data,however legend colors are not changing, legend colors are default color, its showing mis match on chart. any configuration ??
Iliana Dyankova
Telerik team
 answered on 09 Oct 2015
1 answer
337 views

I have a kendo notification like so:

<span id="notification"></span>

var notificationWidget = $("#notification").kendoNotification({
    autoHideAfter: 300000
}).data("kendoNotification");​

 

I then display several notifications in quick succession like so:

notificationWidget.show("foo text", "warning");
notificationWidget.show("foo text", "warning");
notificationWidget.show("foo text", "warning");
notificationWidget.show("foo text", "warning");
notificationWidget.show("foo text", "warning");
notificationWidget.show("foo text", "warning");
notificationWidget.show("foo text", "warning");
notificationWidget.show("foo text", "warning");
notificationWidget.show("foo text", "warning");
notificationWidget.show("foo text", "warning");

 

The kendo widgets are stacked vertically; however, there is an increasing horizontal indentation.  I want all the notifications displayed to be vertically-aligned and maintain their current vertical stacking.  How can I achieve this?

Dimo
Telerik team
 answered on 09 Oct 2015
3 answers
178 views

Hello,

 We have a tabstrip control that is already initialized and we are referencing that using : $("#tabstrip").data("kendoTabStrip"). We would like to perform multiple selects on different tabs one after the other:

 Here is the Dojo for that.

http://dojo.telerik.com/iJOGe/24

If we set the animation to false, it works but since the tabstrip is already initialized we would like to perform a second select after the animation is completed or remove the animation from the tabstrip component completely. We do not intend to use a timeout. Is there a way we can achieve this?

Konstantin Dikov
Telerik team
 answered on 09 Oct 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?