Telerik Forums
Kendo UI for jQuery Forum
1 answer
97 views
Hello,

I have a grid CRUD project but after I edit a value and press save changes still the red image in corner of column does not go away. Any help would be great. I am attaching my project.
Daniel
Telerik team
 answered on 13 Aug 2014
4 answers
432 views
Hello,

I am using Kendo window to Display a partial view. Works fine and Displays good in Desktop Version , but when i run on tablet or phone the window Comes up with nothing inside. But debug Shows it did load partial view file. What could be the Problem any idea?

in view which invokes Kendo window i have
@(Html.Kendo().Window()
.Name("mobilewindow")
.Width(630)
.Height(400)
.Draggable()
.Resizable()
.Actions(actions => actions.Refresh().Close())
.Title("Objekt Auswahl Tablet")
.Visible(false)
.LoadContentFrom("AddObject", "Objekt")

)
On button click i load partial view
function TestClick(e) {

var direction = "Objekt/AddObject";
var selObject = $('input[name="txtObjectID"]').val();
var wnd = $("\\#mobilewindow").data("kendoWindow");
if (wnd) {
wnd.refresh({
url: direction,
data: { strObjectID: selObject }

});
wnd.center();
wnd.open();
}
};
public ActionResult AddObject(string strObjectID)
{
return PartialView("_SelectObject");

}

Anamika
Anamika
Top achievements
Rank 1
 answered on 13 Aug 2014
2 answers
232 views
Hi all

Fixed height seems not to be working when bind grid options with angular controller.

Here's the example

http://dojo.telerik.com/ogarA

Can someone help me?

Thank you
Matteo
Top achievements
Rank 2
 answered on 12 Aug 2014
4 answers
162 views
Hi,

I am just playing around with Angular and Kendo in combination. Right now, I got the grid working with angular (as shown in the demo). But if I change "groupable" to true, the rows remain empty when I group. I also tried directly editing the online demo, but same behaviour.

Is there a bug in the demo?

Thanks,
Volker
Alexander Popov
Telerik team
 answered on 12 Aug 2014
5 answers
96 views
What is concensus on localization (not globalization as seemingly already supported.) regarding Kendo UI widgets.
Is it fully implemented or not. I know it is for some widget, but is there a global solution?

If it's not, can someone point out possible solutions?
Jacques
Top achievements
Rank 1
 answered on 12 Aug 2014
6 answers
671 views
I have a Date of Birth field in the form.
It currently defaults to today's date.
The customer has requested that instead starting off showing the month view, that it start by showing the century, then select decade, then select year, then month, and then show the month view.

So basically he wants to to start the screen off in the screenshot I've shown attached to this this threat.

Basically I need it to work opposite what it currently does, where it starts off with month view, then go back to year view, then decade view, then century view.
Dimiter Madjarov
Telerik team
 answered on 12 Aug 2014
1 answer
186 views
I've got a dropdown filter set up for a column.

1) I'd like the filter to execute when the selection is made in the combobox instead of clicking the "Filter" button
2) hide the "Filter" and "clear" buttons
3) hide the k-filter-help-text of "Select an item from the list:"


how can i do these things?
Iliana Dyankova
Telerik team
 answered on 12 Aug 2014
2 answers
96 views
I have to bind a kendoGrid to the following data structure:

- Workdays/Weekend
-- Morning/Afternoon/Evening
--- Regular price/Price for students
---- Price row (which has the following fields: Hours, Price, DiscountedPrice, all are numerics).

Here's what the json looks like: http://jsfiddle.net/ugg6vsxx/1/

I'd like to have html structure similar to this: http://dojo.telerik.com/ENIK but without changing the json structure.
Is it possible?
Thanks.




Pavel
Top achievements
Rank 1
 answered on 12 Aug 2014
1 answer
115 views
As the title states, I'm coming from a JQuery UI background, using the jQuery Dialog. 

With JQuery UI, I just create a div like so: <div id="dlgQuestion" style="display: none;"></div>

Then I can show a dialog based on that div as often as I like with:

$('#dlgQuestion').dialog();

And if I close it using the escape key or a close button in the dialog, I can re-open it the same way without issues, the dom has not had the div removed.

I've successfully figured out how to show a kendo window wiith similar code:

$("#dlgQuestion").kendoWindow({
            actions: ["Minimize", "Maximize", "Close"],
            height: 500,
            width: 500,
            visible: true,
            position: { top: 100, left: 300 }
        });

but, once I close it I cannot show it again.

I've read through a lot of the documentation, but this is eluding me. I probably need to use a destroy function somehow before attempting to re-show it, but maybe someone could give me more precise guidance.

Side question, is coming from JQuery UI an advantage or a hindrance due to having to "un-learn" old habits?

Thanks, Bob Graham
Kiril Nikolov
Telerik team
 answered on 12 Aug 2014
3 answers
159 views
I'm looking for a way to build a two pane column chart like in the following image

closest demo that i found was for a StockChart but wasn't sure this would be the best way to go, since i need to show all data and labels in the following format
with different axis values between the panes.

Iliana Dyankova
Telerik team
 answered on 12 Aug 2014
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
AIPrompt
TimePicker
AICodingAssistant
BottomNavigation
Ripple
SkeletonContainer
Avatar
Circular ProgressBar
FlatColorPicker
SplitButton
Signature
Chip
ChipList
VS Code Extension
PropertyGrid
Sankey
Chart Wizard
OTP Input
SpeechToTextButton
InlineAIPrompt
StockChart
ContextMenu
DateTimePicker
RadialGauge
ArcGauge
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
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
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?