Telerik Forums
UI for ASP.NET MVC Forum
5 answers
246 views
Hi,
     I am using telerik rich text editor, the problem which I am facing is, in IE 9 or IE 10, after typing a sentence and then applying bold style to the first word only then the whole paragraph's style is getting changed to bold. This is not happening in IE 7, IE 8, Chrome etc. So, any can please throw some light on it to help me.
Alex Gyoshev
Telerik team
 answered on 20 Jan 2015
1 answer
230 views
I have the following grid:

@(Html.Kendo().Grid<MyApp.WebUI.Models.MyModel>()
                    .Name("grid")
                    .Columns(columns =>
                    {
                        columns.Bound(m => m.codeType).ClientTemplate("#=codeType.code_type#").Width(75);
                        columns.Bound(m => m.codeVersion).ClientTemplate("#=codeVersion.code_version#").Width(75);
                    })
                    .Editable(editable => editable.Mode(GridEditMode.InCell))
                    .Events(events => events.DataBound("onDataBound"))

Both columns use a combo box for the EditorTemplate.
I am looking for a solution that disables the 2nd column on default.  Then based on value selected for 1st column, column 2 is either enabled or stays disabled.

Any guidance would be much appreciated.
Kiril Nikolov
Telerik team
 answered on 20 Jan 2015
2 answers
236 views
I have some cascading drop downs, that work well when first loaded, but when submitting the form and form is not valid the form is reloaded. The cascading dropdowns are populated as before but this time the cascaded dropdown does not send a value.
I can see with IE F12 tools that when I select from the list a span is loaded with the text value of my selection, but the input has no value. I can see when I do he same with the top dropdown that the input is populated with a value.
Thanks
Georgi Krustev
Telerik team
 answered on 20 Jan 2015
1 answer
432 views
Hi,

I am facing a problem when I don't want to show All elements" column in order to show, by default, all elements in a pivotgrid. 
Here is what I have currently;
pivotgrid.jpg

I also would like to remove the pivotgrid's footer which shows the total, located at the bottom of the grid. 
Here is what I would like to have ;
new.jpg
Georgi Krustev
Telerik team
 answered on 20 Jan 2015
2 answers
102 views
Hello,

Is there any themes availables for Orchard built with kendo uI, I have been unable to find anything in Orchard gallery.


Thanks for answers
cs
Sebastian
Telerik team
 answered on 19 Jan 2015
2 answers
107 views
I have some JavaScript running in the save event of the edit window of the scheduler to validate some input, if the validation fails I want to stop the windpow from closing, how can I do this?
I have tried
event.stopPropagation();
return false

Thanks
Alan Mosley
Top achievements
Rank 1
 answered on 19 Jan 2015
3 answers
115 views
I need to develop Grid controls for a database to provide CRUD operations. The only issue is we got around 600 tables thus looking at ideas on how to make the ASP.MVC grid control razor code more generic. My idea is to decorate the properties on a object with attributes, where I am lost is the Razor part.  May be I have to go all JS and skip Razor code generation ? 

Thoughts ?

Jay
Nikolay Rusev
Telerik team
 answered on 19 Jan 2015
2 answers
167 views
I want to close an edit window via script. How to do this.
Thanks
Alan Mosley
Top achievements
Rank 1
 answered on 16 Jan 2015
1 answer
148 views
I have a bunch of views that just contain grids.
Most of the code is identical. Is it possible to create a partial view with the grid and just pass it values to build it?
I want to reduce the amount of code I need to change when I need to change all grids
Petur Subev
Telerik team
 answered on 16 Jan 2015
1 answer
127 views
Hi,
I am try to looking for the solution to fix  kendo Grid's vulnerability, the vulnerability had find by WebInpsect vulnerability scanner.
when the scanner send a attack post parameter like:

sort=%0d%0aSPIHeader:%20SPIValue&page=1&pageSize=6&group=&filter=&AreaId=-1&DisciplineId=-1&FieldId=-1&MajorId=-1&Keyword=

the scanner attack sort parameter,  I got a error  "DbSortClause expressions must have a type that is order comparable.", that seems sort parameter value problem, but I never assign sort parameter,

another problem is the scanner send another attach paramter "sort=&page=1%0d%0aSPIHeader:%20SPIValue&pageSize=6&group=&filter=&AreaId=-1&DisciplineId=-1&FieldId=-1&MajorId=-1&Keyword="
I got a exception 
 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer&amp; number, NumberFormatInfo info, Boolean parseDecimal) +14345541

It's seems another Poor Error Handling issue in kendo grid.

Can any one give me some suggestion to fix those problems ?

Thanks, Regards,
Roger Hsu










Dimo
Telerik team
 answered on 16 Jan 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?