Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    How to disable Highlights button and reordering option

    BuildDate Wed Mar 05 15:52:00 IST 2014
    Version 4.1p
    SCVersionNumber v9.1p_2014-03-05

    How to disable Highlights button and reordering option?
    I have boxed the sections to be disabled in the attached image.
    Attached Files

    #2
    Can you please reply to my question.

    Comment


      #3
      The AutoChild system allows you access to these various subcomponents, but at the moment, there is no way to disable these controls without breaking the dialog as whole. These subcomponents contain key parts of the behavior of the dialog, and in their absence, the dialog would not work.

      Instead, as we indicated in your duplicate thread on the same topic, you should create your own dialog, as you seem to want something quite different from the default framework dialog in this case.

      Comment


        #4
        FYI, I too would like to be able to hide/disable the HighLights button.

        [Edit] I found another post where there a reference to highlight button http://forums.smartclient.com/showthread.php?t=22943
        Last edited by stonebranch1; 19 Aug 2014, 06:33.

        Comment


          #5
          We just backported an attribute from 10.0 - DataBoundComponent/ListGrid.canEditHilites, default false.

          You should now find that the "Highlights..." button is no longer visible unless you setCanEditHilites(true) on a given grid.

          Comment


            #6
            Excellent, Thank You Kindly!

            Comment

            Working...
            X