tsiLang Expert don't handle TcxGridDBBandedTableView

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
larand54@yahoo.se
Posts: 1
Joined: Mon Nov 24, 2014 1:28 pm

tsiLang Expert don't handle TcxGridDBBandedTableView

Post by larand54@yahoo.se »

In this component you have the bands and they have items with captions.
These captions are not detected by the expert.

Is there a way around this or do I need to address the bands in the code and put the text there?

Heres the code from a dfm-file:

Code: Select all

        object grdSalesRegionDimDBBandedTableView1: TcxGridDBBandedTableView
          Navigator.Buttons.CustomButtons = <>
          DataController.DataSource = dmsContact.ds_SalesRegionDim
          DataController.KeyFieldNames = 'SalesRegionNo;PGNo'
          DataController.Summary.DefaultGroupSummaryItems = <>
          DataController.Summary.FooterSummaryItems = <
            item
              Kind = skCount
              FieldName = 'SurfacingName'
              Column = grdSalesRegionDimDBBandedTableView1SurfacingName
            end>
          DataController.Summary.SummaryGroups = <>
          OptionsBehavior.FocusCellOnTab = True
          OptionsBehavior.GoToNextCellOnEnter = True
          OptionsBehavior.ImmediateEditor = False
          OptionsView.ColumnAutoWidth = True
          OptionsView.Footer = True
          OptionsView.GroupByBox = False
          OptionsView.Indicator = True
          Bands = <
            item
              Caption = 'Intern nominell dimension'
            end
            item
              Caption = 'Anpassad nominell dimension f'#246'r f'#246'rs'#228'ljningregion'
            end>
On these last lines you can see the captions that's not detected.

Hope to find a solution quickly as a customer is waiting.
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

May be these Items listed under Collections property of TsiLang? If not then they could be found under ExtendedTranslations.
Best regards,
Igor Siticov.
Post Reply