[CLOSED] Set IFrameMaskMsg, GridCommand tooltip and command event message in code behind

  1. #1

    [CLOSED] Set IFrameMaskMsg, GridCommand tooltip and command event message in code behind

    Hi,

    I try to make our programm multilingual and I need some way to set the above texts from code behind. How can I do that?

    Thanks,
    Sharon
  2. #2

    RE: [CLOSED] Set IFrameMaskMsg, GridCommand tooltip and command event message in code behind

    Hi,

    1. AutoLoad mask message
    Panel1.AutoLoad.MaskMsg = "Message";

    2. GridCommand properties can be changed like the following
    CommandColumn c = (CommandColumn)GridPanel1.ColumnModel.Columns[0]; //set required index
    ((GridCommand) c.Commands[0]).ToolTip.Title = "Title";

Similar Threads

  1. Replies: 7
    Last Post: Jun 17, 2014, 10:14 AM
  2. [CLOSED] How to set Command ToolTip on the client?
    By vadym.f in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Aug 15, 2012, 3:55 PM
  3. Command - Tooltip Error
    By Tbaseflug in forum 1.x Help
    Replies: 1
    Last Post: Apr 13, 2012, 1:58 PM
  4. Replies: 1
    Last Post: Apr 11, 2012, 12:52 PM
  5. Replies: 1
    Last Post: Mar 10, 2012, 3:58 PM

Posting Permissions