I have started to use DevExpress LayoutControl a bit. It feels powerful but I don\'t get it as I want. I want to set a minwidth and minheight of components as you can\'t have a dialog real small and i
<dx:ASPxGridView ID=\"ASPxGridView1\" runat=\"server\" AutoGenerateColumns=\"False\" ClientInstanceName=\"ASPxGridView1\">
I have a series with floating point numbers between 0 and 6. I wish to display this in a bar graph. How do I force DevExpress XRChart to display the whole numbers 0,1,2,3,4,5,6 as axis labels?
I have the following piece of code that works great in all but one instance. private void tbxLastName_EditValueChanging(object sender, DevExpress.XtraEditors.Controls.ChangingEventArgs e)
Bllow is my AspxGridview syntax <开发者_JS百科dx:ASPxGridView ID=\"ASPxGridView1\" runat=\"server\" AutoGenerateColumns=\"False\" KeyFieldName=\"Menu_ID\"
Hello I currently use the ASPxGridView from DevExpress (2010 v1).Has anyone had any success creating double headers where the first set of h开发者_如何转开发eaders span across multiple subheaders?
I have an aspxtextbox e.g <dxe:ASPxTextBox ID=\"txtZip\" runat=\"server\" Width=\"150\"> <MaskSettings Mask=\"00000\" ErrorText=\"Please input missing symbols\" />
If I place a DevExpress ASPxComboBox or ASPxTextBox within a JQueryUI tabs widget, any data that is within a DevExpress control that is not on the initally active tab does not get displayed开发者_C百科
I am trying to make a character counter, 40/200...41/200 and so on.Now for a textbox control I am hooking into the KeyUp Event with something like this...
Im new on Dxpreince 10.(and don\'t think im expert on this) I wrote simple webpage. For setting values in grid view i use list and bind that to Aspxgridview.Datasouce. so how access to the selected ro