Telerik Forums
Kendo UI for jQuery Forum
2 answers
259 views
Hy 

Is it possible to combine the date and time picker into a single control? I think telerik for Asp.NET has susch a control!? 

I don't want to have two fields, because then I have to merge the date and the time value on the server side. 

Thank you 
Micha
Atanas Korchev
Telerik team
 answered on 05 Dec 2011
3 answers
718 views
Hi,

I am having trouble figuring out how to get the data source to re-read its data. This is in context of a grid being bound to the data source.

I can set a new filter on the the data source and it will re-get, issue a change event which updates the grid. But filters seems to be limited to the columns in the data source.

In my situation I need to change a transport.data parameter (I am also using parameterMap) for the new data.

I tried:
mygrid.dataSource.transport.read({ data: { some_param: "some_data" }});

In this case "some_param" shows up in parameterMap and I can pass it on as a parameter. The dataSource then re-gets again but does not issue a change event, so the grid is not updated.

I was expecting to be able to change transport options and then do something like dataSource.Refresh() which in turn would re-get and trigger the change event.

OR provide some custom data in a filter that is related to the columns in the data.

Another way to put is allow client filtering, but go to the server if the filter column does not exist locally.

Any ideas?
Dmitry
Top achievements
Rank 1
 answered on 05 Dec 2011
2 answers
206 views
Hi, Kendo UI

I'm just start developing a demo website using kendoui at http://www.sudoku.in.th
And I want to add some tooltips for my website.

Do you plan to add tooltip widgets into KendoUI Project?

Thank you for cool UI.
Cheers
Sebastian
Telerik team
 answered on 05 Dec 2011
1 answer
888 views
Is this possible? It would be nice to simply pass a param that defines the class assigned to every other table row. But if not, defining a row template and alt row template like .Net's repeater would suffice.
Atanas Korchev
Telerik team
 answered on 05 Dec 2011
2 answers
219 views
Simple question :

Do i need a library like Modernizr if i use KendoUI ?

Nadim
Dimo
Telerik team
 answered on 05 Dec 2011
1 answer
94 views
Hi There,

thanks for creating such a great UI tool. I have been able to generate lovely graphs. But I have an issue with Column chart, when I have values in array like 99,99,100,100,100, the chart scales up and all columns get scaled and display no columns because the y axis now goes to 90-05%. I need to show the originals values in the Y axis instead of logarithmic values.

Any solution in the new release?
Thanks Bunty
Bunty
Top achievements
Rank 1
 answered on 05 Dec 2011
1 answer
345 views
Hi,

I can see how to set the width of the drop down area, e.g.

var dropdownlist = $("#titles").data("kendoDropDownList");
dropdownlist.list.width(500);


But how to set the height? By analogy I tried the following
dropdownlist.list.height(500);

and it didn't have any effect.

V N
Top achievements
Rank 1
 answered on 05 Dec 2011
1 answer
2.6K+ views
var myDataSource = [{ firstname: 'me', lastname: 'you', Age: 5 }];
  
$('#grid')..kendoGrid({
 data: { 
             dataSource: myDataSource , 
              pageSize: 500 , 
              group: { field: ' firstname ' , dir: "asc" },
groupable: false,
columns:  [  {  field: 'firstname' , title: ''/* and so on */
});
I want to have groping on two columns for example on  firstname and then sub grouping on lastname when creating the grid. I know it is possible when the grouping is enabled and user can drag and drop multiple columns for nested groping, but I want to restrict the user from selecting himself and do the grouping on showing.
Maybe something like 
group: [{ field: ' firstname ' , dir: "asc" },{ field: ' lastname ' , dir: "asc" }]

Bastian
Top achievements
Rank 1
 answered on 04 Dec 2011
0 answers
101 views
I flow the webinar "Get Started With The Kendo UI DataSource"
I use MVC .net for that
I create the read method and its work fine.

public JsonResult read() {
return this.Json(db.Weapons, JsonRequestBehavior.AllowGet);
}

I need to create the create and update method for that demo
jsG
Top achievements
Rank 1
 asked on 04 Dec 2011
0 answers
69 views
Hello,

Just wondering, I'm working on a new version of my CMS which is licensed under the AGPL v3 license, Am I allowed to use the open-source version of KendoUI?

I know there are some differences between the AGPL and GPL licenses but the main-idea (open-source) is the same.

Regards,
Jorin Vermeulen
Jorin
Top achievements
Rank 1
 asked on 04 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?