Telerik Forums
Kendo UI for jQuery Forum
3 answers
1.2K+ views
i want to create a custom filter as shown in the screenshot, once the user click on the filter (on filter initialization ), i want to add a list of unique values to the default filter and users will be able to select multi items. I was wondering how it can be done.
Marin
Telerik team
 answered on 29 Mar 2016
1 answer
145 views

I have an autocomplete input setup and it all works great - except when I look in inspector after either: selecting a suggested value; or typing in a value not in the list - the input value attribute is not set.

 

The value in my case is needed for my material design theme, which has the floating label. Without a value in the <input value="selected value"> the label returns to the middle of the field and overlaps with the selected text.

Any idea how to make the kendoAutoComplete also set the value of the input field?

Trent
Top achievements
Rank 1
 answered on 29 Mar 2016
6 answers
232 views

Does anyone know how far AngularJS is supported for the treemap widget?

 I get the feeling "k-data-source" and "k-rebind" don't seem to work. Is the treemap mature enough to be used with AngularJS

or should I stick to JQuery for this one?

thanks for the advice,

Arno

Anoush
Top achievements
Rank 1
 answered on 29 Mar 2016
5 answers
289 views

I have run into a problem while trying to do some on the fly charts.

I provided a dojo with the problem, what happens is that category axis doesn't scale the values so it goes like this 2015 - 2016 - 2015 -2016.

I can't seem to figure out the problem.

http://dojo.telerik.com/eWONO/11

 

Any help is much appreciated,

Thanks.

T. Tsonev
Telerik team
 answered on 29 Mar 2016
1 answer
204 views

When you initialize a Gantt inside a div with "display:none", it cannot get the proper width, and it renders incorrectly.

Is there any way to redraw the gantt after make the parent visible?

 

Something like:

<script type="text/javascript">

function showAll() {
        $("#div-parent").css("display", "block");
        var gantt = $("#gantt").data("kendoGantt");
        gantt.redraw();
    }

</script>

Bozhidar
Telerik team
 answered on 29 Mar 2016
8 answers
425 views

Hi,

     I have a grid with custom popup editor template using angularjs and it works fine so far.  However, when I try to use a detailtemplate in this master detail grid, I have a problem.  I have many ng-show directives like this snippet:

<script type="text/x-kendo-template" id="detailTemplate">
      <div dir-loadtemplate class="detailText">
              <ul>
                   <li ng-show="showCert"><label>CERType: </label>#= CERType == null ? '' : CERType.Description #</li>
                   <li ng-show="showEquipmentClass"><label>EquipmentClass: </label>#= EquipmentClass == null ? '' : EquipmentClass.Description #</li>

I click on row 1, it is good, I click on row 2, it is good, I click on row 1, and some fields are now hidden because I have less fields shown in row 2 than in row 1.

I tried to refresh angular properties like showCert on detailExpand event of the main grid, and it does not work.  I set breakpoint and it pass on the property set (showCert) and value is good.

$scope.ControlAccess = function (e) {
            $scope.showCert = e.AssignmentType != null && e.RequestType != null && e.RequestType.Id == "1" /*Nouvelle assignation*/ && e.AssignmentType.Id == "5" /*Document d'équipement*/;
            $scope.showEquipmentClass = $scope.showCert;

Any idea?

Thank you

 

 

 

Steve
Top achievements
Rank 1
 answered on 28 Mar 2016
0 answers
196 views

Thanks to Petyo for the great tip of using inverted ignore selector for draggable handle! 

Please see https://plnkr.co/edit/RLfJEhDDB9k1heXwWb5X?p=preview

Quotient
Top achievements
Rank 1
 asked on 28 Mar 2016
2 answers
88 views

Is there a way to use Kendo UI Grid for filtering a table with multiple values in some cells?

 

I'm going to use Kendo UI, but originally posted the question here:

http://programmers.stackexchange.com/questions/313657/is-there-a-name-for-such-search-model

 

Is that possible with Kendo UI?

Dimo
Telerik team
 answered on 28 Mar 2016
7 answers
759 views
Hello.
Please advise if it is possible to prevent grid from fetching data again after setOptions method was called.
Dimo
Telerik team
 answered on 28 Mar 2016
3 answers
1.0K+ views

columns: [
  {field: 'EmptyExport', values: ['red', 'white', 'blue']},
  {field: 'GoodExport', values: [
    {text: 'red', value: 'red'},
    {text: 'white', value: 'white'},
    {text: 'blue', value: 'blue'}]
  }
]

If you use the excel export feature for a grid with the columns listed above, the 'EmptyExport' field values don't make it into the excel grid (it's just an empty column), but the GoodExport field values do.

This is with version 2016.1.322

Dimiter Madjarov
Telerik team
 answered on 28 Mar 2016
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?