telerik-mvc Questions
3
Solved
Does anyone know what properties to set to make a Kendo MVC Textbox Multiline?
@(Html.Kendo().TextBox()
.Name("txtComments")
.Value(@Model.Comments)
.HtmlAttributes(new { style = "width:100%" ...
Cuttler asked 20/1, 2016 at 16:12
3
I am using telerik mvc grid. In my table I have unique key defined for a field. And in controller I am catching the error using try ... catch inside DbUpdateException.
in catch block I want to han...
Dilatometer asked 14/3, 2013 at 8:23
5
Solved
I am trying to populate a ComboBox (Telerik RAD COmboBox) in a test ASP.NET MVC3 app.
I have defined the ComboBox on my ASPX page and in the controller I have defined the action call that returns ...
Pimiento asked 5/5, 2011 at 16:53
2
Solved
I have a visual studio solution with multiple telerik MVC4 razor projects having same look and feel. I don't want to have same layout, CSS/styles, images and js files copied in all MVC4 projects. W...
Camembert asked 2/5, 2012 at 21:47
2
Basically, I am looking for the MVC version of this demo:
http://demos.telerik.com/kendo-ui/grid/filter-menu-customization
Here is what I currently have:
.Columns(columns =>
{
columns.Bound...
Danseur asked 29/5, 2014 at 18:27
2
Solved
We are using about 3 DropDownList components inside a cardView kendo.ui.Window item.
When the window is closed, we're calling the 'destroy' method for each of the contained DropDownList items.
The...
Doig asked 25/6, 2014 at 13:17
1
For my telerik radgrid I am using numeric pages. I can see the page numbers. But I am not able to identify the selected page. All the page numbers remais alike after selecting the page. I need the ...
Cellule asked 20/11, 2015 at 8:27
2
i have a model with dynamic "propertys" (in DB level, something similar to Entity-Attribute-Value system).
The properties are in a field of Dictionary<int, string>, and would like to show the...
Hyaloid asked 4/6, 2015 at 17:24
3
When creating an MVC project via Visual Studio, Views are created with ".cshtml" files.
The KendoUI Server Wrappers have a model in the View whereas the KendoUI Web not only doesn't have any model...
Keyte asked 11/10, 2013 at 1:22
3
Solved
I am having an issue with my Request.IsAuthenticated always return false. I am setting the AuthCookie
CurrentRequest currentRequest = null;
if (Url.IsLocalUrl(returnUrl) && returnUrl.Le...
Lehmann asked 12/11, 2013 at 15:39
3
Solved
I have develop a MVC3 Application in that i have use html5 video controls when i run the application it is playin Chrome but when i try to play in IE8 Browser it doesn't play the video just it show...
Relucent asked 3/8, 2011 at 6:29
5
Solved
I have the following legacy code that I would like to mimic, with all action links inside one column. However, I can't seem to get the Razor syntax right. How should I express this in Razor?
The A...
Remove asked 16/12, 2010 at 16:40
1
Solved
I have a long experience of using a whole host of different tools from Telerik and, I have to say, I love them.
But I need an alternative. Why? Well, I want to start an Open Source project. ...
Phosphene asked 13/3, 2014 at 16:29
1
I have following code for Custom Ajax Binding. This has following problems even though it is displaying data for the first page.
• The request.Sorts is coming as NULL in to the Orders_Read method...
Epicenter asked 5/8, 2013 at 17:32
3
Solved
why should i use telerik radcontrols over visual studio built-in controls. Basically i want to know the pros and cons of telerik controls.
I am new in telerik. I really get very less time for...
Redaredact asked 24/9, 2013 at 12:7
6
Solved
I'm trying to get a fixed height header and a content area the fills the screen. The content div contains a telerik mvc grid. I've tried a few suggested on stackoverflow but the control that is the...
Loraine asked 21/6, 2011 at 20:57
2
Solved
I am using the Telerik MVC Grid with Ajax binding, and am having a problem passing an object to the controller to be used to filter data. I am able to pass simple data (string, int), but not a more...
Virago asked 15/9, 2011 at 15:44
2
Solved
I am using Kendo UI MVC grid. One of the properties of the model is bool, so I need to present it in grid as checkbox. By default Kendo UI present it as "true" and "false" values in the column. So ...
Tartuffe asked 11/11, 2012 at 20:43
2
Solved
I am using Kendo UI grid with GridEditMode.InCell and I need to add a hyperlink for delete/destroy command in the grid column instead of the default "Delete" button.
My current code looks like:
c...
Pearcy asked 13/11, 2012 at 16:36
1
I am getting A public action method 'cache' was not found on controller occasionally while executing the actionresult. Although here is no cache defined or used in my code.Don't know where from it ...
Brachium asked 25/5, 2012 at 7:54
1
Solved
I'm working with KendoUI MVC in MVC3.
I managed to get a dropdown in a grid column. But I have no clue on how to set the selected value, and when I save it doesn't save my selected value.
The gri...
Grendel asked 20/6, 2012 at 9:27
2
I am using the JSON2 library in order to use JSON.stringify to send some JSON data to my MVC controller.
When I include another script in my view (Telerik MVC) I start to get script conflicts when...
Siclari asked 28/11, 2011 at 15:42
2
Solved
this is my mark up
<tr class="t-detail-row">
<td class="t-hierarchy-cell"></td>
<td class="t-detail-cell" colspan="5"></td>
</tr>
I want to find the tr wit...
Selfassertion asked 4/1, 2012 at 15:59
1
Solved
I'm trying to create a rowcount-query from a regular query, but the resulting SQL seems to lack the GROUP BY resulting in a wrong count. Does anyone know what I'm doing wrong.
First the queries:
...
Tektite asked 4/11, 2011 at 16:54
2
Solved
Script registrar loads jquery.validation.min.js even after
Html.Telerik().ScriptRegistrar().jQuery(false)
Is there any way to tell it not to do so?
Even when I try to load exactly what I need,...
Perceval asked 26/5, 2011 at 15:20
1 Next >
© 2022 - 2024 — McMap. All rights reserved.