This is a migrated thread and some comments may be shown as answers.

How to use mysql query?

1 Answer 153 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Simone
Top achievements
Rank 1
Simone asked on 31 Mar 2017, 08:52 AM

Hi!

I'm using Kendo UI for Php for create a grid, I connect it to mysql db and I get the data.

I get the id and some other data, when I update I have to edit also other field that I don't show to the user. I need to use custom query but I cannot get the data from $request->models 

Can someone help me?

Thanks

I'm trying
I'm trying
I'm trying

1 Answer, 1 is accepted

Sort by
0
Boyan Dimitrov
Telerik team
answered on 04 Apr 2017, 08:04 AM

Hello Simone,

As far as I understand the problem you are facing is that you are trying to send additional data with update operation. My suggestion is to use the data method of the transport.update and send it to the server once user is updating a record or records. 

Regards,
Boyan Dimitrov
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Grid
Asked by
Simone
Top achievements
Rank 1
Answers by
Boyan Dimitrov
Telerik team
Share this question
or