Telerik Forums
Kendo UI for jQuery Forum
1 answer
135 views
Hi I"m using the basic splitter and I am wondering why when I drag to resize there is a dark overlay over the entire viewport.  This does not happen in the demos and I've done nothing to implement this? Am i dong something wrong?


<div id="splitter" style="min-height:700px">
 
    <div class="left-panel" style="width:100px">       
        <div id="cashPanel" class="left-panel"></div>
    </div>
    <div >       
        <div id="offsetPanel" class=""></div>
    </div>
    <div>
        <div id="premiumList" style="height:100%">
            <div id="searchPremMatchList"></div>             
        </div>
    </div>
</div>

 

$("#splitter").kendoSplitter({
    orientation: "horizontal",
    panes: [
        { collapsible: false, size: "250px" },
        { collapsible: false, size: "700px" },
        { collapsible: false }
    ]
});
Alex Gyoshev
Telerik team
 answered on 24 Dec 2012
1 answer
283 views
Hi There,

I have a ModalView with an input text field, which closes on Android as soon as the onscreen keyboard appears.

In the browser (Chrome) it works ok, here's the source.

<div data-role="modalview" id="modalview-add-to-cart" style="width: 95%; height: 270px;">
  <div data-role="header">
    <div data-role="navbar">
      <span>Add to order</span>
      <a data-click="closeModalView" data-role="button" data-align="right">Cancel</a>
    </div>
  </div>
  <div class="modal-view-inset">
    <div id="modalview-add-to-cart-order"></div>
    <div><input type="text"
    id="modalview-add-to-cart-customer-note" placeholder="Any special instructions?"></input></div>
  </div>
  <div data-role="footer">
    <a data-click="addToCart" type="button"
       data-role="button">Add To Your Order</a>
  </div>
</div>
I'm invoking it from a function call (triggered by a data-role="touch" data-tap="handler")
$('#modalview-add-to-cart').data("kendoMobileModalView").open();
However, if I launch it using:
<a data-rel="modalview" href="#modalview-add-to-cart" class="menu-item-buy" >+</div>
It works as expected,  how can I stop it closing when opened by the javascript?



   
Michael
Top achievements
Rank 1
 answered on 24 Dec 2012
1 answer
147 views
I'm attempting set the NavBar title in a shared Layout dynamically using MVVM.  I would like to do this within each View that implements that Layout.  I know that I can use the data-title attribute on the View to set the NavBar's title at runtime; however, the reason I would like to be able to set it dynamically is so that the NavBar title can represent the application state that will change with each ajax call done within the separate views.  Since the ajax calls will update the view-model, it would be convenient to have these change propagated to the NavBar's title automatically.  Short of eliminating the layout and putting a separate NavBar within each View, is there a way for the View to update the Layout's NavBar on the fly?
Norbert
Top achievements
Rank 1
 answered on 23 Dec 2012
3 answers
492 views
does the odata transport for the grid support the odata $expand command. if yes do you have an example i can have, as I cannot get it working.
Daniel
Top achievements
Rank 2
 answered on 23 Dec 2012
3 answers
252 views
Is there a way to use an image as a bar chart's background pattern?
Iliana Dyankova
Telerik team
 answered on 21 Dec 2012
2 answers
159 views
I was trying to follow the instructions here: http://docs.kendoui.com/getting-started/web/autocomplete/overview#using-the-kendo-ui-web-datasource-to-bind-to-jsonp ut I am not seeming to get this to work.  When I am looking at the console, the GET request is going out just fine, I just get nothing back.  If I type the url into my browser, it works fine. I am trying to get JSON back (JSONP since it is not the same url) - what am I doing wrong?

Here is my js:
$('#ManufacturerConfirmationId').kendoAutoComplete({
    minLength: 3,
    dataTextField: "ManufacturerConfirmationId",
    filter: "contains",
    dataSource: new kendo.data.DataSource({
        transport: {
            read: {
                url: serviceBase + 'EquipmentWarranties/ManufacturerConfirmationIdsComplete',
                data: {
                    manufacturerId: function () { return $('#ManufacturerId').val(); },
                    manufacturerConfirmationId: function () { return $('#ManufacturerConfirmationId').val(); }
                }
            }
        }
    }),
    change: function () {
        this.dataSource.read();
    }
});

Alexander Valchev
Telerik team
 answered on 21 Dec 2012
1 answer
204 views
Hi there,

is it possible to have a remote view as an initial view?

Thx,
Eric
Alexander Valchev
Telerik team
 answered on 21 Dec 2012
3 answers
282 views
Hi,
I need to perform some changes in my popup editor after it is loaded, on the selection of a input field some calculation will be done and the result is supposed to be displayed in one of the input filed in the template. Is there a way to intercept some kind of event?  I love this editor and hope to use it, but I need to resolve this issue.  I'd appreciate your comments and suggestions.

Thanks in Advance
Varun
Alexander Valchev
Telerik team
 answered on 21 Dec 2012
1 answer
286 views
I am just starting to play around with the TabStrip and I am facing the following issues:

1) When using only HTML to configure the TabStrip (and not using a DataSource) I cannot determine how to set the icon for each tab

2) When using the DataSource to configure the TabStrip I cannot determine how to set complex content (HTML) into the object. All of the examples I have seen set just a simple string value into the 'content' property of the elements in the array set as the dataSource ...


Can anyone help me out with the above two issues?


Thanks!

- Lee
Alexander Valchev
Telerik team
 answered on 21 Dec 2012
1 answer
276 views
I have the following questions about Kendo validation:
- When you mark a given control with the required attribute, is it possible to indicate that a string value of all spaces is not valid?
- Is it possible to specify the min and max length a text box value?
-
Alexander Valchev
Telerik team
 answered on 21 Dec 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
Drag and Drop
Map
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
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?