By default the group expanding in grid - is fine.
But, we have the following issues in grouping with virtual scroll:
1. If we collapse the expanded row,the remaining rows are not coming to visible.
Refer image: Telerik-jquery-ui-exp-col-issue
2. By default the group columns should be in collapse state.
Refer image: Telerik-jquery-ui-def-col-issue
Could you please suggest solution for these issues?
Also we have one more question: we would like to do 'server side data processing', so we refer the following links
https://demos.telerik.com/kendo-ui/grid/virtualization-remote-data
https://demos.telerik.com/kendo-ui/grid/grouppaging
Could you please suggest, how do we use Kendo UI grid in ASP.Net webform and Ajax?
Thank you,
Jayachandran. J
I have the Kendo Spreadsheet installed and I can open an Excel file in it using the Open button at the left of the menu toolbar. However, I want to be able to open an Excel file automatically when my ASP.NET MVC page loads. The reason is because there are many large spreadsheets in the file and it swamps the browser when it opens. I want to use Open XML to extract one sheet from the file, save it on the server, then open that one file in the Spreadsheet control. I can do the Open XML part if someone here can tell me how to automatically open the file in client-side jQuery code, I guess.
Steve

I am starting a section using a Kendo UI Grid to add items dynamically from a product source. That product cell needs to be a searchable textbox. And the first column needs to be an integer only text box for quantity with a trailing last column showing a calculated field calculating the price X quantity.
Are there any links anyone knows of that might have a Telerik demo of doing this sort of layout in a grid?
Thanks

I'm using the scheduler component to display events for a day. These events occur one after another and can take different lengths of time but none can occur at the same time.
On a widescreen, the scheduler displays as expected with each event taking up the full width of the scheduler (NormalOperation.png). However, on a screen with a lower resolution or one with the browser zoom higher or lower than 100%, the events do not take up the entire width but appear as if they happen at the same time (DisplayIssue.png).
I have tried removing the custom style sheets we have in case there are any conflicting styles but this doesn't seem to make a difference.
Changing the start time of the events to 1 second later did seem to fix the issue but only when zoomed out in the browser.
Any help would be appreciated,
Ben

Hello Dear,
I have a problem when I use DropDownList in IPAD 13.0 Safari browser - Request Desktop Sites is on
<device>
IPAD IOS version - 13.5
<kendoUI Version>
v2013.2.918
<Source>
$(tagName).kendoDropDownList({
dataTextField: textField,
dataValueField: dataValueFieldName,
dataSource: datasources,
autoBind: autoBind,
select : func
});
<descreption>
when the kendoDropDownList is selected by touch, the binded function will never be fired
<others>
this problem will not happen in IPAD 13.0 Safari browser - Request Mobile Sites is on
this problem will not happen in IPAD 12 Safari browser
this problem will not happen in desktop browser such as Chrome, IE11
Based on the old Kendo UI version used and the code modifications + the changes introduced in iOS 13 the issue might be a quite complex one,
I will be very very grateful if I can get some hints or advices about how to resolve this issue.
or would someone tell me the difference in dropdownlist when it worked on Safari Request Mobile Sites Mode and Request Desktop Sites Mode
Regards

I'm trying to format a numeric text box item with the following:
attributes: {format: "#", decimal: 0}
But it has no efect
Could you give an example of how to achieve the above
Thanks

@(Html.Kendo().Grid<Dto.ReportTimeStatDto>() .Name("ReportGrid") .Columns(columns => { columns.Bound(c => c.BusinessProcess).Width(100); columns.Bound(c => c.WorkName)).Width(150); columns.Bound(c => c.CreationDate).Width(130); columns.Bound(c => c.TimeLimitDate).Width(130); columns.Bound(c => c.FinishDate).Width(130); }) .AutoBind(false) .Scrollable() .Resizable(r => r.Columns(true)) .Groupable() .Sortable() .Filterable( ) .Pageable(pageable => pageable .Refresh(true) .PageSizes(true) .ButtonCount(5)) .DataSource(dataSource => dataSource .Ajax() .Read(read => read.Action("Read", "ReportTimeStat")) .Model(model => model.Id(m => m.Id)) ) )
<button id="statistics" type="button">Statistics</button>$("#ReportGrid").data("kendoGrid").dataSource.filter()Latest 2019 R3 release,
kendo for dotnet core,
pdf.js same version as from pdf vewier kendo demo cdn,
only started happening in R3, R1,R2 weren't effected.
Please see attached.
