Since the change in R2 2022, numeric text boxes now take up 100% of the width of their container, so the recommended way to set an elements width is with a DIV. However this is a block element, so how do I show a label (in a span) before the numeric text box on a single line?
Setting the div to inline, negates the width setting.
I'm using version v2023.2.606.
I currently have:-
<p>
<span class="lbllabel2">
Field Namew:
</span>
<div style="width:150px;">
@Html.Kendo().NumericTextBoxFor(c => c.Field)
@Html.ValidationMessageFor(model => model.RunOrder)
</div>
</p>
The only way I can see to get it working is with floats, which seems excessively complicated for such a simple (and I'd assume) common scenario.
I can say that the new versions since R2 2022 have proved extremely problematic and I have yet to see an up side to the changes.
Hi There,
Nested ListView requirement.
Is there any way we can implement nested listview for given design?
Thank You,
BDP
I have an ASP.NET solution that uses Telerik UI MVC 2018.2.620
I want to upgrade it to use Telerik UI MVC 2023.2.718
I installed Telerik UI MVC 2023.2.718, and then reinstalled Telerik UI MVC 2018.2.620
I don't have an Upgrade option to upgrade the solution. How can I use to upgrade tool to upgrade the solution?
Hi all,
I need a solution for ASP.NET MVC Grid Razor
i have a Grid InCell Edit Mode.
One Column Date
One Column as ForeignKey Column (Possible Values before Date: 01.07.2023 are [A, B, C] and At 01.07.2023 and later possible Values are [D, E]
Is there a solution how to change the selectlist by data of current row?
Regards
Gerd
Has anyone else noticed that neither the .Net core or MVC upload module works when run under iOS? https://www.telerik.com/aspnet-core-ui/upload
If you try and upload anything you can never click submit.
You can try it on the demo here on any iOS device -
This seems to have broken when the move was made to go to Sass from Less a few months ago. It worked fine in Less. With it being such a major component it is something that you would hope gets fixed very quickly.
Hi,
I first tried using a loop creating expansion panels which works fine on the face of it but each expansion panel needs to have a Rich Text Editor inside of it and it was not allowing me to click into the editor so I read it may be better to use a PanelBar to achieve what i need.
Basically what I need it to loop through a collection within the ViewModel and create a Panel Bar Item for each one. Each Panel Bar Item will generate 3 Rich Text Editors with Labels.
The markup shows no errors but when running I get "System.ArgumentOutOfRangeException: 'Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index'". This happens with even a single control referencing the index of the for loop e.g.:
An example of the code is:
@(Html.Kendo().PanelBar()
If I don't reference the i of the for loop within the content it works fine e.g.:
@(Html.Kendo().PanelBar()
</text>);
The reason I am using a 'for i =' loop instead of a foreach loop is because the collection was not being returned to the controller on post when I used a foreach loop but this method worked which could be down to my inexperience with MVC but I went with what worked.
The Expansion Panels worked great other than not being able to click into the Kendo().Editor() controls at all when they were inside the for loop. If I bound them to a control outside of the loop then they worked fine.
Any help would be greatly appreciated.
Hello friends,
After modifying some field values, click on Save button to save the changes. If it is a successful one, it is fine. However, if the update fails, the grid is frozen (or disabled). One can not edit the field values anymore.
Any ideas? Any property to set to enable the grid after a failed update? Thank you!
Warm regards.
Andrew
Hello friend,
We are using Kendo grid for our web application.
Most of the times it displays Date/Time fields correct. However, sometimes the Date/Time columns display in wrong format. Please see the image below.
This wrong display doesn't happen consistently. Any ideas?
Warm regards.
Andrew