Browse By Tags

  • Net Advantage 2011 vol 2 - ultrawebgrid control - update is not working in some web pages

    Hi,

    I am using NetAdvantage 2011 vol 2 - version free dlls in our web base application.

    Dlls version is 11.1.20111.2020. And my web base application is in VS 2010 with .net framework 4.0.

    All web pages are having functionality of create, update, read…

  • Help mee! colspan and rowspan ultrawebgrid

    Hi, I have a ultrawebgrid, one filled with a worktabke (database) to put some sample data. How well do colspan and rowspan for titles and so vertical horizontale. Preferably in the front and if not pocible in the back. Using asp.net and c #.

    -------…

  • 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 issue with stationary header inside WebTab

    I have an ultrawebgrid inside a webtab control with the stationary margins set to header (in the aspx page, not onit).   When I double click on a row in the gird, the 2nd tab is activated.  After I click back  to my grid tab, the grid appears above the stationary…

  • UltraWebGrid - UpdateRow / UpdateRowBatch and Paging

    Hi,

    I'm using the UltraWebGrid, using LoadOnDemand="Xml" for async postbacks.  I have a datatable I keep in the codebehind that I populate when the user requests the grid be filled.  When generating the table, I add a boolean column directly…

  • 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…

  • Binding footer row into UltraWebGrid

    The main objective is to get some non-visible data back to the client.  The data is per grid column, so it needs to be attached to the grid in some form.

    The UltraWebGrid's CSOM has method getFooterText, so this looks like a great place to stash my data…

  • Problem with sorting after insert of data (using objectdatasource as datasourceID)

    I'm having a huge problem with the ultrawebgrid sorting functionality after inserting some data.

    The web itself get's it data from an objectdatasource (List<user created object>) from a user created object:

    <asp:ObjectDataSource ID="odsdata…

  • 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…

  • How to control the progress indicator image when sorting the grid

    I am able to change the progress indicator when filtering or when user scrolls down to get the next batch of records (using loadondemand=xml), but it won't use my image when sorting, it uses the default indicator.  This is the javascript I used that…

  • 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…

  • 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--…