Browse By Tags

  • Does WebGrid allow displaying/hiding only through CSS styles display and visibility?

    Does WebGrid allow displaying/hiding through CSS styles display and visibility? I dont want to use WebGrid property Visible but want to display/hide only by setting style attributes display and visibility.

  • Move focus from ultrawebgrid to another control

    Hey Guys,

    My apologies in advance if this has been covered, but I really did search and not find an answer to this.

    Situation: Using ultrawebgrids in ASP.Net 2.0.

    User needs to select from a grid. The name of the person in the selected row populates…

  • Copy-Paste in WebGrid for matrix of cells

    Hi,

    In the WebGrid (we are using NA 2007 Vol 3 CLR2.0 version), I copy a matrix of cells (say 2*3) and want to paste it in another matrix of a different size (say 4*6) to ensure the data gets copied multiple times. How can this be enabled/implemented?

  • WebCombo in WebGrid trigger by double click instead of single click

     Hi all,

     I am wondering whether is possible to have a webcombo in webgrid that trigger by double click instead?

    Because, I would like to single click a webgrid cell to create / display another webgrid on page with additional information regarding the cell…

  • Problem with ultrawebgrid buttontype column

    Hi all,

     i have an ultrawebgrid inside a webasyncrefreshpanel. the code created inside the load event, create a column in the ultrawebgrid.

    the vb.net code that i have used is: 

                         Dim colonna2 As UltraGridColumn = New UltraGridColumn(True)
                        colonna2.Type…