How to hide the header for Silverlight 3 DataForm control - silverlight-3.0

I'm using the DataForm control in my SL3 app, it has a header with some icons by default (edit, delete, navigation etc. etc.), I can prevent most of the icons from appearing on the header, but want to get rid of the header all together. haven't had much luck with google...

In xaml set the property on the dataform like so:
CommandButtonsVisibility="None"

I had a similar problem with the header of the new popup control in SL3.
Modifying look/behavior of the new Popup control (ChildWindow) in Silverlight 3
Same solution?

Not too sure of Silverlight 3, but in Silverlight 4 it's like this:
HeaderVisibility="Collapsed"

Related

Modify the rightclick menu options of cxgrid

In cxGrid,where do you modify the menu options when you right click in the Grid?
I would like to get rid of that "Right to left reading order","Show Unicode control characters","Insert Unicode control character","Open IME" and "Conversion". I dont need them at all.
How can I do that ?
This is the standard context menu of the Windows EDIT control, and not part of the Delphi code behind the control that you are using. In other words, the Delphi control that you are using is wrapping some system provided functionality.
I suppose that it would be possible to remove some items from that, but it's not easy. The EDIT control does not offer you any way to remove these built-in items. This issue has been discussed at the devExpress forum:
https://www.devexpress.com/Support/Center/Question/Details/Q292288
https://www.devexpress.com/Support/Center/Question/Details/Q102030

Devexpress Grid MVC 3 Razor engine

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?

left to right telerik combobox in right to left mvc application

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.

Browser problem with smartgwt drag & drop

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).

Silverlight 3 Treeview

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.

Resources