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