Completed
Last Updated: 06 Feb 2024 07:50 by ADMIN

Bug report

The following files are included in the UI for PHP source distribution:

kendoui\wrappers\php\lib\Kendo\UI\PDFViewerDplProcessing.download.php
kendoui\wrappers\php\lib\Kendo\UI\PDFViewerDplProcessing.read.php
kendoui\wrappers\php\lib\Kendo\UI\PDFViewerDplProcessing.upload.php

The files are also duplicated with:

PDFViewerDplProcessingDownload.php,
PDFViewerDplProcessingRead.php
PDFViewerDplProcessingUpload.php

Expected/desired behavior

The DplProcessing should not be included in the UI for PHP source distribution

Environment

  • Kendo UI version: 2022.3.1109
  • Browser: [all ]
Unplanned
Last Updated: 09 Aug 2023 10:55 by Krasimir
Created by: Krasimir
Comments: 1
Category: UI for PHP
Type: Feature Request
1
Some classes are not complying with the psr-4 autoloading standard, so either the file name or the PHP class names must be changed.
Unplanned
Last Updated: 03 Aug 2023 14:11 by AKR
Created by: AKR
Comments: 0
Category: UI for PHP
Type: Feature Request
1

Hi Team,

I would like to request resources such as a demo and documentation which integrate UI for PHP with Laravel PHP

Thank you!

Unplanned
Last Updated: 18 Jan 2023 12:52 by ADMIN

Hi,

Use two or more DatePicker widget in the same page. In some moment it produces next error:

next IDs have duplicates in DOM: 2 items #nav-up

Same may apply for other Date related widgets.

Completed
Last Updated: 09 Jan 2023 12:18 by ADMIN
Release R1.2023-Increment.3(18.Jan.2023)

Hi,

As stated in changelog of version 2022.2.802  'state' prefix removed from CSS state classes.

But php wrappers do not reflect these changes. For example, wrapper for TabStripItem still requires old class name, as a result TabStrip selection is broken:


<?php

namespace Kendo\UI;

class TabStripItem extends \Kendo\SerializableObject {
    public function createElement() {
        $element = new \Kendo\Html\Element('li');

        if ($this->getProperty('selected')) {
            $element->attr('class', 'k-state-active');
        }

Need More Info
Last Updated: 28 Oct 2022 07:46 by ADMIN

Hi,

PanelBarItem and TabStipItem wrapper classes missbehave with PHP version >= 8 when contentUrl function not called and related property not set.

We are using UI for PHP R3 2022 (version 2022.3.913.)

Thank you.

Unplanned
Last Updated: 03 May 2022 11:24 by ADMIN
Created by: Matthew
Comments: 1
Category: UI for PHP
Type: Feature Request
0

Give users the ability to add custom editors in the Kendo Grid using the existing PHP library. It would be extremely helpful to create the edit control using existing functions (e.g. DateTimePicker) and pass it into the column so that users can leverage all of the existing PHP calls to set up their component and pass it into the grid column. 

For example:

$datePicker= new \Kendo\UI\DateTimePicker('edScheduleDt');
$datePicker->componentType('classic')
  ->interval(15)
  ->dateInput(true)
  ->change('myOnChange')
  ->close('myOnClose')
;

$scheduleDateCol = new \Kendo\UI\GridColumn();
$scheduleDateCol ->field('ScheduleDate')
  ->title('Scheduled')
  ->width(214)
  ->editor($datePicker)
  ->format('{0:M/d/yyyy h:mm tt}')
;

Pending Review
Last Updated: 16 Jul 2018 20:15 by ADMIN
Created by: Rinck
Comments: 3
Category: UI for PHP
Type: Feature Request
78
I've been playing around with the ImageBrowser (Editor) and would love to see a variation of the ImageBrowser as a standalone widget. If I could use it without the Editor to simply select or upload an image file that would really add value to some of my applications (for which I now have to use a different tool: elFinder).

Since the ImageBrowser already exists, hopefully this would be an easy addition to the KendoUI toolset! :)
Pending Review
Last Updated: 11 Jan 2017 08:43 by Telerik Admin
Created by: Imported User
Comments: 0
Category: UI for PHP
Type: Feature Request
1
Found issue in ImageBrowser.php, for thumbnail, getThumbnail uses setImageHeaders, which send whole image size, not thumbnail size, causing thumbnail loading delay or fail (depending on browser)
Completed
Last Updated: 09 May 2016 11:24 by ADMIN
kindly vote guys..........(Y)