Telerik Forums
Kendo UI for jQuery Forum
5 answers
857 views
If I want to display a checkbox in the grid. Whats the best way to do that?

I am doing this and it doesn't seem to work.

@(Html.Kendo().Grid(Model)
.Name("Grid")
.Columns(columns =>
{
columns.Template(@<input type="checkbox" />);
columns.Bound(r => r.RouteName);
})
.Pageable()
.Sortable()
.Scrollable()
.Filterable()
.DataSource(dataSource => dataSource
.Ajax()
.ServerOperation(
false)
)
)

 

 

 

 

Iliana Dyankova
Telerik team
 answered on 20 Jan 2014
3 answers
198 views
I am using the Telerik Grid's, with MVC3. These grid allow you to specify a error
event handler in case of an error. When a redirect occurs, after the session timeouts, this
function is not triggered, even though the redirect response is not in Json format.

  .Events(events => events.Error("error_handler"))

Note: error_handler is a js function which is not triggered.
Vladimir Iliev
Telerik team
 answered on 20 Jan 2014
1 answer
143 views
When using the editor with the MetroBlack theme, the dropdown list selector for the paragraph/heading section is all black text.

You can see this by using the demo version and changing the theme to MetroBlack - http://demos.kendoui.com/web/editor/index.html

Using the element inspector in Chrome, it appears it's a direct style update to change color to black. It appears this is occurring in the KendoUI Editor javascript somewhere, but I only have the trial edition and cannot exactly debug the minified files.

See attached screenshots:
Issue01 shows the issue as the background is black and the text is black, so the dropdown is useless.
Issue02 shows that the Chrome element inspector identifies the styling of color is being set to element.style (which means something is directly setting that style - IE, KendoUI in the JS)
Dimo
Telerik team
 answered on 20 Jan 2014
1 answer
31 views
Kendo UI community,

for our company it will be of importance to include some web features into the mobile app and the problem we just barely encountered is that we were going to include a panelbar into our mobile app. It works just fine, but the design is a little bit off. By that I mean it is not totally filled with color. Take a look at my jsbin http://jsbin.com/eqiVorEx/2/edit

Is there a way to get the panelbar totally filled with color?

Sincerely,
Max Meier
Kiril Nikolov
Telerik team
 answered on 20 Jan 2014
3 answers
302 views
How do I add/enable editing in agenda view
Georgi Krustev
Telerik team
 answered on 20 Jan 2014
1 answer
89 views
There aren't a lot of graphical examples of the k-* properties for styling and there's no documentation (that I can find) for control specific styling.
Thanks.

Jeff
Kiril Nikolov
Telerik team
 answered on 20 Jan 2014
1 answer
269 views
I'm trying to match the style of an existing application and the app has square pop-up windows with no border - and there's no border between the title and the body of the dialog. I'm wondering if I can use styling to achieve this same capability or if I have to use another method of displaying a window.

Thanks.

Jeff
Kiril Nikolov
Telerik team
 answered on 20 Jan 2014
4 answers
116 views
Hi,
I'm having some trouble with the Kendo Grid not being created at all in my webpage.
I followed this tutorial:
http://docs.kendoui.com/getting-started/using-kendo-with/aspnet-mvc/helpers/grid/server-binding#client-side-events-and-server-binding
and tried all the methods provided.
I've verified that the connection DOES work, and that I can get data from the server.

Here's my Controller:
public ActionResult Output()
{
    ViewBag.Message = "Location Name/Address Here";
    ViewBag.Link = "Location";
 
    var fcon = new FruitEntities().Fruits;
    ViewBag.Fruits = fcon;
     
    return View();
}
Here's my View:
@{
 
    ViewBag.Title = "Title";
     
}
 
<h2>Some grid should be here......</h2>
 
@{Html.Kendo().Grid<HR360Dashboard.Models.Fruit>()
      .Name("Grid")
      .BindTo((IEnumerable<HR360Dashboard.Models.Fruit>)ViewBag.Fruits)
      .Columns(columns =>
      {
          columns.Bound(p => p.Fruit_ID);
          columns.Bound(p => p.Name);
          columns.Bound(p => p.Color);
      })
      .Pageable();
}
I've checked using dev tool inspectors, and the grid doesn't show up at all.

Help Please! Thanks
Alexander Popov
Telerik team
 answered on 20 Jan 2014
1 answer
131 views
Adding the newest kendo.d.ts to my project along with the jquery.d.ts file gives me the following error ...

'Duplicate overload signature for 'data''

This occurs on line 9699 of the file, where the code reads ...

data(key: string): any;
Commenting it out works fine, but I do not like to have to mess with the vendor files like this. I am using the jQuery typescript definitions at Definitely Typed because the native jQuery one from the typescript website fails to even compile.

I am absolutely in love with Typescript, and I am adoring how Kendo integrates with it, but is there any chance this can get updated?

Atanas Korchev
Telerik team
 answered on 20 Jan 2014
1 answer
73 views
Hey guys

I'm using Kendo UI Mobile for quite a long time, and since the beginning I'm a bit disappointed with the ModalView. I think it should have more features that a regular View has. Examples and other ideas:

- Zoom
- Layout
- AfterClose event
- AfterOpen event (or beforeOpen? Can't remember right now if the open event is triggered after or before the opening animation)
- URL parameters
- Possibility of specifying different sizes for tablets
- Automatic height (is this achievable on current version?)

The app we're working now needs a image viewer, and we thought that the ModalView would be best for this, to not interfere with the navigation flow, but the lack of zoom hindered that idea.

So I ask, please, give more love to the ModalView!
Thanks!
Petyo
Telerik team
 answered on 20 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?