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
close icon

AddnewRecordeforeDetails Problem

Hi
I am using grid grouping control ver:4.4.0.55
I have used the custom engine given by syncfusion for my earlier query.
In that there is a piece of code:
// AddNewRecord
AddNewRecordSection addNewRecordSectionBeforeDetails = this.ParentTableDescriptor.CreateAddNewRecordSection(this);
addNewRecordSectionBeforeDetails.IsBeforeDetails = true;
this.Sections.Add(addNewRecordSectionBeforeDetails);

in the
protected override void OnInitializeSections(bool hasRecords, SortColumnDescriptorCollection fields)
{....
Now the problem is that I have used
this.bmsdgHierarchyMapping.TopLevelGroupOptions.ShowAddNewRecordBeforeDetails = true;
to set 1 row in the section of the grid as a blank row.
But as soon As I type something in that blank row which is above the datasection..and move out to another cell of next record.. I get a blank new below my data section.
Ths is not expected ..since I require only data bound to data source ..and do not require any additional row below the data section .
I have analyssed this behaviour and found that the custom engine code sets the new rows below the actual data section.
Pls help and reply asap.
Sample exe will be useful.
Thanks in Advance,
Aditi Pisal

BulkUpdate5.zip

Loader.
Live Chat Icon For mobile
Up arrow icon