I'm using devexpres grid for mvc3 razor web site... so when I'm trying to change column position (header filter drag and drop option is set to true) icon appears on different place
Image link here
what can I do some advice?
This issue seems to be caused by the use of some specific CSS rule(s) on the problematic View/Page.
Are you able to replicate this behavior on the online demo?
Related
I'm using the material design package for my application layout menu.
I have 2 menus items where I can't find an icon that fits, so I got 2 SVG files that I added to the project.
I want to use this as the material-list-item icon instead of a material-icon.
Is there a way to do this by either adding a custom icon to the material-icon library or replacing the icon in the list.
If yes, please I need a complete example as I am new to DartAngular, still trying to figure out some stuff.
There is a mixin for material-icon which will get allow you to change a material-icon into using an SVG. https://github.com/dart-lang/angular_components/blob/c6cb3d783e72ff1ed7974f18b7f169778c73d39b/angular_components/lib/material_icon/_mixins.scss#L49
There is indeed a mixin for this as pointed out in Ted Sander's answer, but for the moment it does not seem to work. I've asked this on Gitter but did not get an answer, and I also opened a ticket on Github for this seemingly broken feature.
It's a telltale sign that even the official Angular Components Gallery has a broken SVG icon example.
I'd suggest to implement this by using separate list item rendering for those that have an official material-icon representation and those that need a custom SVG image, and conditionally render them with the ngIf directive.
Just upgraded to Orbeon 4.10 from 4.4 and am having an odd problem with the visual look of forms in the browser.
If I open the form using a URL of the form "http://../orbeon/fr/app-name/form-name/new", it displays as I expect (that is, it matches what I see in the Form Builder application).
On the other hand, if I embed that same URL in an IFRAME within an existing page, the layout of the controls on the form are lost - instead of getting my controls arranged neatly in grids as I see them in Form Builder, I get a single control per line. Even the various submit buttons at the bottom of the page are displayed as separate lines rather than one next to the other.
The same form definition works properly in Orbeon 4.4 - any idea what I need to do in order to get my controls to display properly? Is there some sort of new property here that controls this sort of thing?
I'm writing a mvc 3 right to left application.
In that application I've a telerik's combobox, and I need it to be left to right.
I added a Html attribute to the combobox like that new {dir="ltr"} but it worked only for the text box with the value but not to the list.
I also try to put the combobox within a dir="ltr" but it didn't work either.
anyone have an idea why?
You can check this example, which shows how to use ComboBox UI component in RTL mode.
How about using a wrapper with rtl direction set, as in this demo - http://demos.telerik.com/aspnet-mvc/combobox/rtlsupport? Try it.
I'm new to smartGWT. I've taken GWT components in a canvas that is draggable & added it into VStack. My code is working fine in IE but it is dissapearing on Firefox/Chrome. Any help is appreciable. Thanks in advance.
It sounds like you are trying to freely intermix SmartGWT and GWT components, which is something we don't recommend doing. See this item in the SmartGWT FAQ.
Specific patterns of mixing GWT components into SmartGWT (and vice versa) are supported (the above FAQ item explains this). If you think your usage falls into one of those patterns, post a standalone test case of what you're trying to do (to the SmartGWT Forums).
Is there any way one can display the Silverlight 3 (Either toolkit version or the built-in Blend version) treeview horizontally?i.e. instead of top to bottom, I wan to go from left to right.
There is no inherit method of the treeview to accomplish this. However, you might be able to achieve this by changing the ItemsPanelTemplate and the ItemsTemplate.
This forum discusses it in more detail.