Telerik Forums
Kendo UI for jQuery Forum
1 answer
75 views
Is it possible that since  Q3 2014 Pointer visibility doesn't work anymore ?
Dimiter Madjarov
Telerik team
 answered on 10 Dec 2014
3 answers
232 views
Hi.

I have an upload control that allows selecting directories. I'd like to limit folder the recursion. My idea is to filter the files in the select event of Upload by doing something like:
   e.files = ko.utils.arrayFilter(e.files, function(item) { return self._count(item.rawFile.webkitRelativePath, '/') === 1; }

Obviously this does not work and all the elements are added to the uploader. Is there a way to filter individual files when selecting them?

Thanks.
Dimiter Madjarov
Telerik team
 answered on 10 Dec 2014
1 answer
98 views
See http://dojo.telerik.com/aJEJe
The Toolbar requires too many workarounds.
You would expect those simple features to work.
Alexander Valchev
Telerik team
 answered on 10 Dec 2014
1 answer
81 views
2 answers
230 views
See http://dojo.telerik.com/AjEla
Note being able to disable and remove subitems makes the ToolBar almost useless to me.
Alexander Valchev
Telerik team
 answered on 10 Dec 2014
1 answer
100 views
When using the remove method to remove the right-most button leaving a separator at the end of the toolbar, remove it
When removing all buttons between two separator, remove one.
...

Currently the remove method is not clever about adapting separators.
Telerik can certainly do better than that.
Alexander Valchev
Telerik team
 answered on 10 Dec 2014
7 answers
2.0K+ views
So we have a requirement that the user be able to save the state of the grid they are working on and then at a later time when they come back to that page the state would be the same... Meaning if they were to sort ascending by the column "State" and then group by the column "City"... when that user comes back to that grid it should look the same as when they left it.  We are planning on doing this via either a save to a database or a session variable, but my question is what is the best way to save these settings?
1.) How do I build up some sort of object that contains the settings for the grid...
2.) How do I pass those settings back into the grid when they come back to the page.

Thanks,
Jason
Dimiter Madjarov
Telerik team
 answered on 10 Dec 2014
1 answer
838 views
I have a grid that lists the quantity of every product. However, I'd like the unit type appended to the quantity field. Is it possible to define this in the ASP.NET MVC fluent grid builder, or will I have to write a jQuery script that appends the appropriate unit type for each row? Ideally, the solution would be something along the lines of:
1.columns.Bound(o => o.Quantity).Title("Quantity").Append(o => o.UnitType);

My grid:
01.@(Html.Kendo().Grid<ViewModels.SupplyViewModel>()
02.    .Name("GridSupply")
03.    .Columns(columns => {
04.        columns.Bound(o => o.ProductNo).Title("Product").Width(135);
05.        columns.Bound(o => o.Quantity).Title("Quantity");
06.    })
07.    .DataSource(d => d
08.        .WebApi()
09.        .Model(m => m.Id(o => o.OVR_URID))
10.        .Read(c => c.Url(Url.HttpRouteUrl("DefaultApi", new { controller = "Supply" })))
11.    )
12.)

The desired output would be (the text in bold is appended):
01.<tr>
02.    <td>Product ABC</td>
03.    <td>1000 BOTTLES</td>
04.</tr>
05.<tr>
06.    <td>Product DEF</td>
07.    <td>1000 BOXES</td>
08.</tr>
09.<tr>
10.    <td>Product GHI</td>
11.    <td>1000 SACKS</td>
12.</tr>
Kiril Nikolov
Telerik team
 answered on 10 Dec 2014
2 answers
103 views
Hi,

I am using Kendo grid in a LightSwitch project, the data is coming from a web API in json format. I have some drop-downs which changes the data source of the grid. The grid loads fine, changing the drop down also changes the data-source which is fine too. But there are couple of Issues:
1) If I perform grouping, it reverts back the data source of the grid to the initial state.
2) Changing the drop down changes the data source but removes the formatting applied to columns.

divyang
Top achievements
Rank 1
 answered on 10 Dec 2014
1 answer
158 views
Hi,

I have two Kendo calendars next to each other: one is used for "from" date while the other is used for "to" date. Whenever the selected date in the "from" calendar is changed, it updates the "min" value for the "to" calendar, and vice-versa.

This works well, except that changing the min and max values seem to redraw the whole calendar, and I loose the context of the current view. For exemple, if the from calendar is currently on the "November" view, and "from" is 3rd of November. On the other hand, if the "to" calendar is currently on "December" view with to set on 3rd December.

If I navigate to the "november" month in the "to" calendar, and changed the date of the "from" calendar (from 3rd to 4th November for instance), then the min is correctly updated on "to" calendar BUT it automatically navigates again to the month of the selected date (hence, December). I think this is a bug, changing the "min"/"max" should not reset the view (unless there is nothing to show, obviously).

Thanks
Kiril Nikolov
Telerik team
 answered on 10 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
Drag and Drop
Map
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
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?