Forums

Search

You searched for the word(s): userid:25394
1 2 3 Next
  • changing the layout view designer label to bold

    I have created a layout view label from the layout view designer and put in on my layout. I was trying to make it bold but I could not do it. I tried changing it in the windows designer still it does not show up as bold. Is there any way to do it? Thanks
    Posted to XtraGrid (Forum) by bkraider on 1/22/2009
    Filed under: layoutview designer, layoutview label
  • tooltip issue

    Is there anyway to not show a tooltip from the tooltip controller on mouse hover and show it when the i click on the grid cell in layoutview. Based upon the location of the mouse pointer I am using the below code to show the tooltip. I have to do this because the tooltip for the grid in layoutview is not showing up so I have to add this logic for it to show up. The problem after this logic has been the tool tip are very inconsistent sometimes it shows up the tooltip of the old column and sometimes
    Posted to XtraGrid (Forum) by bkraider on 1/15/2009
    Filed under: tooltipcontroller, LayoutView, tooltip
  • Re: Printing multiple grouprows in different color

    Look at the preview in the xtragrid tutorials for showing the preview they are using the customrowdrawpreview event and you are using the row cell style event. Try changing the event and also check out the preview sample in the xtragrid tutorials //<checkEdit3> private void gridView1_CustomDrawRowPreview(object sender, DevExpress.XtraGrid.Views.Base.RowObjectCustomDrawEventArgs e) { if(checkEdit3.Checked) { int dx = 5; Rectangle r = e.Bounds; r.X += e.Bounds.Height + dx * 2; r.Width -= e.Bounds
    Posted to XtraGrid (Forum) by bkraider on 1/15/2009
  • Re: Upgrade 2.4.5 to 8.1.7

    It would be good idea to first upgrade the visual studio first. Then try upgrading the developer express software
    Posted to XtraGrid (Forum) by bkraider on 1/15/2009
  • Re: layoutview,mouse wheel

    Dev x support team suggested the below solutions and it worked for me. private void layoutView1_MouseWheel( object sender, MouseEventArgs e) { ((DXMouseEventArgs)e).Handled = true ; }
    Posted to XtraGrid (Forum) by bkraider on 1/15/2009
  • layoutview,mouse wheel

    When I move my mouse wheel in the layout view it goes from one card to another. Is there any way I can disable this?
    Posted to XtraGrid (Forum) by bkraider on 1/15/2009
    Filed under: mouse wheel, LayoutView
  • Re: Embedded Navigator & Scrollbar height

    I dont like messing with designer code but how about changing the height of the embedded navigator in the designer.cs file?
    Posted to XtraGrid (Forum) by bkraider on 1/15/2009
  • Re: Unable to scroll a card view with the mouse wheel

    I have the same issue did you ever solve this problem? If yes please let me know about the solution. Thanks
    Posted to XtraGrid (Forum) by bkraider on 1/9/2009
  • Re: Button in gridview

    what the problem in using the button edit I thought it had the functionality of the normal button?
    Posted to XtraGrid (Forum) by bkraider on 1/9/2009
  • Re: Scrolling option for layout view card in master detail grid

    If I press F10 a hand symbol shows up and I scroll the card in the layout view up and down but it will be annoying to the users. Is there anyway I can use the mouse scrolling instead of using the hand symbol which comes up when I press the F10 for scrolling the card in the layout view? Thanks for the information
    Posted to XtraGrid (Forum) by bkraider on 1/9/2009
    Filed under: vertical scrolling, LayoutView
1 2 3 Next
More from DevExpress
Live Chat
Have a pre-sales question?
Need assistance with your evaluation?
We are here to help.
Chat is one of the many ways you can contact members of the DevExpress Team. We are available Monday-Friday between 7:30am and 4:30pm Pacific Time.
If you need additional product information, require pre-sales assistance, or want help with your order, write to us at info@devexpress.com or call us at
+1 (818) 844-3383.