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
45
Translation of right click context menu in Colums with datetime
posted

Hi there, Frischluftvermeider...

I'm looking for the way to Translate the Context-Menu (right click: Cut, Copy, Paste and Select All) of a Datetime-Column (ColumnStyle.DateTimeWithoutDropDown) in a Ultrawingrid (6.3).
I think i read it somewhere here, but did not find it again. All default editable (Text) fields work fine, all Labels/Prompts of the Grid are customized, but for this Menu I did not find any ResourceCusomizer entries.

Thanks a lot in advance,

Johannes

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

     Hi Johannes,

        It looks like DateTime fields use the same context menu as any other column. The resource strings are for the Infragistics.Win assembly and thy are:

    EditContextMenuCut

    EditContextMenuCopy 

    EditContextMenuPaste 

    EditContextMenuSelectAll 

Children
No Data