Telerik Forums
Kendo UI for jQuery Forum
0 answers
113 views
Hi,

I'm using kendo treeview with mvc 3 and create the treeview with product categories using unordered list. So i can expand the selected category but also want to select the selected category node. I can get the selected categories id and its "<li>" but even if i add ".k-state-selected" class to that <li> section, the node does not get selected. What else i can use to select the node that i want? Is adding that class to specified <li> element not enough?

Thanks
Mehmet Şerif
Top achievements
Rank 1
 asked on 02 Jan 2012
11 answers
237 views
With the Kendo DS and oData, is there a way to configure this so it searches all words not just an exact string?

Like if this is the text in the DB

"This is the string I want to find"

In the autocomplete I want to type
"string find" (without the quotes obviously)

Doable somehow??  I have it set to a contains filter already...
sitefinitysteve
Top achievements
Rank 2
Iron
Iron
Veteran
 answered on 31 Dec 2011
1 answer
210 views
What options are there to adjust or define the placement location?

The form I am using is on our main page and only has two fields: username, password. They are inside a graphical container and the default placement pushes the images out of alignment. 

Can we switch it to a window/modal or ideally have it show the error message to the right side of the fields, but outside of the current table?

I've reviewed the current Demo, Docs, and Forum but do not see any details on placement of the error messages.
Kamen Bundev
Telerik team
 answered on 31 Dec 2011
0 answers
69 views
Hi..

I want to separate windows after clicking on 2 different buttons. But the problem is windows are displayed on clicking on button only.


Purabee
Top achievements
Rank 1
 asked on 31 Dec 2011
2 answers
131 views
We're using Selenium to do automated testing. We've been seeing flaky behavior around performing a click on the input field - could potentially be timing-related.

I was wondering if you guys have any suggestions / gotchas of performing automated testing of the upload control.
Joel
Top achievements
Rank 1
 answered on 31 Dec 2011
0 answers
85 views
Hi,

Following question is to Kendo Admin.

Currently, I am developing an android application using kendo web UI and jquery ( as kendo mobile is still in pre release state).
Here, I am using Kendo web widget datepicker and deopdownlist. These two widgets works fine in Android Emulator besides the known issues.

Now, my question is, when the kendo mobile will be released, will we be using the same Kendo web widgets (datepicker/dropdownlist) by implicitly including different js files for different widgets?
or
the kendo mobile js file will include all these widgets, such that we will not have to implicitly include different js files for different mobile widgets?

Thanks,
Madhab
Madhab Chandra
Top achievements
Rank 1
 asked on 30 Dec 2011
1 answer
91 views
Hi everybody,

I' retrieving a database where in one field contains html. When I pull the content of the field via the selecteditem.get("myField") function, the html is converted to plain text like: 
"&lt;span style="color:blue;"&gt;testcontent%lt;/span&gt;".
 Is there a simple trick to avoid this?
 Thanks in  advance,
Klaus
klaus
Top achievements
Rank 1
 answered on 30 Dec 2011
4 answers
298 views
Hi,

Once I'have delete all items of my grid I can't add any new item.

I'have also try to delete all items of the KendoUI grid editing exemple:
http://demos.kendoui.com/web/grid/editing.html

Once done I can't add a new record too. Error resulting in Chromium:
Uncaught TypeError: Cannot read property 'ProductID' of undefined

Is it a known misfunction? Is it possible to fix i?

Best regards
Yvan
Top achievements
Rank 1
 answered on 30 Dec 2011
1 answer
109 views
Can you give a code example of how to determine what filters are currently set?   I get that dataSource.filter() will give me back the objects, but how to I decode it?

For example, if I set a filter on a field "product" as "eq" to value "Milk", then later want to get the value of "Milk" back, how would I do so?
Daniel
Telerik team
 answered on 30 Dec 2011
7 answers
503 views
Hi,

Maybe I missed something obvious but how can I know and handle change when user edit a cell ?

I have read that fire fires before the grid item is changed and change event in dataSource do not seem to be called.

For information I'm not using remote data but local.

var data = new Array();
data.push({Id: 'id'});
 
var grid = $("#grid").kendoGrid({
    dataSource: {
            data: data,
                schema: {
                    model: {
                            fields: { Id: { type: "string", validation: { required: true} },}
                        }
                },
        change: function() {console.log('dataSource change');},
        },
    editable: true,
        toolbar: ["create", "save", "cancel"],
        columns: [{field: "Id",},],
    save: function(data) {
        console.log('grid save');
        for(i in data)
            console.log(i + ' = ' + data.i);
    },
}).data("kendoGrid");

Thanks
Yvan
Nikolay Rusev
Telerik team
 answered on 30 Dec 2011
Narrow your results
Selected tags
Tags
Grid
General Discussions
Charts
Data Source
Scheduler
DropDownList
TreeView
MVVM
Editor
Window
Date/Time Pickers
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)
SPA
Filter
Drawer (Mobile)
Drawing API
Globalization
Gauges
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
OrgChart
TextBox
Effects
Accessibility
ScrollView
PivotGridV2
BulletChart
Licensing
QRCode
ResponsivePanel
Switch
Wizard
CheckBoxGroup
TextArea
Barcode
Collapsible
Localization
MultiViewCalendar
Touch
Breadcrumb
RadioButton
Stepper
Card
ExpansionPanel
Rating
RadioGroup
Badge
Captcha
Heatmap
AppBar
Loader
Security
Popover
DockManager
FloatingActionButton
TaskBoard
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
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?