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

seems a but somewhere in tablesummary ..

hi

that code

           GridTableSummaryRow sr = new GridTableSummaryRow();
            sr.ShowSummaryInRow = true;
            sr.Title = "test";
            gridSf.TableSummaryRows.Add(sr);

if i comment out sr.Title = "test"; row  - the program will fail in unhandled exception in external code 
System.ArgumentNullException : value cannot be null . Parameter name: input

ish

1 Reply

SP Subburaj Pandian Veluchamy Syncfusion Team January 21, 2019 11:50 AM UTC

Hi Ilaya, 
 
Thank you for contacting Syncfusion support. 
 
We have checked the reported issue “Throws exception when setting GridTableSummaryRow without Title” in DataGrid Xamarin.Forms, which is an expected behavior. As per the implementation, when setting ShowSummaryInRow as true, you need to set Title for GridTableSummaryRow. 
 
Please let us know, if you have any concern. 
 
Regards,
Subburaj Pandian V  


Loader.
Live Chat Icon For mobile
Up arrow icon