Acheiving Client Side Binding

1 reply. Last post: April 29, 2010 1:44 PM by Glenn Layaar
Tags :
  • (None)
Madhavan GMember

Hi ALL,

Currently we are using Webgrid 6.We are migrating to Webgrid 7.

We want to Use the Client binding feature.

But we have lot of functionalities involved in Initializerow method,preparedatabinding,initailizepostback method.Because we are using Delegate events inside these methods.And also we are using VirtualLoad.

Please see the attachement which contains the sample page with some sample implementation which we are doing inside our pages.

Please advice.

Regards,

Madhavan

1 attachment

Answers

You could view our ClientBinding_WebService.aspx provided sample on how to bind custom data object using WebService.

Column creation that is done during PrepareDataBinding will need to be done on page load server side event.

You could also read in more detail regarding the client side binding event handling difference in article "The Differences with Server-side Binding" in WebGrid documentation, some event handler, such as InitializeRow will need to be done on client side.

I also see that Hierarchical mode is enabled in the attached sample, in the article "Supported Features and Limitations" in WebGrid documentations, it is already stated that in the current version of WebGrid client bindind does not support Hierarchical and Self Reference.

All Replies

You could view our ClientBinding_WebService.aspx provided sample on how to bind custom data object using WebService.

Column creation that is done during PrepareDataBinding will need to be done on page load server side event.

You could also read in more detail regarding the client side binding event handling difference in article "The Differences with Server-side Binding" in WebGrid documentation, some event handler, such as InitializeRow will need to be done on client side.

I also see that Hierarchical mode is enabled in the attached sample, in the article "Supported Features and Limitations" in WebGrid documentations, it is already stated that in the current version of WebGrid client bindind does not support Hierarchical and Self Reference.

All times are GMT -5. The time now is 11:44 PM.
Previous Next