Telerik Forums
Kendo UI for jQuery Forum
1 answer
103 views
I was hoping to detect whether ctrlKey was pressed from the event object passed to the onSelect event, but I can't find it anywhere.
Is it being stripped on purpose or is it hiding somewhere?
Kiril Nikolov
Telerik team
 answered on 13 Aug 2014
1 answer
109 views
Hi,
So I am having this problem while refreshing a bar chart, where if a page has a scrollbar and I am scrolling to the bottom after the chart loaded but before the refresh happens only part of the chart will get updated until hovering over the chart. If I don't scroll, everything works as expected.

I updated the telerik demo to show what happens: http://runner.telerik.io/fullscreen/UQOp

Any ideas why it is doing that? (I am using version 38.0.2120.0 canary (64-bit)) I have also tried the pie chart and it appears to work as expected.

Thanks,
Hristo Germanov
Telerik team
 answered on 13 Aug 2014
2 answers
106 views
Dear experts,

I need to display summary in a Grid, and the details in a treeview, using Ajax.

Please help.

Thanks,
Dmitriy
Dmitriy
Top achievements
Rank 1
 answered on 13 Aug 2014
10 answers
5.2K+ views
Hi,

is it possible to set a fixed row height in grid, and suppress word wrapping / multi line, so that
each row has the same hight.

I have seen some examples to solve it like

.k-grid table {
    table-layout: fixed;
}

but doesn't really work.

Thanks
Thomas

Iliana Dyankova
Telerik team
 answered on 13 Aug 2014
1 answer
1.1K+ views
I have a drop down list using remote data with autoBind set to false.  I can set the initial value and text for the drop down using the value and text properties just fine:

ddlBuilding = $("#ddlBuilding").kendoDropDownList({
    width: 400,
    height: 250,
    dataTextField: "Description",
    dataValueField: "Code",
    value: myBuilding.Code,
    text: myBuilding.Description,
    optionLabel: {
        Description: "",
        Code: ""
    },
    dataSource: {
        transport: {
            read: {
                dataType: 'json',
                url: myServiceUrl
            }
        }
    },
    autoBind: false
}).data("kendoDropDownList");

My issue is that the control does not seem to have a value until the data source is read.  Before the data source is read, $("#ddlBuilding").val() returns NULL and ddlBuilding.value() returns undefined.  Once a user clicks the drop down and the data source is loaded, both of these statements return the proper values.

If a user needs to make changes on a form to other fields, but not to this drop down, how am I to know the proper value if no selection is a valid choice?  Is there a way to tell if the data source for the control has been read or not?
Kiril Nikolov
Telerik team
 answered on 13 Aug 2014
7 answers
390 views
Hi,
I 've some problems to use the progress in IE 11. If i do:
​<body>
<
div id="toto" style="width:150px;height:150px;background-color:pink"></div>​
</
body>
​<
script
kendo.ui.progress($("#toto"), true);​
</
script>
i can see some k-loading nodes added to the dom but nothing is visible.
Example

Thanks
- Ced -
Cedric
Top achievements
Rank 1
 answered on 13 Aug 2014
1 answer
86 views
Hello,

I had a quick search through the forum for this issue but haven't found anything to the effect... When using inline editor, if the editable box is right at the top of the page, the tools menu (which is always displayed above) is actually displayed off-screen. You can see this issue by clicking on "Edit this example" from here: http://demos.telerik.com/kendo-ui/editor/all-tools

Shouldn't the menu location be more intelligent, i.e. detect if it's being displayed off-screen and adjust the position to being below, or even over the top (since you can move the bar anyway)?

Many thanks
Kiril Nikolov
Telerik team
 answered on 13 Aug 2014
2 answers
185 views
http://dojo.telerik.com/iLEQ/5

Here, the kendoDraggable method hint is throwing error. This works if I don't use the AngulerJS/Controller.
kendoDraggable : function (e) {
                        //return e.clone(); 
                        //return $("#draggable").clone();
                        return "<span> Testing </span>";
                    },
// If I return nothing from this function then it works but it's not giving a hint. - see http://dojo.telerik.com/iLEQ/6
If I use an un-minified version of KendoUI and put a try/catch block at line 82431

$compile(el)(itemScope || scope);

It's throwing this message:

message: "undefined is not a function"

Any ideas what I might be doing wrong?
Mihai
Telerik team
 answered on 13 Aug 2014
1 answer
97 views
Hello,

I have a grid CRUD project but after I edit a value and press save changes still the red image in corner of column does not go away. Any help would be great. I am attaching my project.
Daniel
Telerik team
 answered on 13 Aug 2014
4 answers
432 views
Hello,

I am using Kendo window to Display a partial view. Works fine and Displays good in Desktop Version , but when i run on tablet or phone the window Comes up with nothing inside. But debug Shows it did load partial view file. What could be the Problem any idea?

in view which invokes Kendo window i have
@(Html.Kendo().Window()
.Name("mobilewindow")
.Width(630)
.Height(400)
.Draggable()
.Resizable()
.Actions(actions => actions.Refresh().Close())
.Title("Objekt Auswahl Tablet")
.Visible(false)
.LoadContentFrom("AddObject", "Objekt")

)
On button click i load partial view
function TestClick(e) {

var direction = "Objekt/AddObject";
var selObject = $('input[name="txtObjectID"]').val();
var wnd = $("\\#mobilewindow").data("kendoWindow");
if (wnd) {
wnd.refresh({
url: direction,
data: { strObjectID: selObject }

});
wnd.center();
wnd.open();
}
};
public ActionResult AddObject(string strObjectID)
{
return PartialView("_SelectObject");

}

Anamika
Anamika
Top achievements
Rank 1
 answered on 13 Aug 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
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
MultiColumnComboBox
Chat
DateRangePicker
Dialog
Checkbox
Timeline
Drawer
DateInput
ProgressBar
MediaPlayer
ImageEditor
TextBox
OrgChart
Effects
Accessibility
PivotGridV2
ScrollView
BulletChart
Licensing
QRCode
ResponsivePanel
Switch
Wizard
CheckBoxGroup
TextArea
Barcode
Breadcrumb
Collapsible
Localization
MultiViewCalendar
Touch
RadioButton
Stepper
Card
ExpansionPanel
Rating
RadioGroup
Badge
Captcha
Heatmap
AppBar
Loader
Security
TaskBoard
Popover
DockManager
FloatingActionButton
CircularGauge
ColorGradient
ColorPalette
DropDownButton
TimeDurationPicker
ToggleButton
AIPrompt
TimePicker
AICodingAssistant
BottomNavigation
Ripple
SkeletonContainer
Avatar
Circular ProgressBar
FlatColorPicker
SplitButton
Signature
Chip
ChipList
VS Code Extension
PropertyGrid
Sankey
Chart Wizard
OTP Input
SpeechToTextButton
InlineAIPrompt
StockChart
ContextMenu
DateTimePicker
RadialGauge
ArcGauge
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?