Telerik Forums
Kendo UI for jQuery Forum
1 answer
49 views
On IE7, my grid (remote datasource) of 5 pages of 20 records/rows (so 100 records) give 6 pages and ... an error. Clicking on page number 6 do nothing. Work perfectly on Firefox and Chrome.
J.P
Top achievements
Rank 1
 answered on 08 Dec 2011
1 answer
115 views
When calling an action, what is the best way to access the filter value?  The code below works but know there must be a better way.

 
public JsonResult Autocomplete(int take, int skip, int page, int pageSize)
       {
            
           string filter = Request.QueryString["filter[filters][0][value]"].ToString();
 
           IEnumerable<SearchEntity> searchresults = searchRepository.NameSearch(filter, take, URLType.App).ToList();
 
           var serializer = new JavaScriptSerializer();
           var serialized = serializer.Serialize(searchresults);
 
           return Json(searchresults, JsonRequestBehavior.AllowGet);
       }
Scott Rakestraw
Top achievements
Rank 1
 answered on 08 Dec 2011
2 answers
255 views
if you go to demos DatePicker Range Selection then pick today from the bottom of the first one and then do the same with the second picker, you'll notice change of format. You can do the same starting with the second.
How to get rid of this and have date in correct format?
Alex Smitt
Top achievements
Rank 1
 answered on 07 Dec 2011
0 answers
412 views
Kendo UI Enthusiast,

I created a Kendo UI Knockout Custom binding that utilize the some of the Kendo UI Widgets.

ComboBox: Custom Kendo ComboBox Binding (jsFiddle) as you can see it works well, binds the datasource to the kendo combobox, respects the observable array changes, ignores invalid changes, and sets the observable selected item back and forth.

Here is the dropdown knockout custom binding version.  

Here is the Date Picker Custom Knockout Binding, this allows you to bind to a Date object in your viewModel without having to worry about converting to and from a string and respects the observable property from the ViewModel. <

Hopefully we can convince Telerik Devs to create a custom knockout binding version for all the Kendo UI Controls. This would make using kendo ui controls with knockout trivial and extremely simple. 
Corey Gaudin
Top achievements
Rank 2
 asked on 07 Dec 2011
1 answer
316 views
Does anyone have any ideas on how we might build a Image Gallery using the tools available ?
Jon
Top achievements
Rank 1
 answered on 07 Dec 2011
2 answers
613 views
Need some guidance adding a conditional code within a template. Without the conditional logic below, all is well. Please see the code in bold below. Thanks for any feedback you might provide.

$("#mysgrid").kendoGrid({
dataSource: {
transport: {
       read: {
           url: "myurl",
           dataType: "json",
data: {
   eventclusterid: x,
   json: 'true'
        }
}
    } ,
schema: { 
data: function(roledata) {
return mydata;
}
}
},
columns:[
{ field: "description", title: "Role Description"},
{ field: "roleid", title: "Assigned", width: "75px",
   template: '#if (eventclusterid > 0) 
         {# <input type="checkbox" name="roleid" value="#= roleid #" checked="checked"> #}
       else
        {# <input type="checkbox" name="roleid" value="#= roleid #"> #} #'
    }

],
sortable: true, selectable: "multiple", navigatable: true
 });

Chris
Top achievements
Rank 1
 answered on 07 Dec 2011
1 answer
65 views
Hi,
I've been using KendoUI since october and I also partecipated to the webinar. I'm really interested for the dataviz part of kendoui, but I have one request(or a question if it's already possible): is it possible to decide the number of ticks on the category axis?
I mean, I have to manage graphs that have on the category axis dates (divided per day), but if I choose a long period (6 months for example), the dates are unreadable(they are overlapped), and in other graph tools I've tried there's an option to decide the number of ticks on the category axis.

Thanks,
Massimiliano

Hristo Germanov
Telerik team
 answered on 07 Dec 2011
4 answers
130 views
If you go to drag-drop demo for treeview and drop any node at root level - it will disappear.
I looked into source and found its bug in dragend event handler. Its looking for adding node at reference destinationNode which in case of root level drop is "undefined".

I am still looking how to resolve this. If I get solution before you do, I will have it posted :).
Alex Gyoshev
Telerik team
 answered on 07 Dec 2011
0 answers
56 views
Hello, i want to bind Kndo UI grid from sqlserver table. Could you tell me how it is possible?
Megha
Top achievements
Rank 1
 asked on 07 Dec 2011
1 answer
118 views
Hi,

Async upload fails from IE (version 9 and lower) when used across different domains. Though, the file actually gets uploaded, but somehow onError event handler is called and an error message is showed in a popup.

It works fine for other browsers like FF and chrome, but HTTP OPTIONS method for the upload URL must be implemented by server side scripts, and the method must provide necessary response header like ("Access-Control-Allow-Origin", "some_allowed_domain") in it.

Any suggestions what specifically must be done to get upload work correctly with IE when used across different domains? 

thanks in advance,

Piotr
T. Tsonev
Telerik team
 answered on 07 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?