Browse By Tags

  • event.srcElement.id doesn't work in FireFoix - AfterRowTemplateClose Event

    Hi,

    I trying to find a answer to this.

    I am using the AfterRowTemplateClose client event and tried to find out which button that trigger it using

    if( event.srcElement.id == "igtbl_reOKBtn")

    It works fine in IE, but I know it does work in…

  • Header and Footer on Child Records are disappearing after a save

    I am using an UltraWebGrid on my page to display Employees as a Parent record and the Projects as child rows. Depending on the view the customer wants to see (% or Hours) I turn on or off the % or hour columns on the child records. Everything displays…

  • Problem with UltraWebGrid that is supposed to contain two dropdownlists

    I have an ultrawebgrid with two drop down boxes on it. They are bound to separate data sources than my main data source. The first field that has drop down is functioning fine. The second field that should be a drop down, when selected, brings up a…

  • Allowing copy only in ultrawebgrid, not cut or paste

    Hey guys,

         I'm still kind of a noob with the ultrawebgrid. I can get it to cut, copy or paste, and I can select cells, columns, etc. and make the pop-up web menu work to offer those options to the user with a right mouse click.  Here's my problem…

  • UltraWebGrid Click of Header giving error with ObjectDataSource

    I have created a usercontrol with an UltraWebGrid and an ObjectDataSource on it.  When used, the grids display fine initially and all render the data correctly.

    However, when clicking the header row (as if you were going to sort), I get the following…

  • UltraWebGrid three-level hierarchy grid

    Hi guys!

    We try to  create web-version of our windows application. In this windows-application we use ultrawingrid component. this one component works correctly when we binding dataset with structure like 1 or 2. see below.

    1.

    Table 0 Level 0

    Table…