Browse By Tags

  • How to add tooltip for entire gridview

    i am trying to set the title of the entire row in grid view on mouse over, am not able to find any property to set entire row.

    am trying like e.Row.Title="my tooltip msg"

  • To bind json object to webgrid

    Hello,

    I am new to infragistics Control, I am with Infragistics2.WebUI.WebSchedule.v11.2. Could you please provide some sample code or reference links to bind json object to webgrid

     

    Rgards,

    Rohan

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

  • WebGrid cell out from grid frame

    I've UltraWebGrid with scrollbar enabled.

    Grid width = 820 px and my columns have total width = 1400 px.

    when i press tab key from last visible cell to move next, It is not scrolling horizontal to view next column and cell is going out from grid…

  • AddRow Event Not Firing in UltraWebGrid

    I want to display a new form when the user clicks the AddNew button on my Webgrid so I put code into UltraWebGrid1_AddRow to perform a Server.Transfer to my new form. This code works fine when UltraWebgrid is bound through the designer to a SQLDataSource…

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

  • WebCombo in a Templated Column of a WebGrid

    Hi

    I´m facing a problem with a templated column

    I have a WebCombo inside of a templated column of a UltraWebGrid

    I want to fill the WebCombo, with the data of a table in my DataBase, but I can´t find the way to do this

    How can i bound…

  • Sorting date column in WebGrid

    I have NA 2008 release 1 and am developing an ASP.NET application. Several of the WebGrid controls I have implemented have datetime values in the dataset/table that I bind to the grid. I am able to toggle the sort order by clicking on the header but the…

  • WebGrid with checkboxes (again). With grouping bands this time

    Given: webgrid with 2 grouping bands, headers displayed for each. Typical view:

    HEADER 0

         - row0 (band 0) [expanded]

               HEADER 1

                     row0 (band 1)

                     row1 (band 1)

          + row1 (band 0)

          + row2 (band 0)

    The problem:

    1) show checkbox column on postback (like…

  • How to get value from textbox in celltemplate

    I added a template column to my grid so users can type in a value. In the cell template i put an asp.net textbox. What i want to do is on postback loop through the grid rows and if the user had entered something in the textbox save that information.

  • Is it browser compatible ?

    hi there,

      The webgrid does not works with google chrome ?

    Thanks.

  • Move focus from ultrawebgrid to another control

    Hey Guys,

    My apologies in advance if this has been covered, but I really did search and not find an answer to this.

    Situation: Using ultrawebgrids in ASP.Net 2.0.

    User needs to select from a grid. The name of the person in the selected row populates…

  • How do I display a graph when clicking on a cell in an UltraWebGrid?

    I have little Infragistics experience and I need some guidance. I have an UltraWebGrid populated with fuel burn data for locomotive trips. The last column in the grid shows how much fuel was saved (or wasted) for a given trip. I would like to be able…

  • Cancel a grid filter from the client?

    Hi all,

     

    Is it possible to cancel a filter event from the client, or at least, when the grid is in AJAX mode, to stop it trying to filter the row until you've pressed enter?

     

    I've tried returning true, as well as cancelling postback in these events…

  • How to get a column value from selected row in web data grid?

    I am new to this community and using infragistics asp.net controls for the first time. I have a web data grid & button on my asp.net page with 6 columns. I am calling a java script function on button click. User will select one row in grid and click…

  • igtblGetGridById not found! from page that uses a Master page

    I am trying to write some very basic javascript that retrieves an ID from the selected row (active row) of a WebGrid.

    My page has a master page (which may be cohntributing to my issues)...

     

    here is the content in my page (at least the script)

    <asp…

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

  • Does the UltraWebGrid have a property to activate a row when hovered upon ?

    Greetings,

    I'm trying to write a drag and drop routine.  I have a split pane with a tree on one side and a WebGrid on the other.  When the user chooses a node from the tree and drags it to the grid, I want the row which the user hovers over to activate…

  • InitializeRow, InitializeDatasource without Paging problem

    Hi,
    I developed a Grid with these features:

    oGrid.Browser = UltraWebGrid.BrowserLevel.Xml
    oGrid.DisplayLayout.LoadOnDemand = UltraWebGrid.LoadOnDemand.Xml
    oGrid.DisplayLayout.XmlLoadOnDemandType = XmlLoadOnDemandType.Background
    oGrid.DisplayLayout…

  • How to change the WebGrid Pager Progress Indicator

    I have a WebGrid that is inside of a WARP panel because there are search and filter critera also on the page that will force a refresh of the WebGrid dataset.  This works fine. 

    I have paging enabled on the webgrid with a custom presentation of the First…

  • ItemCommand Not getting Fired after CellClickHandler (client side coded) execute

    Hi,

    I have ItemCommand as the server side event for the grid. It works fine without any problem.

    When i add the client side event for the grid the server side events are not getting fired. I have added CellClickHandler and i have just put an alert…

  • Serverside column positioning

    Hi,

    I have a webgrid which is connected to a SQL-datasource, which in turn has it's SELECT statement set to a stored procedure.

    This means (as far as I know) that the order of the columns is decided by the stored proc.

    How can I rearrange the column…

  • WebGrid data binding radio button Checked value within cell template

    Hi all,

    I have a WebGrid with a Template column :

    <igtbl:TemplatedColumn Key="Hours" Width="60px" AllowUpdate="Yes" >
        <CellTemplate>
            <div style="display:inline;">
                <asp:RadioButton ID="_rdoBtn0Hr…

  • Web grid - UltraGridColumn - Format property

    Hi,

    Our application is based on ASP.NET, .NET 2.0,Infragistics tools

    We are using 'UltraWebGrid'. In that, we have UltraGridColumn like below

     

    <igtbl:UltraGridColumn AllowUpdate="No" BaseColumnName="Investment"