We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Ajax Error on group expand in hierarchical GridGroupingControl in excel edit mode

Hi,

I am getting client script error on expanding the group in  hierarchical 'GridGroupingControl' in  'ExcelEditMode'.The paging and filters are working fine on the grid but when ever I click on the '+' sign image to expand the grid I get the following error .Somebody plz help..!!

"Microsoft JScript runtime error: Sys.WebForms.PageRequestManagerServerErrorException: Object reference not set to an instance of an object."

 

 

 



SyncGrid2_79676e60.zip

3 Replies

ES Eswari S Syncfusion Team April 3, 2013 08:51 AM UTC

Hi Gurjot,

 

Thank you for using Syncfusion products.

 

Currently, we don’t have support for the feature ‘ExcelEdit mode in Hierarchy Grid’ .This has been confirmed as a feature request and it will be available in our future volume releases. The feature implementation would also greatly depend on the factors such as product design, code compatibility and complexity. We do not provide confidential information in general forum. Please create the new incident in DirectTrac for better follow up with the feature and you can also check our website periodically to know about our release information.

 

Let us know if you have any queries.

 

Regards,

Eswari S



NA Navadeebans May 10, 2013 10:29 AM UTC

Hi last two days back i was purchased the syncfusion control i am facing some problem in the Hierarchy grid 
Task 1:
 case 1: ExcelEditMode="False"

the nested grid all the functionality working fine 

case 2 ExcelEditMode="true"

now exapand is not working  

Task 2 :

i need some columns editable some columns non edit able how can we do it in the asp.net version

Thanks 


Excellikeeditmode_d3c5b568.rar


RD Rakesh D Syncfusion Team May 15, 2013 10:47 AM UTC

Hi Navadeebans,

 

Thank you for using Syncfusion products.

 

Query : In Hierarchy grid when ExcelEditMode is set to true expand not working ?

 

We would like to let you know that currently, we don’t have support for the feature ‘ExcelEdit mode in Hierarchy Grid’ .This has been confirmed as a feature request and it will be available in any of our future volume releases. The feature implementation would also greatly depend on the factors such as product design, code compatibility and complexity. We do not provide confidential information in general forum. Please create the new incident in DirectTrac for better follow up with the feature and you can also check our website periodically to know about our release information.

 

 

Query : Need some columns editable some columns non editable ?

 

To achieve your requirement we suggest you to set “CellType” of the required column to “Static”. Please refer below code snippet for further details.

 

[ aspx.cs ]

 

this.GridGroupingControl1.TableDescriptor.Columns[1].Appearance.AnyRecordFieldCell.CellType = "Static";

 

 

For your convenience we have prepared a sample for the above scenario and it is attached below. Please refer to it.

 

 

Please let us know if you have any concerns.

 

Regards,

Rakesh D

 

 



Editable Grid_265ac7e1.zip

Loader.
Live Chat Icon For mobile
Up arrow icon