Unplanned
Last Updated: 03 May 2022 11:24 by ADMIN
Matthew
Created on: 26 Apr 2022 19:36
Category: UI for PHP
Type: Feature Request
0
Add an edit control to a grid with the PHP library calls

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}')
;

1 comment
ADMIN
Neli
Posted on: 03 May 2022 11:24

Hello Matthew,

Thank you for logging this feature request.

I've changed the status of the issue to "Unplanned". The community can vote for the request, and if shows interest, we will consider implementing it in a future release.

Regards,
Neli
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.