Client side model not clear

I have not found any reference of the client side model for the grouping grid. I also tried the example from Show/Hide Columns section:

========================================
Client-Side Show / Hide Column

On the client-side, columns can be shown or hidden using the following APIs.

• ShowColumn(columnindex)
• HideColumn(columnindex)

Please refer the below code snippet which illustrates this.

[JScript]

var gridTable = GetEGridTable( $get('<%= GridGroupingControl1.ClientID %>') );
gridTable.HideColumn( val );
gridTable.ShowColumn( val );
========================================

I see that my gridTable is "undefined" whilst the div is in place and has the right name.



2 Replies

RS Rajarajeswari S Syncfusion Team December 3, 2008 06:24 AM UTC

Hi Alexey,

Thanks for using Syncfusion products.

I am afraid that i am not able to reproduce the issue that you have mentioned here. I am able get the grid object using "GetEGridTable" method.

Please refer the sample from the below link, for hiding a column:

http://websamples.syncfusion.com/samples/Grid.Web/6.4.0.15/GGC_Web_HideColumn/main.htm

Please try this, and let me know if you have any other concerns.

Regards,
Raji




MH Mustafa Hacibekir October 23, 2013 08:43 AM UTC

Hi, 

I am also not able to find usage of "GetEGridTable". Can you give a sample without master page?

Thank you.


Loader.
Up arrow icon