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
310
RowSummary does not work for some ultragrids
posted

Hi all,

I want to display number of rows of my grid at the top of it.I added a summarysetting to Band[0] and set its Key(=Count), DisplayFormat(=Number of rows : {0:N0}), SourceColumn(=ID [hidden]), SummaryDisplayArea(=TopFixed) and SummaryType(=Count). also i set the GroupBySummaryDisplayStyle to SummaryCells and AllowRowSummaries to False (because i do not want to allow to user to change the type of  summary with sigma button).

These settings works fine for my test ultragrid But not for main grid in my main project??!

I could not find the difference between these grids?

Parents
No Data
Reply
  • 71886
    Offline posted

    Hello mphoenix,

    Are you sure that you are not loading a layout after executing this code? Could you please also take a look if there is not something else that could be overriding these settings.

    If this does not work I will need to take a look at a sample reproducing the issue.

    I will be waiting for your feedback.

Children