Telerik Forums
Kendo UI for jQuery Forum
2 answers
83 views
Hi,

   I'm using DataViz trial version and trying to draw multi line, but when browser load it's freeze and not show anything, but when i'm input with only one line it's work. 

Thank you.
ps. sorry for my english again.. ^_^
Tanawatra
Top achievements
Rank 1
 answered on 02 Apr 2012
0 answers
76 views
In general I guess I am asking what are people doing in the select: method.

I would like some feedback on the following

<ul id='myMenu'>
<li data-handler='miItem1;'> item 1 </li>
<li data-handler='alert("!")> item 2 </li>
</ul>

and
$('#myMenu').kendoMenu({
  select:
function (e) {
   
var handler;
   
if (handler = $(e.item).data('handler')) {
      Function (handler)();  /* construct and execute handler */
    }
  }
});

function miItem1() {
  alert('menu Item 1');
}

Thanks,

Richard
Richard
Top achievements
Rank 1
 asked on 02 Apr 2012
2 answers
715 views
Can the grid support dynamic grouping like the Wijmo grid? i.e.: drag headers up into the grouping bar to group by different columns: http://wijmo.com/demo/explore/#grid|group-area 

And, the auto-totals? http://wijmo.com/demo/explore/#grid|totals

Thanks,
Gareth.
Gareth
Top achievements
Rank 1
 answered on 01 Apr 2012
0 answers
80 views
Hi

How to Use Mvvm for Nested Collection Containing a model in Mvc3..
Sriram
Top achievements
Rank 2
 asked on 01 Apr 2012
0 answers
144 views
use this api controller:
public class PersonController:ApiController
{
      // other codes...
       public HttpResponseMessage PostNewPersons(IEnumerable<PesonDTO> people)
        {
            foreach (PersonDTO dto in people)
                _personAppSrv.Create(dto);
            return new HttpResponseMessage(HttpStatusCode.Created);
        }
    // other codes...
}

use DataSource in webpage:

var ds = new kendo.data.DataSource(
{
transport:{
create: {
                        url:  "/api/person",
                        dataType: "json",
                        type:"Post",
                        contentType: 'application/json;charset=utf-8'    // important!!
                    },
//other codes
  parameterMap: function (options, operation) {
                        if (operation !== "read" && options.models) {
                            return JSON.stringify(options.models);
                        }
                }
,
batch:true,
//other codes
});

I use gird to run  batch operation like example. If I don't set contentType to 'application/json;' in code above, the request content's contentType is 'application/x-www-form-urlencoded'! Then the api controller can't convert request content data to 'PersonDTO' instance. If I set it, it works well.

If anyone has more better solution, please tell me ,thanks.
Nick Wu
Top achievements
Rank 1
 asked on 01 Apr 2012
1 answer
318 views
We need the ability to incrementally load child elements of tree nodes OnDemand.  Large enterprise hiearchies require this to reduce the load time for the tree branches that users may never uses.  Do you plan to formally support this type of event and if so when it might be available.

Thanks
Paul
Christopher
Top achievements
Rank 1
 answered on 01 Apr 2012
0 answers
45 views
Hi, I wonder if I can help, I have two grid; grid1 I have it on a panel and want to deploy to select is passed to grid2 as an aggregate.

the grid of the multiple choice Grida
and grid B would like inline edit.

the idea I have is to take the function and to create trigger on Grida while selecting the row. but that part is not how to do.


thanks in advance
Ricardo
Top achievements
Rank 1
 asked on 31 Mar 2012
2 answers
197 views
Hi I am experiencing some major issues in trying to call Kendo UI methods. My Chrome browser is returning errors such as the following: 

Uncaught TypeError: Cannot call method 'enable' of undefined
Uncaught TypeError: Cannot read property 'confirmation' of undefined

etc.

I have tried calling methods on the Kendo grid and the Dropdown and am experiencing the same issue. The methods simply don't seem to exist or else the UI elements are not visible?


Conor
Top achievements
Rank 1
 answered on 31 Mar 2012
0 answers
124 views
The documentation shows a minimalist example of DataSource of
dataSource: [
            {
                text: "Item 1",
                items: [
                    { text: "Item 1.1" },
                    { text: "Item 1.2" }
                ]
            },
            { text: "Item 2" }
        ]

The source code for treeview template suggests there might be other properties, such as expanded, allowed in the dataSource.

I tried this which did not seem to work
text: "Item 1", expanded: true,
                items: [
                    { text: "Item 1.1" },
                    { text: "Item 1.2" }

Is treeview data source restricted to having only the properties items: and text: ?
Richard
Top achievements
Rank 1
 asked on 31 Mar 2012
0 answers
93 views
Hello everyone

I have a little question about  if I can have a Pie Chart...that  when I click a serie ; other chart for example type column , it is updated.



M.
Monique
Top achievements
Rank 1
 asked on 30 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
Application
Map
Drag and Drop
ToolTip
Calendar
PivotGrid
ScrollView (Mobile)
Toolbar
TabStrip (Mobile)
Slider
Button (Mobile)
SPA
Filter
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
MultiColumnComboBox
Chat
DateRangePicker
Dialog
Checkbox
Timeline
Drawer
DateInput
ProgressBar
MediaPlayer
ImageEditor
OrgChart
TextBox
Effects
Accessibility
PivotGridV2
ScrollView
BulletChart
Licensing
QRCode
ResponsivePanel
Switch
Wizard
CheckBoxGroup
TextArea
Barcode
Breadcrumb
Collapsible
Localization
MultiViewCalendar
Touch
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
StockChart
ContextMenu
TimePicker
DateTimePicker
RadialGauge
ArcGauge
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?