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

I've a Panel bar in my page, and every panel bar has a grid in it. The problem is when I click on the edit button of the grid in the first panel bar and then the edit button of the grid in the second panel bar, the custom editors just goes haywire. Is it possible to have only one grid in edit mode? If I click in the edit button of the second grid, the edit mode of the first grid is cancelled and vice versa.

Please have a look at the image attached.

Thank you
Niroj
Alexander Popov
Telerik team
 answered on 17 Jan 2014
1 answer
97 views
Hi,

I am new to Kendo Ui web controls.
I have downloaded Kendo Ui complete package.
I have a KendoUi web combobox which i want to bind.I have added a web service page viz. Webservice.asmx, in which i have function that  returns a datatable having 2 columns i.e. DataText column and DataValue column. (which is required for a combobox to bind). But my combobx is not loading at all..please help me on this.
m i on the right track?..OR Is it that i have to return data only in json or xml format? can't we use a datatable?
Please reply soon...its urgent.
I want the app to run on mobile devices.

Thanks,
Shreya
Vladimir Iliev
Telerik team
 answered on 17 Jan 2014
1 answer
392 views
On my web site the numeric textbox is black and the regular textbox is white.  I want both to be white backgroudn and black font.  Does anyone have any suggestions?

HEre is the page.
http://rosatimma.com/classes/Womens-Self-Defense-and-Fitness
Iliana Dyankova
Telerik team
 answered on 17 Jan 2014
3 answers
244 views
I have a kendo grid that must refresh every 2 seconds to show the new rows added to my list of json objects. This is done by datasource.read(). This grid allows filter through the context menu (columnMenu), but the user can't write text in the filter's menu because the grid is reloading every second (datasource.read()).  In other words, when the user inputs some value in the menu's textboxes, the textboxes are cleared after refresh.

Is there any way to avoid to clear the text while the user is writting?
I try to add an "event listener" on the texts boxes to get the its values and fill it after datagrid's reload, but i don't know which column the text box is..  Is there any solution? Here is a demo: http://jsfiddle.net/3qT3J/2/
Thank you.
Kiril Nikolov
Telerik team
 answered on 17 Jan 2014
4 answers
705 views
Hi. I am trying to have the Kendo UI grid select an initial row by ID that I specify. In the following code, grid.select(row) using the data-uid selector does not work. This same code works perfectly fine once the grid is 'up and running'. However, grid.select(row1) using the first row selector DOES work. What is the difference?

I am using Ajax binding if that makes any difference, but the view (page) is initially displayed in response to a HTTP Get MVC action. I also tried initializing in the DataBound event, but same problem.

    $(document).ready(function () {
        // Get a reference to the grid
        var grid = $("#Grid").data("kendoGrid");

        // Select row if specified
        if (dataTypeSelectedGuid) {

            // This snippet does not work - grid.select() returns no rows
            // AND yes, dataTypeSelectedGuid is correct and valid when
            // I look at the HTML.
            var guidRowMatch = "tr[data-uid=" + dataTypeSelectedGuid + "]";
            var row = grid.tbody.find(guidRowMatch);
            grid.select(row);
            var select = grid.select();
            var dataType = grid.dataItem(select);

            // This snippet does work - grid.select() returns first row
            // as expected. What gives? What's the difference?
            var guidRowMatch1 = ">tr:first";
            var row1 = grid.tbody.find(guidRowMatch1);
            grid.select(row1);
            var select1 = grid.select();
            var dataType1 = grid.dataItem(select1);
        }
    });

Jacques
Top achievements
Rank 2
 answered on 17 Jan 2014
1 answer
63 views
I have a listview and details view similar to http://demos.kendoui.com/mobile/listview/editing.html.  I have bound the tap event to the <li> to navigate to the detail view and pass the UID just like in the example. This works perfectly the first time, but when I click the back button and click another row in the listview I get a 404.  

The URL of the list view page is /main.html#transactions.html.  The first time I click a row I navigate successfully to /main.html#view-detail?uid=dc788c65-c7d5-4921-a1a5-8bfc00ad46b3.  Once I click back and click another row, I get /main.html#view-detail?uid=1d8d3baf-204e-4eca-82ed-4c67402b933f (URL seems correct) but the console displays "/view-detail?uid=1d8d3baf-204e-4eca-82ed-4c67402b933f 404 (File not Found)".

Any ideas?
Kiril Nikolov
Telerik team
 answered on 17 Jan 2014
1 answer
94 views
I believe the simplest way to upgrade kendo within icenium is to clone a project and then copy the new files from one project to another.

What project can I clone that will have new kendo files? The samples have v2013.2.729, v2013.2.1021, but I'd like to get the newest ones.
Steve
Telerik team
 answered on 17 Jan 2014
1 answer
164 views
Hi Fellas,

my problem is that I actually have been running into several times in the last few weeks. I use google maps and I want swipeToOpen to be set to false, but to all the other Views it should be on. To demonstrate my problem I created some code right here http://jsbin.com/OzOhelAK/11/edit
As you can see, if you swipe to the left or to the right the drawer opens up. But if I switch to the map View, I would like to disable that function.

I would appreciate any help!

Thank you so much for everything,
Chris

Kiril Nikolov
Telerik team
 answered on 17 Jan 2014
3 answers
70 views
Hi,
   I have a requirement to enable keyboard navigation on a page with multiple grids on teh same page. The grids vary from simple grids to Hierarchical grids on the same page.  the default commands given in the demo area are working only for one grid. Please do let me know from where I can get help on this issue.
I am working on the ordinary HTML one. Please do give an example for a normal HTML solution.
Thanks in advance
Regards,
Vijay
Nikolay Rusev
Telerik team
 answered on 17 Jan 2014
3 answers
52 views
Hi.  I'm trying to find an example where there is fixed text displayed above a listview.  For example, At the top of the mobile app screen is the information about an order.  Date shipped, PO Number, etc.  Below, I would like to have a listview that has the line items of each of the items that are a part of the order detail at the top.  I would like to be able to scroll through this "half screen" list view while the order information stays in place and static above it.  Is this possible?
Kiril Nikolov
Telerik team
 answered on 17 Jan 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?