Telerik Forums
Kendo UI for jQuery Forum
4 answers
250 views

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

 

Aleksandar
Telerik team
 answered on 09 Jun 2020
2 answers
161 views

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

 

 

 

 

Petar
Telerik team
 answered on 09 Jun 2020
3 answers
443 views

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

Dimitar
Telerik team
 answered on 09 Jun 2020
1 answer
6.0K+ views
Hello,
I have following grid:

@(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))
   )                                
   )

and I have just a simple button:
<button id="statistics" type="button">Statistics</button>

I would like to achieve this scenario:
When user clicks statistics button I would like to pass DataSourceRequest to WebApi Controller. Then I would like to read all data (change pageSize to total count of records) with current filters set on grid and count average value of data from one of the columns.
I have problem with passing DataSourceRequest to my method in controller. I tried sending
$("#ReportGrid").data("kendoGrid").dataSource.filter()
object, but it's a bit different from DataSourceRequest so it's not working.
How could I solve this problem?
Jeffrey
Top achievements
Rank 1
Veteran
Iron
Iron
 answered on 09 Jun 2020
1 answer
1.7K+ views
After Upgrading to Kendo version- 2020 when i am using DatePicker or Date/Time Picker in a Kendo Grid the Calendar and Time is not displaying on clicking the Calender and clock icon also in one case The icons are also not visible. this is happening only when date or date/time picker is used in Kendo Grid
Nikolay
Telerik team
 answered on 08 Jun 2020
4 answers
406 views

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.

Dimitar
Telerik team
 answered on 08 Jun 2020
1 answer
1.3K+ views

I'm incorporating Kendo ui widgets into an existing application. Unfortunately, the Kendo theme css is overriding other css styles for non kendo widgets.

Is there a way to prevent kendo theme css from doing this?

Aleksandar
Telerik team
 answered on 05 Jun 2020
1 answer
95 views

Apologies if this has been asked before...

 

I have a grid where we display a matrix with checkboxes that users can click to check/uncheck items. As long as there aren't  ~ > 1000 rows and columns everything is fine. I turned on virtual scrolling like this:

scrollable: { virtual: true }

 

and like this:

scrollable: { virtual: "rows, columns" }

neither seems to do much when you have 2500 columns and 3000 rows.

 

Is this even doable? Is there an example of this somewhere I could see?

 

Matt

Alex Hajigeorgieva
Telerik team
 answered on 05 Jun 2020
2 answers
165 views

Hello. I have a very weird issue with Kendo grid. After creating a new record the grid seems to firing a destroy event for some random records. it calls DELETE action on the server that modifies some rows in DB:(sets IsActive field to false, updates ModifyDate and some more rows). I am certain that the delete action is called because of these rows are updated as it is configured in the action. the rows that are being deleted (deactivated) are completely unrelated. has anyone had the similar issue or any ideas how to fix this?

I have attached couple photos. one shows the destroy event configuration, and another one shows database rows, the top ones are deactivated after create event of the bottom row. about 4 to 6 rows are deleted every time.

please let me know if you have some ideas. Thank you in advance

Nikolay
Telerik team
 answered on 05 Jun 2020
11 answers
249 views
On

http://demos.telerik.com/kendo-ui/web/scheduler/index.html

if you open the firefox console and executes this script:

$("#scheduler").data("kendoScheduler").destroy();

the scheduler is almost destroyed, but the toolbar remains.
Martin
Telerik team
 answered on 05 Jun 2020
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?