Telerik Forums
Kendo UI for jQuery Forum
0 answers
116 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
97 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
58 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
321 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
133 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
60 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
596 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
89 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
3 answers
904 views
Is there any jsfiddle or documentation available on callback property on the fetch method on datasource or any other way of execute dom manipulation onloaded within the datasource object? Thx
Nikolay Rusev
Telerik team
 answered on 29 Feb 2012
3 answers
302 views
hi,

I am trying to use a combo box (also tried it in autocomple and it didn't work).
I  took the code from your sample and it works fine in my test page (so links and scripts are ok), but when i try to change the address of the remote OData feed to my other project it does not show anything.
If i just copy the address to IE9 - the service look fine and i got data.
Any idea what i have done wrong? any tests i can do?

Thanks

Eli
Georgi Krustev
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
MultiColumnComboBox
Chat
DateRangePicker
Dialog
Checkbox
Timeline
Drawer
DateInput
ProgressBar
MediaPlayer
ImageEditor
TextBox
OrgChart
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
TaskBoard
Popover
DockManager
FloatingActionButton
CircularGauge
ColorGradient
ColorPalette
DropDownButton
TimeDurationPicker
ToggleButton
TimePicker
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
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?