[CLOSED] GridPanel LoadMask property missed

  1. #1

    [CLOSED] GridPanel LoadMask property missed

    Hi,
    LoadMask property of GridPanel doesn't found.
    Last edited by Daniil; Oct 30, 2012 at 10:06 AM. Reason: [CLOSED]
  2. #2
    <Loader runat="server">
         <LoadMask ShowMask="false" />
    </Loader>
    hope this helps. had to do a lot of these so far during my upgrading.

    From the CHANGELOG:

    71. Panel AutoLoad has been removed. Use Loader.

    71.1. Use DisableCaching instead of NoCache.
    71.2. Use Mode="Html" instead of Mode="Merge". It's by default.
    71.3. Use LoadMask.ShowMask instead of ShowMask.
    71.4. Use LoadMask.Msg instead of MaskMsg.
    71.5. Use Loader BeforeLoad and Load events instead of Panel BeforeUpdate and Update.
  3. #3
    Use LoadMask, LoadingText and LoadingCls properties of GridView
  4. #4
    Quote Originally Posted by TuscanDev View Post
    <Loader runat="server">
         <LoadMask ShowMask="false" />
    </Loader>
    hope this helps. had to do a lot of these so far during my upgrading.

    From the CHANGELOG:

    71. Panel AutoLoad has been removed. Use Loader.

    71.1. Use DisableCaching instead of NoCache.
    71.2. Use Mode="Html" instead of Mode="Merge". It's by default.
    71.3. Use LoadMask.ShowMask instead of ShowMask.
    71.4. Use LoadMask.Msg instead of MaskMsg.
    71.5. Use Loader BeforeLoad and Load events instead of Panel BeforeUpdate and Update.
    Hi @TuscanDev,

    Thank you for your attention. But this is a bit different case. There is a CHANGELOG item #113 for this case.

    113. The server GridPanel LoadMask property has been removed. Use the respective properties - LoadMask (true by default), LoadingText, etc. - of GridView.
  5. #5
    Thank you for your response

Similar Threads

  1. [CLOSED] Cannot Disable LoadMask for GridPanel
    By iansriley in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Jan 11, 2013, 3:42 PM
  2. [CLOSED] Missed FileUpload property of FormPanel
    By Daly_AF in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Jul 25, 2012, 11:57 AM
  3. Loadmask problem in GridPanel
    By Rakeshkumar.a in forum 1.x Help
    Replies: 1
    Last Post: Jan 12, 2011, 9:15 PM
  4. Replies: 0
    Last Post: May 07, 2010, 12:59 AM
  5. [CLOSED] Export GridPanel and LoadMask
    By jchau in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Apr 14, 2009, 1:35 PM

Posting Permissions