Telerik Forums
Kendo UI for jQuery Forum
1 answer
76 views
I have numeric text boxes in edit mode in a grid. 

In IE and Firefox, it works well, but in Chrome, the first click (only the first) on a value to edit it causes the web page scolling automatically.   So if you click twice quickly, the second click will occur on another value.
Dimo
Telerik team
 answered on 03 Jul 2013
15 answers
123 views
Please try as follows...

  • Open Demo Grid Local Data
  • Select the Metro theme
  • Click on the filter icon (any column)
  • Play with the comboboxes (select, hover, blur, etc.)

If you hover with the mouse, the background is green. Most of the time, the text color is white. However, sometimes it is gray and very difficult to read. I can make it gray by...

  • hover the second "is equal to" combobox
  • click on it
  • the drop down appears
  • click on it again
  • the drop down is hidden
  • move the mouse away
Michael G. Schneider
Alexander Valchev
Telerik team
 answered on 03 Jul 2013
7 answers
2.2K+ views
Hi,

I have grid and need to search a record(By matching) and navigate the default page to  matching record's page on page load. E.g. I have a record called "Item 20" which is in Page 10. I need to pass "Item 20" and navigate the grid to page 10 on load by default.

Any help on this will be great support.

Thanks,
SAJID
Top achievements
Rank 1
 answered on 03 Jul 2013
1 answer
159 views
Hello!
I'm trying to figure out how do some fancy  grouping of columns AND rows.
Any pointers how can I archive results as in attached image?


Dimiter Madjarov
Telerik team
 answered on 03 Jul 2013
1 answer
158 views
http://jsfiddle.net/klaudyuxxx/a9wqL/52/

I know ButtonGroup was not made  to hold any DatePickers, but is there a workaround to make it look ok?
The buttons get a little bit huge after initializing the DatePicker, and the DatePicker itself inherits some styles and doesn't look as it supposed to.
In ScrollView No2 is what I'll use instead of ButtonGroup, but it's not that pretty.

Thank you!
Kamen Bundev
Telerik team
 answered on 03 Jul 2013
8 answers
2.2K+ views
Hi,

I am trying to concatentate text like so:

js
viewModel = kendo.observable({
                       AdminName: data.AdminName,
                       AdminEmail: data.AdminEmail
                   });
 
    kendo.bind($("#admin"), viewModel);

html
<a data-bind="attr: { href: 'mailto:' + AdminEmail}, text: AdminName"></a>

but this doesn't work.  Can I concatenate text, or do I have to define the exact text in the viewmodel?

David A.


Alexander Valchev
Telerik team
 answered on 03 Jul 2013
2 answers
79 views
I'm trying to use the Stock Chart for non-stock data because the navigator functionality is very helpful. Our data can have multiple entries at different times of a day, and then go for days/weeks/months without another entry. So, having the zoom/pan feature is important.

Here is an example of what I'm trying to do not quite working: http://jsbin.com/eyelec/1/edit
I don't get the window effect in the navigator to allow for zooming/panning.

.. Josh
Josh
Top achievements
Rank 1
 answered on 02 Jul 2013
1 answer
68 views
hi,

I use Kendo UI  /Grid /detail template ,the purpose is to pop up a sub-grid,but  can not pop up the sub grid when I bind to remote data.This phenomenon happened irregularly ,it means that sometimes it can pop up ,but sometimes can not.  why?

Alexander Valchev
Telerik team
 answered on 02 Jul 2013
7 answers
531 views
Greeting,

I am having an issue using the multi select inside a gird cell. I have the <select> control being generated inside a kendo.template and am binding the class of that <select> to the multi select on the dataBound event of the grid.

The is initially empty and gets populated base on a choice from a list view. When the grid is populated, everything shows up fine. BUT, when i click inside the multi select it looses its kendo...ness and reverts to an html multi select. I have noticed that there is a very small area that I can click (right next to  an already selected item or at the very end) but other than that it will loose it.

I wasn't sure if this was a bug or how I was creating it.

Thanks in advance.

GRID:

$("#grid").kendoGrid({
                dataSource: gridDS,
                toolbar: ["save", "cancel"],
                columns: [
                    { field: "Commodity", title: "Commodity" },
                    { field: "Description", title: "Description" },
                    { field: "Price", title: "Price", format: "{0:c}" },
                    { field: "NoteObj", title: "Note", template: kendo.template($("#tempNote").html()) },
                    { field: "QuoteBy", title: "Last Quoted By" },
                    { field: "QuoteDate", title: "Date", format: "{0:MM/dd/yy}" }
                ],
                editable: true,
                navigatable: true,
                pageable: true,
                update: true,d
                change: detailInit,
                selectable: true,
                dataBound: function (e) {
                    $('#grid').data('kendoGrid').tbody.find('#noteS').kendoMultiSelect();
                }
            });

TEMPLATE:

<script type="text/x-kendo-tmpl" id="tempNote">
        #=ParseNote(NoteObj)#
    </script>

FUNCTION:

function ParseNote(d) {            
            var a = d.split(',');
            var builder = "<input id='noteS' multiple='multiple'>";
            console.log(builder);
            for (var i = 0; i < a.length; i++) {
                if (a[i] !== "") {
                    if (a[i] == " True") {
                        builder += "<option selected>" + a[i] + "</option>";
                    } else {
                        builder += "<option>" + a[i] + "</option>";
                    }
                }
            }
            builder += "</select>";
            console.log(builder);
            return builder;
        };
KC
Top achievements
Rank 2
 answered on 02 Jul 2013
2 answers
61 views
After trying to find a work-around myself and opening a support ticket with Kendo UI (#709522), it seems that Kendo UI is not compatible with Cordova 2.7.  This is potentially due to the location.hashchange-related bug in Cordova (https://issues.apache.org/jira/browse/CB-2602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel).  Initializing the Kendo UI Application after deviceready does not seem to fix it either.  If anyone comes up with a work-around that works on Android and iOS, I'd love to know about it.  Until then, Kendo UI Mobile users seem stuck on Cordova 2.4.
Richardsonke
Top achievements
Rank 1
 answered on 02 Jul 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?