[CLOSED] Property Visible="false" not works in Desktop module

  1. #1

    [CLOSED] Property Visible="false" not works in Desktop module

    Im trying use Visible false in desktop module, but not works.

    <%@ Register Src="modules/Consulta.ascx" TagPrefix="mod" TagName="Consulta" %>
    
    <mod:Consulta runat="server" Visible="false" />
    Is always visible
    Last edited by Daniil; Nov 23, 2013 at 6:19 AM. Reason: Please use [CODE] tags, [CLOSED]
  2. #2
    Hi @avante,

    Thank you, we will consider a possibility to get it working. For now, please use:
    <ext:DesktopModuleProxy runat="server" PreventAdding="true">
    or don't add the module on the page at all.
  3. #3
    It has been fixed in the trunk and will go to the next release (v2.4).

    Thank you again for the report!

Similar Threads

  1. [CLOSED] How to show "combobox arrow" after readOnly = false?
    By mcfromero in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jul 19, 2012, 3:20 AM
  2. Replies: 2
    Last Post: Jun 21, 2012, 10:51 PM
  3. [CLOSED] Hidden="true" behaves as Visible="false"
    By marco.morreale in forum 2.x Legacy Premium Help
    Replies: 5
    Last Post: May 28, 2012, 3:17 PM
  4. Replies: 1
    Last Post: Apr 09, 2012, 11:42 AM
  5. Replies: 0
    Last Post: Jan 18, 2011, 3:53 AM

Tags for this Thread

Posting Permissions