Skip to content

Replies

0
SHAOLIN XIONG
SHAOLIN XIONG answered on Jun 16, 2017 7:19 PM

Hi Plamena,

I am working on it and I will solve this issue myself.

Thanks,
Shaolin

0
SHAOLIN XIONG
SHAOLIN XIONG answered on Jun 15, 2017 1:21 PM

Hi Plamena,

Thanks so much for your reply!

Best Regards,
Shaolin

0
SHAOLIN XIONG
SHAOLIN XIONG answered on Jun 14, 2017 2:48 PM

Hi Plamena,

Thanks so much for your Sample app.

Is there a way to combine column header with its empty group header for those individual columns (Column 1, 2 …) that are not in any group?

Why is this approach called something related to ColScrollRegion? I knew this approach a while ago but did not know it has any thing to do with ColScrollRegion. Sorry, it is just my curiosity 🙂

Your help is greatly appreciated!

Best Regards,
Shaolin

0
SHAOLIN XIONG
SHAOLIN XIONG answered on Jun 12, 2017 3:55 PM

Hi Plamena,

Thanks so much for your quick reply!

One of the requirements I mentioned is Fixed columns and groups, which is not supported with the group layout. The RowLayoutStyle is set to None. Can you send me a sample application please?

Your help is greatly appreciated!

Best Regards,
Shaolin

0
SHAOLIN XIONG
SHAOLIN XIONG answered on May 31, 2017 9:30 PM

Hi Milko,

It worked and I appreciate your help.

Best regards,
Shaolin

0
SHAOLIN XIONG
SHAOLIN XIONG answered on May 25, 2017 2:59 PM

Hi Milko,

Thanks for your reply!

All child bands are added at run time and a child band is added when it is needed. We use a virtual UltraDataSource and we use its event InitializeRowsCollection and CellDataRequested. Each band has only one child band with the same columns. The following is the code snippet we have:

UltraDataBand childDataBand = band.ChildBands.Add(name);
foreach (IField field in fields)
     childDataBand.Columns.Add(field.Name, field.Type);

Your help is greatly appreciated!

Best Regards,
Shaolin

0
SHAOLIN XIONG
SHAOLIN XIONG answered on Aug 24, 2016 3:49 PM

Hi John,

Thanks for your sample code, which helped me to understand exporting to Excel better.

Best Regards,
Shaolin