Telerik Forums
Kendo UI for jQuery Forum
2 answers
85 views
I have a couple of grids that are keyboard navigatable and have combobox custom editors. Keyboard navigation works fine while moving between cells and hitting enter to select a cell to edit and even hitting enter to select an item on the combobox after navigating with the keyboard works fine.

Hoewever, if you use your keyboard to select an option from the combobox and then hit tab, the selected option is not preserved, basically Tab acts the same as the Esc key on IE9 and IE10. This does not happen in either Chrome or Firefox, but unfortunately our corporate users are all using IE9 so they are getting very annoyed by this since it seems like a natural thing to do when using keyboard input.

Here's an modified example taken from your demos where you can see this behavior.

http://jsbin.com/agowir/2/

Thank you
OmarOrnelas
Top achievements
Rank 1
 answered on 08 Apr 2013
2 answers
498 views
I'm having a problem with the kendo grid. We are storing sorting and filtering in a DB and then restoring it when the user comes back to the page. Both sorting and filtering work correctly on the grid, however, the filtering icon doesn't change for the filtered column(s). The sorting indicator does work properly, it displays the arrow on the column, but the filtering doesn't display.

One thing I noticed while putting together a test for you guys to look at is that if you click the column filter once and close it, after that it starts working, but if you only apply the filter to the datasource initially and don't click the icon, it doesn't change.

You can look at my example (taken from your default examples) here.
http://jsbin.com/equbeg/1/

Thanks,
Omar
OmarOrnelas
Top achievements
Rank 1
 answered on 08 Apr 2013
1 answer
58 views
Porting a working app from iOS/Android to WP8. showLoading() does something. I see a darkgrey bar across the center of the screen. But I don't see the spinning loading wheel. Is there a trick to this? Is this a known problem?
Kamen Bundev
Telerik team
 answered on 08 Apr 2013
1 answer
55 views
The text fields on my forms have no blinking cursor so you can't figure out what the insertion point is. The fields work. I can input text. But just no blinking cursor. The background is black on WP8 - so perhaps the cursor color needs to inverted??? Is this a known problem? Is there a fix?
Kamen Bundev
Telerik team
 answered on 08 Apr 2013
1 answer
39 views
Hi,
Please see my code
It is calling every change rather work locally.
@(Html.Kendo().Grid<iFacilitiesDemo.Models.sp_Result>()
        //@(Html.Kendo().Grid<iFacilitiesDemo.Models.Task>()
    .Name("Grid")
             .BindTo((IEnumerable<iFacilitiesDemo.Models.sp_Result>)ViewBag.Products)
    .Columns(columns =>
    {
        //columns.Bound(p => p.Building);
        columns.Bound(p => p.Job_No);
        columns.Bound(p => p.Company);
        columns.Bound(p => p.Status);
        columns.Bound(p => p.Manager);
        columns.Bound(p => p.Client);
    })
    .Groupable()
    .Pageable(pager => pager
            .Input(true)
            .Numeric(true)
            .Info(true)
            .PreviousNext(true)
            .Refresh(true)
            .PageSizes(true)
            )
    .Sortable()
    .Scrollable()
    .Filterable()
 )
Dimiter Madjarov
Telerik team
 answered on 08 Apr 2013
4 answers
507 views
I added a custom validation function for field Discount.
The problem is that the confirmation alert inside the validation function seems to make validation trigger multiple times, so that user has to confirm again and again to make popup editor go away.

Jfiddle demo here: http://jsfiddle.net/uBfQ3/1/

To reproduce:

1. Edit discount field to more than 20 and hit update
2. Observe Confirm-popup triggering several times and popup editor is still present after hitting OK in all these windows
3. Hit update and observe yet another confirmation pops up
4. Hit OK and observe that popup editor finally goes away
Lars Lykke
Top achievements
Rank 1
 answered on 08 Apr 2013
3 answers
250 views
Hi All,

I am using Kendoui upload control (Async mode) in my asp.net application.I am able to successfully upload file using Google chrome,Firefox and IE10 but in IE9 file uploads successfully but success event of kendo upload does not fire and it always goes to error event.

kendo upload make ajax call to asp.net apiController where I have written sub which does not return.

so I get response with no content as mentioned in documentation to have empty response for success but still success event does not fire in IE9.

Please help me to fix this issue.

Regards
Imran





Dimo
Telerik team
 answered on 08 Apr 2013
1 answer
81 views
Hi there!
here (http://docs.kendoui.com/getting-started/using-kendo-with/aspnet-mvc/helpers/grid/ajax-editing)  you show an example of showing Validation Errors in Kendo.  I have two questions about your example:
- After the Server Update fails, Update/Cancel Buttons are hidden and Edit is shown.  Is it possible to capture the error event and keep the Update/Cancel buttons visible?
- If the server-generated error is added to the model via AddModelError, is it possible to show the error in the cell instead of using the alert?

Thank you very much for your assistance!

Daniel
Telerik team
 answered on 08 Apr 2013
3 answers
296 views
Hello,

Does it give a way to create a sidebar menu like in Facebook app? 

The sidebar should take all the height of the screen and push all main content on the right when it opens.

If somebody has an example of this working in jsbin/jsfiddle or on a page, I would like to see it ;-).

Thanks,
Bastien
Sebastian
Telerik team
 answered on 08 Apr 2013
4 answers
38 views
Hi

First of all, KendoUI is  pretty cool.

I'm playing around with it and created the following demo

http://test.iphonex.co.uk

All buttons work fine on iPhone 5 but on iPhone 4 - iOS - 4.3.2 the buttons don't respond.
After we added the slide at the top it stopped working.
Once we remove the top slider all is fine.

Any help would be much appreciated.

Thank you for your time,

Regards
D
Davendra
Top achievements
Rank 1
 answered on 08 Apr 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?