Telerik Forums
Kendo UI for jQuery Forum
0 answers
141 views
Is it possible to hide all the borders except the bottom border for the datetime picker? Also, is it possible to make the whole thing transparent?
Zul
Top achievements
Rank 1
 asked on 27 Mar 2012
0 answers
96 views
Is there any way to animate the filtering and sorting on the list view to get effects like those seen in isotope?
Dylan
Top achievements
Rank 1
 asked on 27 Mar 2012
0 answers
1.0K+ views
Hi

I'm successfully binding a group of radio buttons to a ViewModel using a checked binding and also using the click event binding to refresh a Chart. It works wonderfully when the mouse is used to click the radio button as would be expected, but when the keyboard is used to change the selected radio button, things don't work as well: firstly, my click event handler still fires (much as it would if it were called "changed" or similar), the chart refreshes, but the value isn't updated by the checked binding. I thought perhaps the order of binding declarations in my markup mattered, but it makes no difference.

Markup:
<input id="activitiesThisMonth" value="A" type="radio" name="activitiesDuration" data-bind="checked: activitiesDuration, click: activitiesChanged" />
<label for="activitiesThisMonth">This Month</label>
<input id="activitiesThisWeek" value="W" type="radio" name="activitiesDuration" data-bind="checked: activitiesDuration, click: activitiesChanged" />
<label for="activitiesThisWeek">This Week</label>

Script:
var viewModel = kendo.observable({
    activitiesDuration: "W",
    activitiesChanged: function (e) {
        $("#activitiesChart").data("kendoChart").refresh();
    }
});
 
kendo.bind($("input"), viewModel);

Is this the expected behaviour? I there perhaps a workaround to achieve what I wish to do? I tried binding the jQuery change event to the radio buttons directly, but the event handler didn't fire at all when changed with the keyboard.

I look forward to a response, kind regards,
Andrew
Andrew
Top achievements
Rank 1
 asked on 27 Mar 2012
2 answers
233 views
I want to use Kendo UI Grid with its inline editing capabilities on my web apps. I used ASP.NET MVC 3. I've succeeded to read the data. But i've got a problem in deleting data. My parameter in my ASP.NET controllers always contains zero object (not null). I've checked in Firebug. My Javascript sent correct json format into the controller. And my controller use correct format for its parameter.. But my controller's parameter always zero result..

I've attach some screenshot of my problem. Please help me.. :(
Tim
Top achievements
Rank 1
 answered on 26 Mar 2012
0 answers
135 views
Hi,

I've the following scenario:
1) A ViewModel object with a remote datasource inside:
vm = kendo.observable({
  selected_row:
null,
  grid_rows:
new kendo.data.DataSource ({...})
});

2) A datasource outside the viewmodel:
combobox_values = new kendo.data.DataSource (...);

3) All the fields of a form are binded to vm, but take a look into this one:
js: kendo.bind($('#my_form'), vm);
html: <select id="some_id" data-value-field="id" data-text-field="description" data-bind="value: selected_row.field" data-role="combobox"></select>


where the data has the following structure:

selected_row = {field: {id: 1, description: 'something'}}

My questions are:
Q1) Is there a way to make this 'select' field to retrieve remote data using the combobox_values datasource? (look that this select field is already binded to the ViewModel vm.

Q2) Why the combobox component shows the field 'id' in the form instead the field 'description'? Look that the fields are declared in the html select element.

I appreciate any help,
Thaks,
Alessandro.

PS: Using the latest 2012 official kendoui web version.
Alessandro
Top achievements
Rank 1
 asked on 26 Mar 2012
0 answers
91 views
Hello,

I need to create a checkbox per row for edit/delete and I need a way to tell which rows have checkmarks.   Can anyone help?

Bruce
Bruce
Top achievements
Rank 1
 asked on 26 Mar 2012
8 answers
285 views
Hi,

Still testing your framework to see whether we can migrate, so here's another issue we run into.
Our current grid has one text field in the bottom left which when a value entered there, sends it to the server (all our data is remotely fetched using ajax), and on the server, we have logic to determine what fields we should earch for using this "simpleSearchValue".

For instance, for parties it would be looking into first name, last name, and address; using an OR filter, it would return all rows of which at least one column matches the data...

Consider it a "column-independent string filter".

How can we achieve this using the Kendo framework?

I hope this can be achieved as this would be a major showstopper for this project, and that would be a real pity as we're pretty impressed with the framework so far :o)
Juan
Top achievements
Rank 1
 answered on 26 Mar 2012
3 answers
239 views
I am new to the HTML5 and Kendo UI stuff. is there any Hello World Example for accessing a web service
and returning the String to a div.


Thank you
Troy Clemons
Top achievements
Rank 1
 answered on 26 Mar 2012
0 answers
153 views
when i create
var mainmenuds =[{ }];

 var dSource= kendo.data.DataSource.create({
                    schema: { model: { id: "group_uid"} },
                    data: mainmenuds
                });

result is: [options:[data:[{ }]]]. if i want to assign it to a list i'm doing like:

 $("#mainmenuList").kendoMobileListView({
                template: $("#MymenuTemplate").text(),
                click: addToCartFromList,
                dataSource: dSource.options.data,
                group: "group_name"
            });
And also i unable to get data by "group_uid", like dSource.get(id), it returns undefined.
Tirumalesh
Top achievements
Rank 1
 asked on 26 Mar 2012
3 answers
394 views
Hi,

I have a very simple application in Kendo Mobile and i am not able to magnify my page with a Spread/Pinch gesture.

It does not work even in the PhoneGap application.
 
What must I do ???
Can you help me ???
mvbaffa
Top achievements
Rank 1
 answered on 26 Mar 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
Drag and Drop
Application
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
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?