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

Are these controls included in the library? You don't list any examples for how to create these.

After struggling with trying to align multiple radio buttons and labels within the same div element using CSS I decided to opt for a dropdown list. But, it would be nice to see these controls availalble in the Kendo package.
V N
Top achievements
Rank 1
 asked on 08 Dec 2011
1 answer
86 views
Hey, I'm sure you probably answered this question somewhere, but I couldn't find it.  My understanding in how KendoUI works is that, the javascript basically generates the elements on the clients side and pulls very little from the server side, and this would reduce the server resources used significantly. 

I'm going to be presenting KendoUI to be the potential foundation of a development project I'm assigned, and I want to be knowledgeable in this regard.  If someone could please expand on this for me with any extra information (details), I would greatly appreciate it.

Will be purchasing license as soon as we have decided.

Thanks for the great tools!
Alex Gyoshev
Telerik team
 answered on 08 Dec 2011
3 answers
136 views
Hello,

I have problem with simple grid binding from remote source.
Please any help? :(

test.php
<html>
    <head>
    <!-- ========== JQuery + Kendo ========== -->
    <script type="text/javascript" src="../js/jQuery/jquery-1.6.2.min.js"></script>
    <script type="text/javascript" src="../js/Kendo/kendo.all.min.js"></script>
    <link rel="stylesheet" href="../css/Kendo/kendo.silver.min.css" />
    <link rel="stylesheet" href="../css/Kendo/kendo.common.min.css" />

    <script type="text/javascript" src="../js/test2.js"></script>
    </head>
    <body>
    <div id="grid" style="height: 700px; background-color: gray;">
                <table id="tab">
                    <tr>
                        <th data-field="FirstName">First Name</th>
                        <th data-field="LastName">Last Name</th>
                    </tr>
                </table>
    </div>
 
    </body>
</html>

test2.js
$(document).ready(function(){
 
    var ds = new kendo.data.DataSource({
        transport: {
            read: {
                url: "users.json"
            }
        }
         
    });
 
    $("#tab").kendoGrid({
        dataSource: ds
      });
});

users.json
{
        "FirstName" : "Mirko", "LastName" : "Mitrovic",
        "FirstName" : "Marko", "LastName" : "Nikolic"
}


Best Regards!

Dusan
Top achievements
Rank 1
 answered on 08 Dec 2011
1 answer
246 views
hi where can i find best grid example that works with mvc 3 json data.
Voss
Top achievements
Rank 1
 answered on 08 Dec 2011
3 answers
243 views
This is obvious:
var treeview = $("#treeview").kendoTreeView({
dragAndDrop: true,
drop: function(e){
...
}
});

But I have no idea how to get the "text" of the parent node, in which item is dropped.
And how to get a list / array of children for that parent.
eg. ["item 1.1", "item 1.2", "item 1.3"]

Is there a method for node like children() ?

Alex Gyoshev
Telerik team
 answered on 08 Dec 2011
3 answers
76 views
styles/kendo.kendo.min.css contains a reference to Kendo/gradient.png, but that doesn't seem to be in the trial zip. Where can I find this file?

Dimo
Telerik team
 answered on 08 Dec 2011
8 answers
320 views
Hello guys!

As I said in this topic: http://www.kendoui.com/forums/framework/data-source/ranges.aspx i had made some changes in kendo UI code.

I don't know if my improvements are well implemented, but everything works fine. What i did:
1. Added new option for _selectable - now we can prevent default select in our dataGrid.
selectable: {
     mode: "multiple cell",
     preventDefault: true
}
2. Local Virtual Scrolling with grouping works fine.
3. (Multicolumn) Sorting and nested sorting aswell.

All changes are backward compatible. And it's appear that Remote Virtual Scrolling works with my changes as well.

I have question now: should I provide some demo, or just send code to you, or put it in this topic?

Rgrds,
Oskar.
Rosen
Telerik team
 answered on 08 Dec 2011
1 answer
61 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
148 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
286 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
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?