Hi Team,
I would like to request resources such as a demo and documentation which integrate UI for PHP with Laravel PHP.
Thank you!
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}')
;
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! :)
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)
kindly vote guys..........(Y)