Browse By Tags

  • Checkbox column and checkbox in column header in ultrawebgrid

    Hi,

    I have created a templated column and a templated column header. Here is the code snippet:

       <igtbl:ultrawebgrid>
       <Bands>
        <igtbl:UltraGridBand key="ugb1">
         <Columns>
          <igtbl:TemplatedColumn Key="check" Type="CheckBox…

  • UltraWebGrid upgrade from V7 to V11 - IE8 presentation

    This is just some information about things we found in our environment.

    If you had UltraWebGrid1.DisplayLayout.UseFixedHeaders = True 

    and used

            UltraWebGrid1.Columns(iCol).Header.Caption = "Customer"
            UltraWebGrid1.Columns(iCol).Header.Fixed…

  • ultrawebgrid color/theme change

    Hi,

    I've a ultrawebgrid used in my application. Is there any black theme available for this grid? If yes, can you please provide me the link to download it?

    If not, any pointers to change the theme to black.

    Thanks in adv.

  • UltraWebGrid Error: "Object not set to an instance of the object"

    Hi to all,

      I got the error "object not set to an instance of an object", im using an Ultrawebgrid, WebAsinchronizeRefreshPanel, UltraWebToolBar, all in the same web page, im using version 8.3. 20083.2038, this because with version ending 1009 i got…

  • Ultrawebgrid v10.3 not retaining dropdown values on sort

     

    • I am using Ultrawebgrid v10.3
    • I am adding New Row by using Client Side Code
    • On adding a row, system displays Drop down list for each column of the grid
    • This data binding done from client side in Add Mode as well as done from server side in Edit…
  • 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…

  • UltraWebGrid is not properly functioning on IE9.

    Normal 0 false false false EN-IN X-NONE X-NONE MicrosoftInternetExplorer4 …

  • UltraWebGrid 10.3 with IE 8

    Support,

    We have to upgrade our application to support IE 8 and above. We have installed netadvantage 2010 v. 10.3 to test. Earlier version that was used is 8.2.  There are many issues being faced but currently I want help regarding UltraWebGrid. The…

  • Updating Column based on editing two other Columns UltraWebGrid

    Ok I am currently using the UltraWebGrid version 9.2.20092.2120. I am calling into an Oracle database and populating a database with data. Two columns Unit and Unit Cost are columns that may or may not have data in the database. So these columns have to be…

  • Adding a row of data to UltraWebGrid

    Currently I have two grids. One is populated when the page loads. The second ones gets populated based on the selection made from the first grid. I am doing this client side with javascript. The data is being passed in a string with rows being separat…

  • UltraWebGrid Anchored Javascript Hyperlink

    I have the following code that is throwing an undefined error in javascript if the link is a string.

     

     

     

    e.Row.Cells.FromKey(

    "PO").Value ="<a href='BLOCKED SCRIPTpostrlink("

    + e.Row.Cells.FromKey(

    "PO"…

  • TemplatedColumn dropdownlist not accessible from code behind

    Hi,

    I have created a templated column. Here is the code snippet:

          <igtbl:ultrawebgrid><Bands><igtbl:UltraGridBand key="ugb">
                                              <Columns>
                                                 <igtbl:TemplatedColumn Key="action">
                                                     <CellTemplate>


                                                        <asp…

  • Issue in UltraWebGrid 10.3 for IE 9.0 browser version

    Hi Friends,

    I have faced on issue in UltraWebGrid 10.3 control running on IE 9.0 browser. Please find the below issue which I had:

    Problem signature:
    Problem Event Name: APPCRASH
    Application Name: iexplore.exe
    Application Version: 9.0.8112.16421
    Application…

  • asp:ScriptManager in Infragistics controls

     

    Hi,

     

    I am getting below error when i use asp: scriptmanager on page which is infragistics webgrid.The infragics controls referrring in bin are\

     Infragistics2.WebUI.Shared.v6.3.dll

    Infragistics2.WebUI.UltraWebGrid.v6.3.dll 

    Please help me with some…

  • Problem with ActiveRow

    Hello,

    First sorry for my english, i have a Web application, with ultrawebgrid, in this grid i have one template Column with one edit button with one CommandArgument with this value Container.Cell.Row.Index.  

    In the DblClick_Event :

    protected

     

  • UltrawebGrid apa

    Hi, I am using ultrawebGrid v7.3. In the caption of AddNewBox displayed instead of "Add [ + ]" appears "Add [Table]". No achievement appears only the + sign.

    These are the lines of code:

     

    uwHijos.DisplayLayout.AllowAddNewDefault = AllowAddNew…

  • WebGrid

    My WebGrid getting populated with the date and paging is also done..

    lets say my webgrid has 6 pages, now if i navigate to the 6 page and reload the page, instead of grid showing the first page it still shows the 6 page.. ne idea how to counter this

  • Need Grouping by coumn in ultrawebGrid to show seprate grid

     

    Hi,

    In my existing code, I am using UserControl in which we had used UltraWebGrid, and from the aspx page we have passing DataTable as dataSource and string text for caption of a button to display in one more last column in grid. Now in existing code…

  • UltraWebGrid Group By Column disappear after expanded the rows

    I have binding the data in "InitializeDataSource" and applying Group By Columns in 'InitializeLayout'  and my code is,

    public void Mygrd_InitializeLayout(object sender, LayoutEventArgs e)
    {

    e.Layout.Bands[0].Columns[e.Layout.Bands[0…

  • Row Height issue in multiband Hierarchical Grid

    I am using mutiband hierarchical grid in our web application, I am facing problem while reducing the height of Band 1 than Band 0

    following is the screenshot of issue and code i written

    public void GridSettings(UltraWebGrid UwgClientType )
      {
       int BandID…

  • UnHide the column in UltraWebGrid

    Is there any possiblity to set the template column visible from javascript in any event like button click?

  • WebDateChooser in UltraWebGrid not working in IE 9, Date Retrieved as Null in Firefox and Chrome

    Hi All,
    I am using Infragistics Version=8.1.20081.1000. I have 3 columns in UltraWebGrid. In the first column UltraGrid column i have Date, in second Time and in Third Activity Hours. When Clicking Add New row button, new row gets added and the previous…

  • Grid Edit problems in IE9

    Recently our company migrated from windows XP and IE8 to Windows7 and IE9. I've begun to notice problems with the editing in our webgrids. They fill in a text and then press a button to process the grid, but the text is not saved. Also if they edit a…

  • UltraWebGrid clear check boxes after UltraWebGridExcelExporter

    I have a grid where the final column is CheckBox. In my Initialize Layout I do the following to add it:

     

     

     

     

     

     

    UltraGridColumn chkBoxExport = new UltraGridColumn

    ();

    chkBoxExport.Key =

     

    "chkBoxExport"

    ;

    e.Layout.Bands[ATTACHMENTS_COLUMN_INDEX…

  • Problem with DropDownProvider paging

    Hello, I have the following problem, I have a datagrid with a dropdown wich is populated by a large number of rows. For these reasons, i want to do some paging on my dropdown. I use the folowiing code :

     

    <ig:WebDataGrid ID="wdgCostCenterList" runat…