Telerik Forums
Kendo UI for jQuery Forum
2 answers
116 views
We are trying to use custom validation on our site.

We have some basic "required" fields. setup as so:
<div id="divOrderConfirmation" class="container">
                            <input type="checkbox" name="chkReadTerms" id="chkReadTerms" required="required"
                                validationmessage="Please read the terms and conditions" />
</div>


Then we create a validator and call validate like so:
var valConfirmation = $("#divOrderConfirmation").kendoValidator().data("kendoValidator");
if (!validator.validate()) {alert('Yoinks');}

When we try to access this simple page it goes crazy with any iPad or iPhone. Has anyone else had problems?

http://aligntoday.com//sales/register.aspx 

http://jsfiddle.net/grippstick/KHfMb/ 
Joshua
Top achievements
Rank 2
Iron
Veteran
Iron
 answered on 25 May 2012
0 answers
76 views
Good morning.
In the grid there is a bug, when you have configured in a grid with paging virtualremote. It is grouped by a column and then scroll to page does, this makes several calls to the server and crashes. 

thanks 
Lerovi
Top achievements
Rank 1
 asked on 25 May 2012
2 answers
75 views
If I configure a datasource to query a web service (.asmx) with a group method, it sends a Request Body of

group%5B0%5D%5Bfield%5D=MaximoRequestNumber&group%5B0%5D%5Bdir%5D=asc

Which causes an Invalid JSON primitive error.  Is there a way to group the data without having the dataSource send the grouping option to the service?  I know that I can group in the grid's dataBound method, but if I refresh the dataSource, it sends the dreaded group string as non-JSON text in the Request Body and it errors.
var readOrdersSource = new kendo.data.DataSource({
    transport: {
        read: {
            url: webServiceBaseUrl + "getOrderedTransformers",
            contentType: 'application/json; charset=utf-8',
            type: "POST",
            dataType: "json"
        }
    },
    schema: {
        data: "d",
        model: {
            id: "id",
            fields: {
                id: { type: "number" },
                MaximoItemNumber: { type: "string" },
                MaximoRequestNumber: { type: "string" },
                AddedBy: { type: "string" },
                AddDate: { type: "datetime" },
                KVA: { type: "number" },
                PrimaryVoltage: { type: "string" },
                SecondaryVoltage: { type: "string" },
                OilType: { type: "string" },
                Phase: { type: "number" }
            }
        }
    },
    group: {
        field: "MaximoRequestNumber"
    },
    parameterMap: function (options) {
        return JSON.stringify(options)
    }
});
Cyndie
Top achievements
Rank 1
 answered on 25 May 2012
0 answers
131 views
Hello,

I have a combobox in the inline edit mode of the grid. (PropertyName is the datatextfield and PropertyID is the datavaluefield). The combo box works fine in the edit mode. When I try to add a new record, it works fine for the first record but if add a second record it gives me a javascript error in the kendo.min.js.

Please find the attached javascript file.

Thank you
Kavitha
Kavitha
Top achievements
Rank 1
 asked on 25 May 2012
0 answers
140 views
Hi,

Im implementing a kendo ui listview in my asp.net mvc3 application. Im able to edit  all the fields but I want to implement a drop down list in one of my fileds after editing and assign static values to it which reflects back to the listview and as well as to the controller. Can u jst plz provide any sample or information  for this.


Thanks and regards,
Bhavani,
Bhuvis Info Solutions.
Durga Bhavani
Top achievements
Rank 1
 asked on 25 May 2012
14 answers
309 views
When I set the tooltip format on the range slider, it's not changing the tooltip format, it's changing the tick label formatting...tooltip is entirely unaffected.
sitefinitysteve
Top achievements
Rank 2
Iron
Iron
Veteran
 answered on 25 May 2012
3 answers
135 views
I have a tabstrip-like scenario

Page loads to an overview screen, when a button is clicked an iframe changes its src, then the overview div is hidden, and the div with the iframe is shown

Problem is the rangesplitters in the iframe all come out 1px wide...so then if I re-change the src via the JS console, it loads in fine (bypass the whole div\swap thing).
sitefinitysteve
Top achievements
Rank 2
Iron
Iron
Veteran
 answered on 25 May 2012
2 answers
96 views
I have a masterpage which has a script in document.ready to initalize the root splitter

I then have a child page where I'm initalizing a second splitter in one of the masterpages splitter panes....again in document.ready

The problem is the root one I don't think has finished rendering before the child one triggers so the child is small and not sized properly.  Is there something I can do to fix that?
sitefinitysteve
Top achievements
Rank 2
Iron
Iron
Veteran
 answered on 25 May 2012
5 answers
268 views
ComboBox scrollbar does not work with IE 9. The combobox is closed when trying to scroll. It work fine for Firefox and Chrome.

Please let me know your comments.

Thanks,
Frank
Georgi Krustev
Telerik team
 answered on 25 May 2012
1 answer
136 views
I am wondering if there are any animation or timing settings for the splitter (or other controls).
The colapse is just a little too fast. It feels a bit jarring and I was hoping to be able to slow it down a bit. This being built on jQuery I would think it is possible.

Thanks,
Craig
Alex Gyoshev
Telerik team
 answered on 25 May 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
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
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
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
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?