BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
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."
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
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