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?
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.
Hi Boris and thanks for your reply. I have checked my codes in designer.cs and also in form_load, but i could not find anything that could override my settings.
Could you please tell me which kind of settings or codes can effect summary settings?
Thanks in advance.