Telerik Forums
Kendo UI for jQuery Forum
5 answers
287 views
I have a grid that has 100 items page size. However, my grid has visibility of 10 rows. I need to be able to select the rows that are in the invisible area (meaning when i select a row and  drag the mouse to be able to select multiple rows, so the grid needs to scroll while i am dragging the mouse and select the new visible rows.) By default this is disabled. But in some of the demos i can see the behavior i want, but i do not know how to achieve it.( http://jsbin.com/ulizuv/2/edit or http://demos.telerik.com/kendo-ui/web/grid/detailtemplate.html)

Thank you
Alexander Popov
Telerik team
 answered on 31 Jan 2014
1 answer
453 views
Hi,
    I am using plain HTML and jquery to create kendo comboboxes and bind data to it. My problem is that I want to change the datatextfield and datavaluefield of the combo based on some values. Initially what I will do is I shall initialise the combobox like this
$("#TestControl").kendoComboBox(
{
placeholder: "Select Product",
filter: "contains",
autoBind: false,
suggest: true,
minLength: 0
});

Then at some other place I wnat to assign the datatextproperty to the control something like this.

 auto = $("#TestControl").data("kendoComboBox");
 auto.setDataSource(dataSource);  // this line works
auto.options.dataValueField = autoCompleteValueField; // this line I am not sure (autoCompleteValueField is a variable which has a value)
auto.options.dataTextField = autoCompleteTextField; // this line I am not sure (autoCompleteTextField is a variable which has a value)


Can this be done or is there a way to do it? Please do help

Thanks in advance

Regards,
Vijay
Dimo
Telerik team
 answered on 31 Jan 2014
1 answer
350 views
Hi,

we've built a two-column grid where only the cells in the second column should be editable.
The text in the cells of the first column cannot be edited, but the row can be selected as well as the cells in the first column can be accessed by mouse and keyboard which is very annoying as the should be ignored when navigating by keyboard and not selectable by mouseclick.

They should behave like let's say a cell in the table header as it cannot be clicked and selected.

Is there a way to achieve this?

I've enclosed a screenshot to describe in detail what the problem is... the column with the red arrow is not editable und should therefore be not selectable and thus white,  and the cells in the red brackets are editable.

Cheers,
Heike
Dimiter Madjarov
Telerik team
 answered on 31 Jan 2014
3 answers
130 views
Hi,

I need to be able to diagram relational objects and would obviously prefer to stay within the Telerik fold for consistency sake but I can't find a means of showing relationships between objects (like in the attached image - example from here http://familyshow.codeplex.com/).  I need to be able to customise the lines representing the relationships and also customise the object shapes and appearance (i.e. similar to RadDiagram).

I need to be able to provide this functionality web-based and on any device.

Are there any plans to provide this functionality either with Kendo UI or with the web-based RadControls?

If not, can we get something added to the road map.

If not, does anyone have any ideas how I can deliver on this requirement?


Thanks,
Martyn
Sebastian
Telerik team
 answered on 31 Jan 2014
1 answer
139 views
Hello, I´m new using kendo mobile and I´m trying to invoke a wcf rest service, using xml.

For instance, this login invocation:
            
             var username = "admin";
             var password = "admin";

             var remoteDataSource = new kendo.data.DataSource({
                type: "xml",
                schema: {
                    type: "xml",
                    data: function (response) {
                        return response;
                    }
                },
                transport: {
                    read: "http://localhost/MyService.svc/Security/Login?" +
                        "user=" + username + "&password=" + encrypted,
                    success: function (result) {
                        options.success(result);
                    },
                    error: function (result) {
                        options.error(result);
                    }
                }
            });

            remoteDataSource.fetch();

Where service response has this structure:

<UserData>
    <IsSuccess>true</IsSuccess>
</UserData>

That code is executed in a button event and when debugging, success and error functions are never reached.
This call remoteDataSource.fetch() raises an unhandled exception: "Javascript exception: object has no method 'slice'"

Any help is appreciated about using DataSource when response is xml data.

Thanks in advance.
Kiril Nikolov
Telerik team
 answered on 31 Jan 2014
1 answer
112 views
Is there a way to get the drawer to swipe up from the bottom rather than the sides?
Kiril Nikolov
Telerik team
 answered on 31 Jan 2014
3 answers
180 views
I am trying to create a view with vertical list of resources but with a horizontal time line is this possible?

group: {
    resources: ["Rooms"],
    orientation: "vertical"
  },  //this makes resources as well as timeline vertical

Example below
                                                      tue 10 september
                             12am |1am|2am|3am|4am|....................
Resource a
Resource b
Rosen
Telerik team
 answered on 31 Jan 2014
3 answers
91 views
scheduler.view().name for "workWeek" is showing undefined. All other views are working fine. Please advise
Rosen
Telerik team
 answered on 31 Jan 2014
1 answer
137 views
Hi,

I am using the latest version of Kendo DataViz: 2013.3.1324

If I use whitespace or - in my charts field names all I get is errors. For example, my data looks like this (Chome log of datasource):

19: ct.extend.init
20: ct.extend.init
Bandwidth IN: 8.9
Bandwidth Out: 3.96
_events: Object
err-line: 30
name: 1390908600000
parent: function (){return r}
uid: "eb22f21c-41b7-47de-af24-8f4a86aa4a58"
__proto__: i


I get this error:

ReferenceError: line is not defined
at eval (eval at <anonymous> (http://192.168.99.30/kendo-2013.3.1324/js/kendo.dataviz.min.js:9:28980), <anonymous>:3:15)
at g (http://192.168.99.30/kendo-2013.3.1324/js/kendo.dataviz.min.js:15:31102)
at fn.extend._bindFromObject (http://192.168.99.30/kendo-2013.3.1324/js/kendo.dataviz.min.js:16:18853)
at fn.extend.bindPoint (http://192.168.99.30/kendo-2013.3.1324/js/kendo.dataviz.min.js:16:18380)


If I change err-line to errline I get this error:

SyntaxError: Unexpected identifier
at Function (native)
at ht.getter (http://192.168.99.30/kendo-2013.3.1324/js/kendo.dataviz.min.js:9:28980)
at g (http://192.168.99.30/kendo-2013.3.1324/js/kendo.dataviz.min.js:15:31086)
at fn.extend._bindFromObject (http://192.168.99.30/kendo-2013.3.1324/js/kendo.dataviz.min.js:16:18853)
at fn.extend.bindPoint (http://192.168.99.30/kendo-2013.3.1324/js/kendo.dataviz.min.js:16:18380)
at Object.an._bindPoints (http://192.168.99.30/kendo-2013.3.1324/js/kendo.dataviz.min.js:19:19572)


If I remove any other data except errline, the chart draws.

Is it possible to get a fix for this?



Alexander Popov
Telerik team
 answered on 31 Jan 2014
2 answers
105 views
hello I'm adding dynamic tabs but I do not see the tab   bottom line
navbar click >> add dynamic tab

navbar menu

Crew Click
Documant Click


code

function SetMasterTab(tabName) {
 
    var dynamicTab = "";
    var node = "";

    var value = document.getElementById("tabstrip");

    if (value === null) {

        dynamicTab += '<div id="forecast">';
        dynamicTab += '<div id="tabstrip"></div>';
        dynamicTab += '</div>';
        $('div#ActivePageContent').append(dynamicTab);
    }
 
            node += '<ul>';
            node += '  <li class="k-state-active">' + tabName + '</li>';
            node += '</ul>';
      
        node += '<div class="' + tabName + '">test tes tests <br/> TEST TEST TEST</div>';
         
        $('#tabstrip').append(node);
       
    }

    $("#tabstrip").kendoTabStrip({
        animation: {
            open: {
                effects: "fadeIn"
            }
        }
    });
}

serdar
Top achievements
Rank 1
 answered on 31 Jan 2014
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
Drag and Drop
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
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?