- This topic is empty.
- AuthorPosts
-
-
11/18/2015 at 7:07 am #7454
AnonymousParticipantHello,
n
I can reproduce this case. As a workaround, you can try to add some script to modify this element:
n
- n
- Add a HTML Form Web Part into the page;
- Edit this web part source;
- Add below code into the text editor:
n
n
n
n
<script>
n
$telerik.$(document).ready(function(){
n
$telerik.$('.rmSeparator').last().removeClass('rmSeparator');
n
});
n
</script>
n
- n
- Save all;
n
n
That script will find the last separator and clear its class.
n
- 11/19/2015 at 12:21 pm #4727
AnonymousParticipantHi,
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!
- 11/19/2015 at 12:21 pm #7206
AnonymousParticipant, thx for the response.
n
I figured some JS would've done the trick, but thought I was doing something wrong
n
Thx again
-
- AuthorPosts
You must be logged in to reply to this topic.