[CLOSED] Loading message in Multicombo and possibly in other controls

  1. #1

    [CLOSED] Loading message in Multicombo and possibly in other controls

    Hi,

    When I expand a multicombo with an store I see "Loading..." message. Is there any way to remove it or change this message?

    I tried with this inside multicombo

    <Loader runat="server">
                                    <LoadMask ShowMask="false" />
                                </Loader>
    But doesn't work and throws me and exception because is expecting an url parameter in loader.

    Possibly it could happen in other controls, I understand that solution for this is the same for other cases if it exists.
    Last edited by Daniil; Aug 02, 2012 at 2:42 PM. Reason: [CLOSED]
  2. #2
    Hi,

    Please set up:
    <ListConfig LoadMask="false" />
    for the MultiCombo.
  3. #3
    Ok, thanks it works well

Similar Threads

  1. Replies: 1
    Last Post: Jul 08, 2012, 9:02 PM
  2. [CLOSED] Message box controls Id
    By RCM in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Mar 21, 2012, 9:19 AM
  3. This could possibly be a very simple problem.
    By RowanRishi in forum 1.x Help
    Replies: 2
    Last Post: Jul 19, 2011, 11:03 PM
  4. Replies: 0
    Last Post: Jan 05, 2011, 6:48 AM
  5. Loading message for a grid
    By angelolsantos in forum 1.x Help
    Replies: 2
    Last Post: Oct 08, 2009, 2:52 PM

Tags for this Thread

Posting Permissions