Telerik Forums
Kendo UI for jQuery Forum
1 answer
246 views
Is it possible to use the progressbar to update the status of a running c# code (eg. update of all items being handled in the c# code, just like with the asp.net progressarea)
Thanks.
Dimiter Madjarov
Telerik team
 answered on 22 Nov 2013
5 answers
173 views
I'm working on the UI for an iOS 7 app, and the drawer menu interaction isn't suitable for iOS 7. I'm trying to redesign the drawer to something like this: http://cdn1.dribbble.com/users/221741/screenshots/1154748/attachments/149461/whatsapp-ios7-sidemenu.png

When the drawer menu shows up, it adds some CSS3 transform3d property to the view which is open. I was able to modify the behavior by overriding the style using "!important, but the animation is kinda jaggy, and want to know if there is a better way to do this.

Example of what I'm trying to do: http://jsfiddle.net/thilak/kk83s/
Petyo
Telerik team
 answered on 22 Nov 2013
1 answer
272 views
I am trying to get my grid to refresh after an update using the pop-up editor. I followed the suggestion on a related post to use RequestEnd and the following handler.

function onGridDataSourceRequestEnd(e){
    if(e.type=="update")
    {
         this.read();
    }
}

Everything is perfect when debugging in Visual Studio but it stops working after I publish to our production server. When I debug this using firebug I see the type property is missing from e all together (only when coming from the pop-up editor, in other cases like when the page loads it looks fine). Please advise.
Vladimir Iliev
Telerik team
 answered on 22 Nov 2013
5 answers
211 views
We'd like to implement a side bar that slides in from the left like in recent Google and Facebook apps. We're very familiar with HTML, CSS, and JavaScript, and have worked extensively with jQuery Mobile, but we are pretty new to Kendo UI Mobile.

Does anyone have any suggestions for what would be a good way to start implementing something like this in the Kendo world? Is there anything that comes out of the box that could help us, or do we need to do it totally custom?

Thanks for any advice you can give!

Jonathan
Petyo
Telerik team
 answered on 22 Nov 2013
1 answer
454 views
Hi everyone,

I'm having hard times setting up a time axis on my charts and would really appreciate some help. The attached image would be a good starting point. I need to set an exact time range for the xAxis, based on current form data. User selects the required time range, server generates all necessary data and the chart is updated.

 The problem is that I can't set the exact range to be displayed, the range boundaries always snap to hour or day or whatever unit the inner workings find appropriate. When I set the range (min and max values) to say 2013-11-19 07:15:00 and 2013-11-19 18:24:00, respectively, all I seem to get is chart set to 2013-11-19 07:00:00 and 2013-11-19 18:00:00.

This is for me unacceptable - portion of required data is missing from the view and on the other side it looks like there is a gap in the data (since the server generates the data correctly as per user-set time range).

It seems that I'm missing one little piece of the puzzle and I'd be really thankful if somebody could help me out.
Alexander Popov
Telerik team
 answered on 22 Nov 2013
1 answer
68 views
I have a Kendo UI grid on a View that correctly display the results of a search based upon some parameters in a form.

The form is submitted to a Controller 

  public ActionResult Results(SearchInput SearchType)

Which then returns the strongly typed view.

When I sort, I get redirected to this URL which produces a 404 error:

http://localhost:4535/Results/Results?SearchResults-sort=LastName-asc

I have another grid on another form where this behavior does not happen... The only difference is that the controller where it is working has no input parameter 

  public ActionResult Index()

Any clues?
Atanas Korchev
Telerik team
 answered on 22 Nov 2013
2 answers
188 views
HI

I am trying to build simple application using kendo drag and drop feature on div tags.
The code works under IE9 and above. When trying under Chrome browser I get critical error that immediately when dragging to fast executes onDrop automatically.
Mouse button is still down !?

The actual code is like:

- define code
- custom drop code
- stack .. onDrop raised/called when fast move is in progress
- console log: jquery info message

Info message:
Resource interpreted as Image but transferred with MIME type application/octet-stream "http://localhost:8080/test.aspx" jquery-1.9.1.js

Google Chrome 26.0.1410.64 m
kendo 2013.2.918
jquery 1.9.1

By Ales Petric

Open
Response deadline:
72 hours
Last reply date:
2 hours ago
Type:
Support
Product:
Drag and Drop for Kendo UI Web
CC email:
Operating System
Windows 7 64bit
Browser
Google Chrome
Browser Version
26.0.1410.64 m
Ales Petric
Top achievements
Rank 1
 answered on 22 Nov 2013
1 answer
81 views
Hi,

I am trying to use the Modal View as a modal message window.  The ModalView will not open at the dimensions set in the inline style if set as a percentage. The ModalView always opens at fullscreen, totally covering the view it was called from.  If I set the height and width to pixels, it will open at those settings but it does not center the screen. I didn't have this problem until I upgraded to 2013 Q3 Kendo UI v2013.3.1030. I would prefer to set it to a percentage like the demo. I have confirmed this issue in IE11, Chrome, the Ripple emulator, on a real Galaxy Note II, and a real iPhone 5.

After going over the Kendo online demo for the Modal View again, it doesn't work the same as it did before the recent release and it doesn't style the same between the various online Kendo emulators.

Is this new behavior expected? Did I set something up wrong?

 I have attached my files. Start up the project and click the LogIn button to see the issue.


Thanks
Kamen Bundev
Telerik team
 answered on 22 Nov 2013
0 answers
93 views
Please delete... the demo is working, it's just that the two starting dates in the demo are in different years and that messed me up.
Ashley
Top achievements
Rank 1
 asked on 22 Nov 2013
1 answer
128 views
ISSUE #2:  

The way you implemented badges if you reset the badge value during a
page session it stacks the values on top of each other. Now if you use
false to turn it off it only turns off the last value.

http://jsfiddle.net/ccarns/vNfjK/

Here is the fiddle and steps to repo:


Step 1: Click "Set Count to 5"
Step 2: Click "Set Count to 10"
Step 3: Click "Set count to 0 Enhanced"


PS Using the latest version at the time:
v2013.3.1119
Craig
Top achievements
Rank 1
 answered on 22 Nov 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
MultiColumnComboBox
Dialog
Chat
DateRangePicker
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
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
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?