Loading...

Toolbar Extra Final Separator

Toolbar Extra Final Separator

  • This topic is empty.
Viewing 2 reply threads
  • Author
    Posts
    • #7454
      Anonymous
      Anonymous
      Participant

      Hello,

      n

      I can reproduce this case. As a workaround, you can try to add some script to modify this element:

      n

        n

      1. Add a HTML Form Web Part into the page;
      2. n

      3. Edit this web part source;
      4. n

      5. Add below code into the text editor:
      6. n

      n

      <script>

      n

      $telerik.$(document).ready(function(){

      n

      $telerik.$('.rmSeparator').last().removeClass('rmSeparator');

      n

      });

      n

      </script>

      n

        n

      1. Save all;
      2. n

      n

      That script will find the last separator and clear its class.

      n

    • #4727
      Anonymous
      Anonymous
      Participant

      Hi,

      I’ve added, to a Toolbar within a qListView, a Custom Action at position 0. So far, so good.

      But whenever I try to add a Separator at position 1 (after my custom action) this duplicates the separator at the end of the toolbar.

      Something like

      CustomAction | New | ….. | Delete || <– extra separator

      The red one is the one I added at position 1 and the one at the end gets generated, to my knowledge, for no reason.

      Any help would be most appreciated.

      Thx!

    • #7206
      Anonymous
      Anonymous
      Participant

      , thx for the response.

      n

      I figured some JS would've done the trick, but thought I was doing something wrong

      n

      Thx again

Viewing 2 reply threads

You must be logged in to reply to this topic.