Telerik Forums
Kendo UI for jQuery Forum
1 answer
1.0K+ views
The second to open is not working.

<script>
$(document).ready(function() {
var window = $("#window"),
undo = $("#undo")
.bind("click", function() {
window.data("kendoWindow").open();
undo.hide();
});

var onClose = function() {
undo.show();
}

if (!window.data("kendoWindow")) {
window.kendoWindow({
width: "600px",
title: "About Alvar Aalto",
close: onClose
});
}
});
</script>

http://demos.kendoui.com/web/window/index.html

kendoui.complete.2013.1.514.trial.zip
Dimo
Telerik team
 answered on 17 Jul 2013
2 answers
668 views
I'm converting a web site that puts complex Razor code into a TD cell. How is Razor code put into a template on a Kendo Grid?

Sample of the code that needs to get run and put into a cell:

@if (item.IsActionAvailable())
      {
       using (Html.BeginForm("Subscribe", "abc", FormMethod.Post, new { id = @formId }))
                       {
                               <div id="@divId" class="subForm">
Dimiter Madjarov
Telerik team
 answered on 17 Jul 2013
1 answer
1.2K+ views
My Model has a Datetime that comes as a null sometimes. This renders as 1/1/0001

I can't edit the Model.

Is there a way to put in a condition in the Client Temple so that nulls are not displayed, something like this??

@(Html.Kendo().Grid(Model.Items as IEnumerable<XYZ>)
        .Name("KendoCrGrid")
       .Columns(columns =>
                {
                columns.Bound(e => e.SignUpDate).ClientTemplate("#= <condition> ? kendo.toString(date, 'MM/dd/yyyy')#");
Dimiter Madjarov
Telerik team
 answered on 17 Jul 2013
6 answers
178 views
I have added two TextBoxes and a button in an html page. When user focus on the textboxes the softkeyboard is displaying and its appearing over the textboxes in such a way that the user cannot see the textboxes and its content. Please provide a solution to prevent the overlapping of softKeyboard over the textbox.


Thanks,
Amrutha
Top achievements
Rank 1
 answered on 17 Jul 2013
2 answers
108 views
on an iPad or iPhone I am unable to predictably allow for a datapoint to be selected on a series for a line.  when I run under chrome on a desktop this works very well.

This isn't a bug as I believe the issue is simply that the end of a person's finger is quite a lot larger than the circle that represents the data point.  As a result the "click" events just aren't getting close enough.

Is there any way to allow for a larger hit radius on a point something I could do that would pickup events for near misses?  

I am using a single line series on top of a single area series.  The points are spaced apart enough that I if I had access to the datapoint's true x,y position I could probably make something work.
Jim
Top achievements
Rank 1
 answered on 16 Jul 2013
1 answer
162 views
I know there are server wrappers for ASP.NET MVC, JSP and PHP.

Why aren't there server wrappers for ASP.NET webforms?  Is there a technical reason or simply not enough demand?
Kiril Nikolov
Telerik team
 answered on 16 Jul 2013
3 answers
190 views
Hello,

I am having trouble with rendering a DatePicker.  When I use test data with a date format of 07/18/2013 the datepicker renders correctly.  When I get data from a web service call from a MySQL database the format is 2013-07-18 00:00:00 when retrieved using a SQL statement from phpMyadmin.  The date returned from as JSON is formatted as a JSON date /Date(1374120000000-0400)\.  When I use the JSON date the DatePicker does not render and instead shows a date Thu Jul 18 2013 00:00:00 GMT-0400 (Eastern Daylight Time).  What step(s) am I missing that will allow me to correctly render the DatePicker with the JSON formatted date?

Scott
Kiril Nikolov
Telerik team
 answered on 16 Jul 2013
4 answers
272 views
Hi,

Can I use different format for input tag value and date picker display?
as sometimes the form need a full standard date format to submit.

Thanks.
CH
Top achievements
Rank 1
 answered on 16 Jul 2013
0 answers
237 views
I am getting this error when filtering a date column in kendo web grid. 
I see the parameters as this 
filter[filters][0][field] DissolutionDate
filter[filters][0][operator] eq
filter[filters][0][value] Sun Jan 01 2012 00:00:00 GMT-0800 (Pacific Daylight Time)
filter[logic] and
page 1
pageSize 20
skip 0
take 20

looks like this has the same issue http://www.kendoui.com/forums/kendo-ui-web/grid/remote-filtering-date-bug.aspx#boGR266aG2OF1P8AAFTdxQ

thanks
roel
Roel
Top achievements
Rank 1
 asked on 16 Jul 2013
8 answers
1.4K+ views
Hi,

I experienced a strange behavior with the new beta version. I can't tell if this is a new bug.
I'm using batch grid edition. Click on Delete and Save Changes. The change is really committed on the sever at this point.
I click on 'Cancel' and my record is back on the grid. Since it has been already deleted, if I try to edit or destroy it raised errors.
Do you have any work around for this?

The beta demo is doing grid edition on local data. I think a example with server-side data would be very good sample to add.
The behavior could certainly be different.
Thank you.
Matthew
Top achievements
Rank 1
 answered on 16 Jul 2013
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?