Telerik Forums
Kendo UI for jQuery Forum
11 answers
320 views
Hi:

I recently added a forum post, but attached the wrong image.  How do I remove the image?

Phil
Veselin Tsvetanov
Telerik team
 answered on 21 Sep 2017
2 answers
357 views
Which files does mediaplayer support?
Preslav
Telerik team
 answered on 21 Sep 2017
1 answer
134 views

As per the documentation, we can filter the datasource with only one logic: either "or" or "and". I need to filter as per the following logic:

(condition 1) and ((condition 2) or (condition 3))

Is it possible?

If not, is there in the operator something like "in" so that I can do the following logic:

(condition 1) and ( x in ("value 1", "value 2"))?

 

Tsvetina
Telerik team
 answered on 21 Sep 2017
2 answers
110 views

I have a grid

@(Html.Kendo().Grid<TaskViewModel>()
.Name("taskGrid")
.Deferred()

...

.Columns(columns =>
{
columns.Bound(e => e.CrmWorkflowStatusText).Title("WF Status").Filterable(x => x.UI("SomeFunction")
.Extra(false)
.Operators(k => k
  .ForString(str => str.Clear()
  .IsEqualTo("Is equal to")
  .IsNotEqualTo("Is not equal to")

)));
})

...

.DataSource(dataSource => dataSource

...

))

that has a dropdownlist to filter one of the columns

 

function SomeFunction(element) {

const checkBoxTemplate = '@(Html.Kendo().CheckBox().Name("#:Title#").HtmlAttributes(new { @class = "checkbox", onchange = "SomeOtherFunction(this)" }))';

element.kendoDropDownList({

dataSource: {

transport: {

read: "@Url.Action("SomeAction")"

}},

optionLabel: "Select Something",

dataTextField: "Title",

dataValueField: "Title",

open: adjustDropDownWidth,

template: "<span><label>" + checkBoxTemplate + "<span id='#= Title #'>#= Title #</span></label></span>"

});

}

My problem is setting the id of this dropdownlist. I tried

 name: "somename"

and

htmlAttributes: { id: "somename" }


hmtlAttributes does nothing and name: "somename" sets the data-role attribute to "somename"...

 <input title="Value" style="display: none;" type="text" data-role="test123" data-bind="value:filters[0].value">

Is there a way to fix this?

Rui
Top achievements
Rank 1
 answered on 21 Sep 2017
5 answers
274 views
The combination "groupable" and "selection" is not working. When I wrote the code like example(http://plnkr.co/edit/DlQCEsjJW55b5jffnG1b?p=preview) combination the function bring the incorrect index values.
onSelectionChange(event) { alert(event.index); }
Any idea ?
Dimiter Topalov
Telerik team
 answered on 21 Sep 2017
3 answers
251 views

Hello,

we use Kendo UI grid for Angular 2 and we found an issue with default kendo-string-filter. When text is entered into filtering cell the bound filter object is correctly updated,and reset filter button appears, thats fine.

When the text in filter is deleted one would expect filter reset button to disappear and given filter criteria (FilterDescriptor for that column) to be removed from filter object. That is not what happens however. When text is deleted (by backspace for example) he reset button stays visible and bound filter object still contains the FilterDescriptor for that column, just with value being '' (empty string).

Dimiter Topalov
Telerik team
 answered on 21 Sep 2017
1 answer
130 views

Hello,

I want to use autocomplete with popup position on top of it, here's an example: https://dojo.telerik.com/UraZa

Everything works fine for the first suggestion (first screenshot). The issue occures when suggestion content is updated: popup position is broken after that (second screenshot). Looks like "position" property of configuration is ignored.

I get this behaviour in every browser I tried (Chrome, IE, FF) with different versions of framework.

Any suggestions?

Thanks.

Ivan Zhekov
Telerik team
 answered on 20 Sep 2017
1 answer
156 views
what kind of datatype do I have to choose for video? json, binary, html blob?
Viktor Tachev
Telerik team
 answered on 20 Sep 2017
5 answers
242 views

Hello,
           I have a scenario where want to load kendo grid  in kendo window on button  The button is in external template  by . Please suggest something by which can close and exit/hide grid  and window easily


Grid MVVM external Script:

<script id="FeeGrid" type="text/x-kendo-template" class="KendoExtTemplate">
     
    <div id="feegridContainer">
        <div data-role="grid"
             data-editable="true"
             data-toolbar="['create', 'save']"
             data-columns="[
                                 { 'field': 'FeeCurrency', 'width': 270 }
                              ]"
             data-bind="source: FeeBreakup"></div>
    </div>
 
</script>

 

01.<script id="Heads" type="text/x-kendo-template" class="KendoExtTemplate">
02.    <div>
03.        <input data-role="numerictextbox" data-min="0" data-bind="value: Gross_Fare">
04.        <input data-role="numerictextbox" data-min="0" data-bind="value: TotalFee"><button data-role="button"
05.        data-icon="edit"
06.        data-bind="click: OpenFeeGrid"
07.        ></button>
08.    </div>
09. 
10.</script>

 

 

the OpenFeeGrid , should trigger to show / hide  kendo Window with Grid inside.

Preslav
Telerik team
 answered on 20 Sep 2017
8 answers
1.8K+ views
Support,

Testing the column locking in kendo.all.min.js version 2014.1.318 the following javascript error occured:
     
     'Uncaught Error: Having both detail template and locked columns is not supported'.  

Can  you look into this error and provide more information.  We've been looking forward to the column locking functionality. 

Bill 
Stefan
Telerik team
 answered on 20 Sep 2017
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?