Telerik Forums
Kendo UI for jQuery Forum
1 answer
108 views
Hi,

I am using the grid control, and i have the column menu on it. In this
column menu i am using the filterable option, and i use in some columns a
custom filter like in this link:

 

http://demos.telerik.com/aspnet-mvc/grid/filter-menu-customization

 

It worked properly,but a few days ago i made some changes to persist the
grid state. I save the state in change, databound, columnhide and columnshow
events. Since i have done this change, the columns that were using the custom
filters have lost them. I have tried to do it "manually" on
ColumnMenuInit event, but it haven’t worked.

 

There is any way to do both things??

 

Thanks in advance
Petur Subev
Telerik team
 answered on 05 Dec 2014
1 answer
78 views
First, I'm sorry, my English is not good.
I'm having a little problem with the process Kendo UI,
Update button when in operation, the front-end back-end data back problem occurs,
Issue date column, I review column:
'Value' Mon Jun 16 2014 23:07:25 GMT + 0800 (Taipei Standard Time) 'RMS UpdateTime's not. "
Why backend uses this value TryUpdateModel will catch it?
The reason is because ASP.NET ModelBinder it?​
Alexander Valchev
Telerik team
 answered on 05 Dec 2014
11 answers
808 views
Kendo.web.min  v2012.2.710

Is handling the set event of the data-model supposed to prevent the grid's save event from firing??  It does for me.  See here:  http://jsfiddle.net/hvzw7/

Commenting out the set event will allow the save event to fire.

Also, the set event's parameters appear to be 2 separate parameters: the field and the field's value, but the documentation states one parameter with 2 properties (e.field and e.value).
Daniel
Telerik team
 answered on 04 Dec 2014
8 answers
191 views
Hi,

I'm not sure this is the right place to submit bug. Please correct me if I'm wrong ;). Attached is the result I need to achieve. The markers shown when hovering a point is buggy and does not honour all my settings. What I need for achieve the result is a white background and a blue stroke (border).

markers: {
    size: 8,
    background: 'white',
    border: {
        color: 'blue',
    }
}


If I set the option "visible" to true, then all the markers are visible when the chart is loaded and all the settings are honoured. However, when I set visible to false and hover a data point, only the border (and size) is honoured. The background is not, hence it's the wrong result. This is clearly a bug as all parameters are honoured in both modes (visible = true or false) but only the background is not.

I've tried to set those settings in the "series.highlight" section, without more luck.

Currently, the only solution to this problem is specifying the stroke-fill and fill into the CSS, which is not the cleanest way to do it.

Thanks!
Michaël
Top achievements
Rank 1
 answered on 04 Dec 2014
1 answer
451 views
Hi,

I am using upload control along with angular js and asp.net mvc. i am looking to customize the progress bar to show the preview of the upload file, What is the best way to do it?

Hoping to do something like this.

Dimiter Madjarov
Telerik team
 answered on 04 Dec 2014
2 answers
492 views
Hello,

I have a Kendo grid connected to a DataSource. One of the data members of the DataSource is an array of integers and I'd like to set them in a grid cell in the row for the entity as a SparkLine.

<div id="otdQaGrid"></div>
 
<!-- JavaScript -->
 
$(document).ready(function () {
  dash.grid = $("#otdQaGrid").kendoGrid({
    dataSource: {
      type: "json",
      transport: {
        read: {
          url: "/api/GetOtdAndQuality",
        }
      }
    },
    columns: [{
    field: "CustomerName",
    title: "Customer",
    width: 200
  }, {
    field: "QualityAverage",
    title: "Avg. Quality"
  }, {
    field: "OtdAverage",
    title: "Avg. OTD"
  }, {
    field: "TotalParts",
    title: "# of Parts",
    width: 150
  }, {
    field: "MeetsOtd",
    title: "MeetsOtd"
  }, {
    field: "YtdQuality",
    title: "YTD Quality",
    template: "<span class='inlinespark'>#: YtdQuality #</span>"
  }],
    height: 550,
    dataBound: function (e) {
    }
  });
});
 

You can see the 'YtdQuality' field. This is the array of integers. I'd like to make this array of 12 integers be the datasource for the SparkLine in each column. 

Any idea on how to do this? I tried to make it a SparkLine in the dataBound function, but I was getting an error about the HTML template not working correctly. Without the function there it simply puts [Object object] in the cell for YtdQuality.
Petur Subev
Telerik team
 answered on 04 Dec 2014
2 answers
252 views
Hello

How to make the header in timeline view (the horizontal bar with hours) "sticky" so it's visible even when user scrolls down. Currently if we have a lot of resources, and we want to scroll to the bottom ones, we can't see the header.

Regards,

Pawel
Colin
Top achievements
Rank 1
 answered on 04 Dec 2014
3 answers
179 views
Hi.

I would like to customize the upload control so that it provide the option to upload files (possibly multiple) and directories. Possibly by adding a second selection button.
My current approach is to create two upload panels and them move one of the buttons to one other panel. Like this:
$("#filesPanel .k-dropzone:eq(1)").appendTo($("#filesPanel .k-upload:eq(0)"))

This still works but the file ul lists are still separated, is there a way I can have the selected files appear in the same ul list. Or at list have both ul list unther the same div block?

Any other approach suggestion is welcome.

Thanks.

Lutfi
Dimiter Madjarov
Telerik team
 answered on 04 Dec 2014
1 answer
72 views
I am using the monthly timeline for a project, since I am only showing the month view I would prefer to not show the month filter button on the timeline.  Is there a way to remove this button?
Vladimir Iliev
Telerik team
 answered on 04 Dec 2014
7 answers
786 views
What I want to do is add/remove row uuid's to an array when they are expanded/collapsed.  Then on refreshing my datasource i can re-expand the previously expanded rows.

I'm very close to accomplishing this but having one MAJOR problem.

I'm using the first solution detailed here as a base.
http://stackoverflow.com/questions/25029806/retain-expanded-rows-after-databinding-kendo-ui-grid

This works, EXCEPT the row uuid's are changing upon setting and reading the datasource.  I'm unable to figure out whats causing them to change.
Any ideas/input are appreciated. I'm sooo close!

Thanks
Dimiter Madjarov
Telerik team
 answered on 04 Dec 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
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
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?