Telerik Forums
UI for PHP Forum
1 answer
110 views

Similar issue to https://www.telerik.com/forums/invalid-classname-diagramconnectiondefaultsendcap-stroke   ,  in the PHP library these files all have  invalid classnames (probably autogenerated) :

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

These should be deleted, there are correctly name duplicate files for each ( PDFViewerDplProcessingDownload.php , PDFViewerDplProcessingRead.php PDFViewerDplProcessingUpload.php )

I would have done a pull requiest myself, but the PHP library is not a public repository.

This is in the latest version: telerik.ui.for.php.2022.3.1109.commercial 

 

Neli
Telerik team
 answered on 15 Dec 2022
1 answer
191 views

Is it possible to render chart as a svg, png or binary image by using kendo UI Chart PHP Class

I'm trying to find solution to generate charts from background php script, so any frontend charts with js and css don't work for me. I need to generate chart as an image and save it, just by running the script from background.

Georgi Denchev
Telerik team
 answered on 30 May 2022
1 answer
309 views
   

How to specify the password here?

$password = new \Kendo\UI\FormItem();
    $password
        ->label("Password:")
        ->field("Password")
->validation(array("required" => true));

Gabriel
Top achievements
Rank 1
Iron
Iron
Iron
 answered on 10 Jan 2022
1 answer
312 views

Hi Folks,

The Telerik UI for PHP works well to allow for using standard elements within the library. I'm able to create a standard Telerik form and field as below for example.

$username = new \Kendo\UI\FormItem();
$username->label("Username")
	->field("Username")
	->validation(array("required" => true));

$form = new \Kendo\UI\Form("form");
$form->orientation("vertical")
	->addItem($username);

Is it possible however to add a custom HTML element to a form, such as the markup for a Google Sign In button for instance? (Maybe something like the below).

$googleButton = new \Kendo\UI\HtmlItem();
$googleButton->content("<div>[code for Google button]</div>");

$form = new \Kendo\UI\Form("form");
$form->orientation("vertical")
	->addItem($googleButton);

Thanks,

CP.

Neli
Telerik team
 answered on 17 Nov 2021
4 answers
509 views
Hello,

I am using Telerik UI for PHP Grid component. And I want to use PHP function in column template, for ex.: 

#if (kendo.toString(kendo.parseDate(data.NearestTaskDate), "yyyy-MM-dd") === date(\'Y-m-d\')) {#
<div class="feed image">
<i class="#:NearestTaskTypeIcon# icon bg-yellow"></i>
</div>

where date is PHP function. However, browser console message says that date is not defined. How can fix it? Thank you.
Vishal
Top achievements
Rank 1
Iron
 answered on 27 Jul 2021
3 answers
306 views
just wondering if anyone has a solution to using the expand/collapsegroup events and detailexpand/collapse events to control multiple grids (both grids contain the same rows with the same columns with a unique identifier - ID - The two grids just show additional data). In other words if I open a group/detail on one grid the other grid opens closes.
Tsvetomir
Telerik team
 answered on 10 May 2021
1 answer
271 views
Is there a way to sync the scrolling of two vertical panes... If I scroll down in the left pane I want the right pane to scroll to the same top distance and vise versa..
Ivan Danchev
Telerik team
 answered on 05 May 2021
3 answers
847 views
Hi, i'm a newb in codeigniter and have a nice project and i want to use / purchase Kendo Ui, but is ther a tutorial, how a can add and use kendo ui in codeigniter ??

An MVC example would by nice.


Avdesh
Top achievements
Rank 1
 answered on 21 Apr 2021
1 answer
273 views
I looked in the documentation and samples but I didn't find, how to save the edited image on the server with PHP?
Martin
Telerik team
 answered on 14 Apr 2021
1 answer
253 views

hello,

i see in inline demo the read and write in server, in PHP demo is not exist but exist in JQuery demo

why the server code is not documented ?. (in JQuery demo)

thank you.

 

Ivan Danchev
Telerik team
 answered on 10 Mar 2021
Top users last month
horváth
Top achievements
Rank 2
Iron
Iron
Steve
Top achievements
Rank 2
Iron
Erkki
Top achievements
Rank 1
Iron
Mark
Top achievements
Rank 2
Iron
Iron
Veteran
Jakub
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?