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

I tried to add the editor in a knockout template.
The first time the template (with the editor in the template) is shown everything works fine.
The editor doesn't work anymore when it is shown a second time.

This issue occurs only with Internet Explorer.
It works fine with other browsers. (tried in Opera, Safari, Chrome, Firefox)

I reproduced the issue in fiddler: http://jsfiddle.net/pVJH9/

Scenario:
  1. Click on "show Kendo editor"
  2. Fill some content in the editor (important!!)
  3. Click on "show other content"
  4. Click on "show Kendo editor"

Editor doesn't work anymore.

Sébastien

Sébastien
Top achievements
Rank 1
 asked on 13 Jun 2012
1 answer
92 views
Happens in the latest KendoUI release.

You can see it here: http://jsfiddle.net/latenightcoder/RALR3/1/ (Seems like jsfiddle is having some problems getting the http://cdn.kendostatic.com/2012.1.515/styles/kendo.common.min.css file from your CDN even through referenced right but you can still the toolbar position)

Worked as expected in the initial version of KendoUI (v2011.3.1129) : http://jsfiddle.net/latenightcoder/RALR3/2/ 

Dimo
Telerik team
 answered on 13 Jun 2012
0 answers
72 views
I have made ​​a pie chart with labels for each category aligned "circle".
How can I change the color of the labels on mouse over?
Greetings Luca
Luca
Top achievements
Rank 1
 asked on 13 Jun 2012
1 answer
122 views
Hi, 
i need to display a grid with dynamic data, i have no previous knowledge regarding my columns, 
additionally the objects\rows are not consistent, for example:

var users = [{"a":"1","c":"1"},
        {"a":"2","b":"2","c":"2"},
        {"a":"3","b":"3","c":"3"},
        {"a":"4","b":"4","c":"4","d":"4"}]

when passing this kind of data to a Kendo grid, it sometimes displays the common attributes and sometimes don't display anything.

is there a way to make it display null values for missing values?

sample - http://jsfiddle.net/76aZ7/20/

Thanks, 
Ishay
Alexander Valchev
Telerik team
 answered on 13 Jun 2012
1 answer
531 views
Hi there this is my first post in here, let me talk about my problem, I have a Grid with Hierarchy and I added a custom button to the child grid to show something else in a kendo window but I need and the id from the datasource of the child id.

This is my code:

$("#grid").delegate(".details-button", "click", function(e) {
           e.preventDefault();
           console.log($(this).closest("tr")); // this return the correct TR
           var dataItem = grid.data('kendoGrid').select($(this).closest("tr")); // this return null
           console.log(dataItem);
     });
});

This is based on the example of custom command.

Greetings
Alexander Valchev
Telerik team
 answered on 13 Jun 2012
0 answers
212 views
I want to have two list (left , right ) and need to drag and drop li elements between them. The problem is how can I make this list observable. Now even though I have created the drag and drop functionality when I try to get the view model It hasn't changed.
Here is my view model,

     
   var model = kendo.observable({
    User: kendo.observable(data),
    displayGreeting: function () {
        var name = this.get("name");
        alert("Hello, " + name + "!!!");
    },
    save: function () {
        var user = JSON.stringify(this.get("User"));
        DataService.SaveUser(user, function (data) {
            alert(data);
        });
    }
});
kendo.bind($("#mainDiv"), model);


And here is my ul 

 <ul id="resourceGroupUl" class="resourceGroupUl  SelectedLis" data-role="listview" data-template="ul-template" data-bind="source:User.ResourceGroups">
</ul>
Jayantha
Top achievements
Rank 1
 asked on 13 Jun 2012
2 answers
185 views
Hi..

I am using a grid which is loaded from database and also toolbar for creating a new record.
But instead of using the tool bar i want a new record to be opened by default at the time of loading the grid.(i.e addrow() method without clicking any button)
how is it possible? pls suggest....

Sameer.
Sameer
Top achievements
Rank 1
 answered on 13 Jun 2012
0 answers
132 views
Hi,
I have a Grid binding from Json data. Adding new records and editing records using Popup editing works great. I am required to add certain type of validators on the Pop up windows on Update and Create. For example, the user must enter his email and he is required to confirm his email address (both fields must be the same).

Can I do this out of the box using the Custom Editor? An example would be appreciated.

Thanks!
Tonny
Top achievements
Rank 1
 asked on 12 Jun 2012
2 answers
145 views
Is there a way to do something like: http://jsfiddle.net/sK6Wy/15/ 

I want to do this because I define all my functions in modules in RequireJS. If I cannot do this, then I will I have to expose them to the window (which can cause pollution).
Jonathan
Top achievements
Rank 1
 answered on 12 Jun 2012
0 answers
111 views
Hi,

There is a filter display issue in the grid filtering control. It is reproducable in Kendo UI web grid demo page. There are two filters slot shown when one clicked on filter icon. When an user places a filter to the second slot and leaving the first slot to be blank, the first and the second slots will both be loaded as the second filter after the filter is applied and open the filter box again. The attached screenshot shows before and after clicking the applied button.

Please let me know if this will be fixed for the next release, otherwise we will need to modify Kendo UI library which is not what we desired. 

Amos
Top achievements
Rank 1
 asked on 12 Jun 2012
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
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?