Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
this field does not have summary information
posted

I started working with Webdatagrid in asp.net and using summaries

I got exception like 'this field does not summary information. Make sure that AddSummary method was called prior to data binding.

I didn't get any related solution till now

Please give the solution for this

  • 130
    Offline posted

    Hello bhavani,

    To enable summary functionality in WebDataGrid you only have to enable summary in grid's behaviors collection by adding the following code:

    <ig:SummaryRow Enabled="true" />

    In order to help you with the exception you reported we would need exception's full stacktrace and a running sample application demonstrating the problem. Could you please log a support case using the link bellow (you have to be logged into your account) and provide exception's full stacktrace and a running sample demonstrating the problem.

    https://www.infragistics.com/my-account/support-activity

    best regards,

    Bobby Kulov,

    Infragistics Developer Support