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

EnableCustomBinding info

3 Answers 372 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Bob
Top achievements
Rank 1
Bob asked on 10 Jun 2016, 02:53 PM

Can someone tell me exactly how the grids behavior changes when EnableCustomBinding is set to true?

Does it change the request that is sent?

Does it change the data that is expected from the server?

Does it change how binding is done?

Does it work differently if ServerOperation is true or false?

 

 

3 Answers, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 14 Jun 2016, 09:02 AM
Hi,

The method is applicable only if the grid is configured for server binding and it basically instruct the grid to disable the built-in processing. A sample that demonstrates its use is available here.

Regards,
Daniel
Telerik
 
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
 
0
Bob
Top achievements
Rank 1
answered on 21 Jun 2016, 03:37 PM

I was looking for a bit more info. Also, that page you referred me to does show using the grid with Ajax binding. 

Guess I'll just have to spelunk the code on my own.

0
Daniel
Telerik team
answered on 23 Jun 2016, 12:58 PM
Hello again,

Using custom Ajax binding is demonstrated on the same page below the server binding example. The EnableCustomBinding method is not applicable in Ajax binding mode. It will only make a difference if you are using Ajax binding for the DataSource and passing the data initially to the GridBuilder or to the BindTo method.

Regards,
Daniel
Telerik
 
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
 
Tags
Grid
Asked by
Bob
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Bob
Top achievements
Rank 1
Share this question
or