Telerik Forums
Kendo UI for jQuery Forum
0 answers
119 views
Hi, my grid has a costum popup edit template where I want to be able to manage a list of subitems. I thought I would use another grid inside the edit tempate but I get an error "Invalid Template". Is it supported to have another grid inside an edit template of a parent grid? If so could I get an example of how to acheive it?
Thanks
Guillaume

My template looks like this:

<script id="popup_editor" type="text/x-kendo-template">
   <div class="k-edit-label">
    <label for="Title">Title</label>
   </div>
            <input type="text" class="k-input k-textbox" name="Title" data-bind="value:Title">

   <div class="k-edit-label">
    <label for="ExpiryDate">Expiry Date</label>
   </div>
   <input type="text"
    name="ExpiryDate"
    data-type="date"
    data-bind="value:ExpiryDate"
    data-role="datepicker" />

            <div id="subitemsGrid"></div>
            $("#subitemsGrid").kendoGrid(##removed code to get list of subitems in grid##);
  </script>

Guillaume
Top achievements
Rank 1
 asked on 22 Oct 2012
1 answer
496 views
Hi all,

I was wondering if there is a way to validate if a kendo window is already open ?

I mean I want to do something really simple.

Just an if that will check if the window is already opened.

Thank you
Mark Freedman
Top achievements
Rank 1
 answered on 22 Oct 2012
1 answer
172 views
Hello,

is it possible to adjust the height of a popover to its content?
My popover contains several views with different heights.

Thank you
Axel
Iliana Dyankova
Telerik team
 answered on 22 Oct 2012
2 answers
98 views
I'm working on what I guess would be called a single page application.  I was wondering if there's a generic approach to performing KendoUI control cleanup (via the destroy method)?  Basically, I want to be able to point to a div and have any KendoUI controls in the div destroyed. 
Mike
Top achievements
Rank 1
 answered on 22 Oct 2012
1 answer
225 views
Dear,
I have three vertical splitter like this:

$("#vertical").kendoSplitter({
      orientation: "vertical",
      panes: [
      {
         collapsible: false,
         resizable: false,
         size: "80px"
      },
      {
         collapsible: false,
         resizable: true,
         size: "500px"
      },
      {
         collapsible: false,
         resizable: true,
         size: "300px"
      }
      ]
   });


I would like set the middle splitter in auto height.
I would like have the first splitter on top of window and the third splitter on bottom of window and the second splitter must be changed height with resizing window.

Is there a way to have this result ?

Thanks,
Rinaldo
Dimo
Telerik team
 answered on 22 Oct 2012
9 answers
349 views
Kendo,

I am testing out the mobile on safari and emulating the user agent for iOS and trying to produce some functionality with the ScrollView widget.

I want to display some static HTML (like a box the size of the metro panel box) instead of images and I am having issues getting the scrolling to work. 

I only want to display 1 page at a time no matter the size of the device used, when I use the sample code to test out it does not seem to render the pages like it does on the demo page.

Any ideas? A simple sample would be much appreciated.
Alexander Valchev
Telerik team
 answered on 22 Oct 2012
2 answers
2.9K+ views
How to add checkbox in grid 
Aden
Top achievements
Rank 1
 answered on 22 Oct 2012
2 answers
245 views
Using the datetime picker I am getting a different value back between IE and firefox:

in IE i get Thu Oct 18 10:05:56 UTC+0100 2012
in Firefox i get Thu Oct 18 2012 10:06:26 GMT+0100 (GMT Daylight Time)
Chrome is the same as firefox

I am using the following to get the value:

 var ImpDate = $("#dpimp").data("kendoDateTimePicker").value();

Why is this happening, it is causing me problems on my webservice as i am trying to convert the kendo date into a c# date by doing the following:

  ImpDate = ImpDate.Remove(24);
  DateTime dtImpDate = DateTime.ParseExact(ImpDate, "ddd MMM dd yyyy HH:mm:ss", CultureInfo.CurrentCulture);

And obviously with the IE format being different it fails.

Craig Broadhead
Top achievements
Rank 1
 answered on 22 Oct 2012
0 answers
70 views
Hello,

I have this situation

  • If I Add a new record -> refresh the page -> delete same record It Works fine
  • But If I add a new record -> delete same record it don't get deleted from the db 
In both case it apparently seems fine from front end but problem is on back end, in second scenario I do not get any request for destroy record either (checked through firebug) So it is obvious that if no request at all how could data get deleted from the db.

Let me know how can I fix this Issue I checked the very same situation on the kendo demo site and it is running perfectly fine. 

I hope I convey my question.

Thanks in advance.
Awais
Top achievements
Rank 1
 asked on 22 Oct 2012
3 answers
260 views
How can one change the label text of the custom edit command. Thanks

ie: columns.Command(cmd => cmd.Edit())
Alexander Valchev
Telerik team
 answered on 22 Oct 2012
Narrow your results
Selected tags
Tags
Grid
General Discussions
Charts
Data Source
Scheduler
DropDownList
TreeView
MVVM
Editor
Window
Date/Time Pickers
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
Gauges
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
ScrollView
PivotGridV2
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
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
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
Iron
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?