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.

  • UltraWebGrid Select row issue on IE 7 & IE 8

    I am using UltraWebGrid of NetAdvantage version 9.1. I am getting selection problem in the grid on IE 7 and IE 8. When i select any one row then it is fine. But when i select any other row i get the following error: 'igtbl_StateChange.base.init' is null…

  • Webcombo in WebGrid doesn't show when using cell.beginEdit() in FireFox

     Hi All,

     I have come across a problem in firefox. I have a webgrid with webcombo on a page, (ajax enabled and uses update panel) I have also added the webgrid CellClickHandler on client.

    Basically, if a user first click on a cell, another webgrid on the…

  • Parameter passing problem with UltraWebGrid

    I have an ASP.NET website I am trying to build with a master-detail scenario. I am using a gridview on the master page, an Access DB, and the UltraWebGrid for the detail page. I seem to be having an issue with passing a parameter to the detail page--…

  • Webgrid: Add a new row to Webgrid with default Data

    Hi,

    I've recently made a Webgrid that allows users to Add new records to the grid,
    but they've also asked that, when they push the button to add a new line to the Grid,
    this new line already have certain standard data filled in.

    I've been looking…