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…

  • change ultrawebgrid header filter icon

    How do I change the filter icons in the UltraWebGrid? I have looked all over and tried different style properties, and have looked through the intellisense properties. I can't figure out how to use my own filter icon. It appears to be built into infragistics…

  • 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 with multiple RowEditTemplates

    Hi,

    I'm trying to display a mostly read-only grid to a user.  In the typical case, only 1 field is editable.  It happens to be a comment field, and I don't want to deal with resizing / scrolling when a comment gets large, so after seeing the rowedittemplate…

  • ultrawebgrid heirarchy bands problem

     

    Hello,

    I have an heirarchy of ultrawebgrid with 'n-level' heirarchy

    my heirarchical data as follows..

    1-->  data1

               data2

                   data3

    2--> data4

                data5

                   data6

                        data7

                            data8

    this is heirarchical data…

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

  • CDATA info in text makes Infragistics grid fail to display info

    Hi

    I have a text with the info as below:

    Description: <Description><![CDATA[Assert Detected. The error code was also included.]]></Description>

    When Infragistics Grid encounters the square brackets it fails to display anything in the…

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

  • Filter Frustration

    It would seem that too many choices are just as bad as not enough.  Getting the filtering in the WebGrid to work seems to be some arcane combination of property settings and event handling code but the array of choices is just bewildering.  I've tried every…

  • Get Filtered rows

    hello,

    how i can get only the filtered rows of a webgrid?

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

  • Ghost image in ultrawebgrid

    hi,

    I have a custom menu.For menu creation i am using frame inside div.On click of document i am making div's visibitity as well as iframe's visibility to none.I  am displaying that menu on click of menu image provided in the ultrawebgrid.while…

  • UltraWebGrid with checkboxes and dropdowns as columns

    Hi,

     

    I want to display a scrollabe ultrawebgrid with some columns as dropdownlist or most probably webcombo ( which will be populated from database ) and checkboxes. Also I want to perform some functionality if checkboxes are selected on server side.

  • Custom 'No Data to Display' message

    Hi,

    Under some circumstances it may be possible for my Webgrid not to have any data and consequentially to display
    the 'No Data to Display' message.

    My question is: where can this message be changed? I would like to display my own custom message…

  • Sorting problem in WebGrid

    Hi,

    I've got a webgrid that is automatically grouped on a specific column. However the sorting of the rows is incorrect.
    They appear in descending order rather then ascending.
    This is strange because the DataTable that is bound to the grid is specifically…

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

  • DropDownList in UltraWebGrid Debug vs. Release

    Hi.

     I have a very peculiar issue.  I have an Ultrawebgrid with a dropdownlist in one of the columns.  When I run the application in debug mode from Visual studio, everything works fine (i.e. the Display Member is shown in the Grid and when you double-click…

  • Unbound Ultrawebgrid

    Hi

     I am using ultrawebgrid with unbound & multiheader columns to populate data. Data is getting populated correctly . But when the page is postbacked grid is refreshed without maintainng its state even though I am maintaining state while creating columns…

  • WebGrid Loosing focus

    Hi,

    I have a WebGrid with a WebPercentEditor and a Dropdown in two columns (editor in the second column and dropdown in the last column, Grid has 5 columns). I am loosing focus when I try to do a fast tabbing through the rows of the grid.  Tabbing direction…

  • Disable ViewState for Grid Column ValueList

    I have large drop-down column on an UltraWebGrid and I want to disable ViewState so that the browser doesn't need to postback that huge list.  I've tried setting ViewState="False" on the grid - which disables some of the styling state, but it doesn…

  • UltraWebGrid and doPostBack

    Hi,

    I am using the UltraWebGrid inside an UpdatePanel on my page and I am getting numerous Javascript errors after I call the __doPostBack function from a client-side event handler. The grid works fine beforehand, but after the function is called many…

  • UltraGridRow.DataKey is null?

     Hi,

     I have a Web grid bound to a business collection (Csla, for those that know of it).  I have DataKeyField set, and the property specified is a System.Guid.  I have an event wired OnUpdateRow, and it fires fine, but e.Row.DataKey is always null.  Shouldn…

  • GetBatchUpdates function does not return updated values for band(1)

    Hi,

    I am using Hierarchial web grid(CLR 2.0). it have 2 bands.few columns in both bands are available to update. Grid ViewState property have been set to TRUE. it does return the updated values from Band1 but does not return updated value from Band2…

  • Can Dropdownlist selected value be something other than index 0 upon user entering cell?

    UltraWebGrid v 6.2  and .Net 2.0 

    I have a dropdownlist that is created and filled in the codebehind.  I also have the first line/index blank, which is also inserted in the codebehind.

    Currently, upon enter, it goes to index 0. This happened before and after…

  • WebGrid selection to filter another WebGrid

    Oops..I placed in the wrong Discussion group.

     

    Hi,

    I am trying to filter a webgrid based on another webgrid's selection.  When the page is first loaded my toBeFilteredGrid shows all rows and my selectionGrid defaults to one of the rows (selected…