Telerik Forums
Kendo UI for jQuery Forum
2 answers
66 views

Hello,

I downloaded today the Kendo Mobile UI: kendoui.mobile.2012.1.124.beta. The first thing I’ve tried to do is to access it using my android mobile to see how changes on html files affects the rendering on device.

For this I`ve used my development web server environment but I couldn`t see any time the widget as I see them in http://demos.kendoui.com/mobile/listview/index.html web neither in http://demos.kendoui.com/mobile/m/index.html witch is the url acceded by android mobile device.

Do I have to make any additional configuration in the server? Is the beta version prepared to not  render the widget as the kendoui demo?

I’m an experienced asp.net “ajaxfied” developer and I’d like to go into mobile devices html5 applications using kendo framework but I’m a little (and more than this) confused about this new technology and the first steps on it.

My question is: How can I make the beta examples run on my android mobile device against my development web server?

Thanks a lot,

Marcelo

Marcelo
Top achievements
Rank 1
 answered on 29 Feb 2012
2 answers
453 views
Hello Telerik Team

The Kendo framework looks good. Just few things.

  • The Themes. Even though you have about 5 in built themes with the framework, none of these themes comes provide a compact look. When you develop an enterprise business application, one of the main requirement is to show as many data as possible in a grid view. Your Silverlight controls does a good job but Kendo Grid has very large font sizes and row heights. I tried to use the theme builder to change it but was unsuccessful. May be it is possible as I am not a CSS expert but would be really good if you can include it with the in-built themes.
  • MVVM. It is a must. And I can see you have included that in the roadmap for Mar-12 which is great.
Regards
Paul.
Tim Huemmer
Top achievements
Rank 1
 answered on 29 Feb 2012
0 answers
140 views
I have a web service (asmx) that the Read method accepts a parameter (name).
The webservice is installed on Win / IIS.
- If the aspx page that calls the webservice is installed in IIS: everything works.
- If the aspx page that calls the webservice is installed on Linux / Mono / Apache calling the webservice is not running, without reporting anything.
- If the aspx page and webservice is installed on Linux / Mono / Apache calling the webservice is not running, without reporting anything.
 The web methods without parameters work properly in both installations.
 Suggestions?

--- aspx ----
read: {
url: "TipologiaRimborso.asmx/Read",
contentType: 'application/json; charset=utf-8',
type: "POST",
dataType: "json",
data: { name: "test" }
},
parameterMap: function (options) {
   return JSON.stringify(options);
}

----- asmx --------
WebService(Namespace = "http://tempuri.org/")]
    [WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]
    [System.ComponentModel.ToolboxItem(false)]
    [ScriptService]
    public class TipologiaRimborsoWS : System.Web.Services.WebService
    {
        [WebMethod]
        [ScriptMethod(ResponseFormat = ResponseFormat.Json)]
        public List<TipologiaRimborso> Read(string name)
        {
......
....
}
Mike
Top achievements
Rank 1
 asked on 29 Feb 2012
0 answers
110 views
It appears the an existing selection is reset as soon as an unmodified mouse down occurs on the grid.  (shift mouse down does a selection on/off through a range of rows, ctrl mouse down toggles selection of row, draw a box to select / deselect multiple)

It would be great if the grid could function a little more like windows explorer, in so far as, if a drag start occurs over a selected cell dont reset the selections. Instead create a drag hint that looks like the rows so they can be dropped elsewhere.

Since this doesn't seem to be a stock feature, has anyone come up with a workable facsimile ?
Richard
Top achievements
Rank 1
 asked on 29 Feb 2012
3 answers
70 views
What css-Class is needed to set the "touch"-effekt of an element?

e.g. the listview-Item.

This code does not work:
#termin-listview li, #sk-listview li
{
    background:-moz-linear-gradient(top, #2468A5, #17436A); /* Firefox */
    background : -webkit-gradient(linear, left top, left bottom, from(#2468A5), to(#17436A)); /* Safari, Chrome */
 
}
 
#termin-listview li:active, #sk-listview li:active
{
    background:-moz-linear-gradient(top, #ef652a, #ef652a); /* Firefox */
    background : -webkit-gradient(linear, left top, left bottom, from(#ef652a), to(#ef652a)); /* Safari, Chrome */
Petyo
Telerik team
 answered on 29 Feb 2012
6 answers
340 views
I have added a DropDownList to a kendo Window. However, the dropped down items list appears behind the window.

Can you help?

Gary
Giuseppe
Top achievements
Rank 1
 answered on 29 Feb 2012
3 answers
159 views
Hi,

I am using kendoui tabs to load content from different page.One of the pages has a grid widget that gets its data from a WCF data service (json).The grid is randomly failing to render without any errors.

On the same main page, I have 1 pie chart, and a line chart both bound to a WCF data service (json) .They both render when I load the page for the first time. but once i hit F5 or CTRL+F5, they Randomly fail to render.This situation is worse in IE than in Google Chrome and compatibility mode is of no use.

Any ideas on what is happening and how to debug kendoui client scripts ?

Thanks

Madani
Alexander Valchev
Telerik team
 answered on 29 Feb 2012
0 answers
67 views
I have created the tabel in that tabel i want to sort the coloumn from the second row onwards first row should be unchanged when sorting is done i have attached my table
Deep
Top achievements
Rank 1
 asked on 29 Feb 2012
4 answers
624 views
I am using the Kendo UI chart to bind data that comes from the server.  I want to show the Date in the CategoryAxis.  The problem is that the date format coming from the server (.NET DateTime) comes in something like this "/Date(1327051610000)/".  

I want to show the date in the proper format dd/mm/yy, how can I get this done?

Trevor
Top achievements
Rank 1
 answered on 29 Feb 2012
1 answer
100 views
Is there a function to check, if the mobile device has an online-connection?
Would be very helpfull when you translate a Kendo UI Mobile App to a native App.
Petyo
Telerik team
 answered on 29 Feb 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)
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
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?