[CLOSED] Grid Buttons

  1. #1

    [CLOSED] Grid Buttons

    I have a grid to which I have added a toolbar with some buttons. I would like that menu to flush right, but am not sure what property to set to make that happen. Here is my code:

     .TopBar(Sub(top)
                  Dim itm As New Ext.Net.Toolbar()
                  With itm
                    .ClassicButtonStyle = True
                    .Add(New Ext.Net.Button() With {.Text = "Print", .Icon = Icon.Printer, .OnClientClick = "displayPrintPreview()"})
                    .Add(New Ext.Net.Button() With {.Text = "Export", .Icon = Icon.PageWhiteExcel})
                  End With
                  
                  top.Add(itm)
                End Sub
        ) _
    Can you please provide that reference? Thanks.
    Last edited by Daniil; Aug 13, 2012 at 6:46 AM. Reason: [CLOSED]
  2. #2
    Hi,

    Please add a ToolbarFill control as the first item.

Similar Threads

  1. Replies: 5
    Last Post: Jun 02, 2011, 9:15 PM
  2. how to left align the grid buttons
    By harshad.jadhav in forum 1.x Help
    Replies: 2
    Last Post: Nov 30, 2010, 8:00 AM
  3. [CLOSED] [1.0] Radio buttons that appear as buttons
    By MP in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Mar 24, 2010, 6:28 PM
  4. [CLOSED] [1.0] Buttons
    By Timothy in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Mar 21, 2010, 1:57 PM
  5. Image buttons / Custom built buttons
    By conman in forum 1.x Help
    Replies: 2
    Last Post: Jul 15, 2008, 11:01 AM

Tags for this Thread

Posting Permissions