Browse By Tags

  • Click action on Ultra webgrid with Hierarchial view

    I used ultra web grid with

     

    ViewType="Hierarchical"

    in which I have two bands. I have a click event on grid which will select whole row and its values are captured in text boxes.

    my requisition is , I want the click event to happen only…

  • Customizing rowFilter Button

    Hi, I'm looking for a way to set the color of the rowfilter button, both for a column that has an active filter and one that does not have an active filter.

    I've looked all over, but can't seem to find the right property.

  • Creating Hierarchical Grid Programmatically

    Can anyone write me a code where I can create a hierarchical grid programmatically by adding each row separately? I know data binding is a nice cute feature but our software design doesn't permit us using the binding directly. So I need to add data one…

  • Refresh Ultrawebgrid using xml loadondemand

    Hi, I have a problem refreshing my UltraWebGrid during an Async postback. I have 2 WebCombo in a WebAsyncRefreshPanel, and a UltraWebGrid in an other WebAsyncRefreshPanel. When I select an value in one combo it refresh the grid. I linked the first WebAsyncRefreshPanel…

  • Copy-Paste in WebGrid for matrix of cells

    Hi,

    In the WebGrid (we are using NA 2007 Vol 3 CLR2.0 version), I copy a matrix of cells (say 2*3) and want to paste it in another matrix of a different size (say 4*6) to ensure the data gets copied multiple times. How can this be enabled/implemented?

  • WebGrid grouping

     Hi

    I have a webgrid that shows some rows and when you clik a row it

    opens a new windows and displays some stuff.

    When i group the grid with a column i want when you click the grouping row to open

    a window with some parameters from the grouping row but i…

  • Row resizing does not work - WebGrid

    Hi,

    We switched to using the version 7.3.20073.1061 (Infragistics NetAdvantage 2007 Vol 3 CLR 2.0). Now the row resizing does not work. We have set the RowSizingDefault="Free" property for the grid but it does not work. With version 7.3.20073…

  • Trigger AddRow, UpdateCell and DeleteRow again after first postback

    Hi,

     I am writing a web page for managers to assign staff to handle particular factories. All the add, update and delete are done in the web grid. There is also a Save button. It will save the data to database using DataAdapter.

    All the checkings and…

  • Webgrid

    I was wondering if there was a way to display the first 3 key columns in the grid when the user scrolls from left to right while looking at the other columns. I would like to still keep the outlook group by functionality.

  • WebCombo in WebGrid trigger by double click instead of single click

     Hi all,

     I am wondering whether is possible to have a webcombo in webgrid that trigger by double click instead?

    Because, I would like to single click a webgrid cell to create / display another webgrid on page with additional information regarding the cell…

  • Blank page with Web grid and dotnetnuke

    Hello,

    I have a Dotnetnuke module with partial rendering enabled which has got 3 user controls. Actually 2 user controls are added/injected to the main user control. I have an infragistics grid in the first child user control (CUC1) and normal web controls…

  • Unable to get grid value in server side

    Hi,

    I have ultrawebgrid ,Each row  contains one checkbox and one remarks (text box), on click of submit button i need to get all the values which are checked alongwith the remarks on

    BtnSubmit_Click event of button but i am unable to find the control…

  • Can I bind a webgrid to a datareader?

    I was wondering if I can just bind a web grid to a datareader that is instanciated at runtime? or do I have to loop through the datareader to populate the columns and rows? Is there any help docs on this?
  • Page > 1 Issue with Hierarchial Grid -- Trying to get Add New Row

    I have an Hierarchial Grid that has 2 bands and allows paging.  Whenever I have a value in the 2nd band for one of the records and I'm on a page of the grid > 1, I have an issue with my javascript InitializeLayout handler.

     Here's my initialize…

  • Event Order

    I have a number of pages that use UltraWebGrid with in grid editing.  I am trying to find out what page event (if any) occurs before the grids request data but after the page state has been reloaded.  On first request the Page_Load seems to be called before…

  • Is it possible to pivot a grid?

    Hello

    Can anyone tel me if it's possible to pivot the columns and rows of a populated grid?  I'm using v8.2.  If not is it possible to manipulate the edit control property at the row or cell level?  I.e. at the moment we can associate an edit control…

  • Formatting issues with dynamically created WinGrids

    I am not sure which forum to post this in so I thought I would try here first. I'm fairly new to infragistics and am having some issues with the page I am working with. The page has dynamically created WebSplitter panes. Each pane contains a WebTab and…
  • 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…

  • Question About Setting PageSize For WebGrid

    I'm currently using Infragistics  v6.3 for Visual Studio 2003.  I noticed that when I set the PageSize for the WebGrid to 10, the number of results for the first page is 10 (including the header).  Which is fine, but when I click the 2nd page, I see…

  • webdatechooser in webgrid-urgent plz help

    hi,

    I have to use webdatechooser inside webgrid.I used the following code but still i wont get datechooser on editing .Plz help me

     

    GridColumn = new UltraGridColumn();

    GridColumn.BaseColumnName = "FromDate";

    GridColumn.Header.Caption =…

  • WebGrid on Tabs in UserControls --- Error editControl

    Hallo Together,

    i have a problem with the new hotfix for ASP.NET 2008 Volume 2 for 3.5.

    I have a masterpage, a Contentpage with two Tab Controls. In both Tabs i use a UserControl with include a WebGrid.

    If i open the first Tab, so the Grid is viewed…

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

  • Icon Column Filter DropDown style?

    I have an Icon filter on a column but the DropDown rows are too big compared to the text inside!

    Any idea what is causing the issue or how to fix this? 

  • Using WebGrid with AJAX UpdatePanel and custom scripts directory

    Hi,

    I'm rendering the grid as a result of a partial postback (using the UpdatePanel) and it has been working well until I changed the scripts directory via the web.config.

    Now I get a script loading error which seem to be raised by the page ScriptManager…

  • Adding Radio Button in UltraWebGrid

    Hi,

      Can anyone tell me is there any way to add Radio Button in UltraWebGrid  and add an event handler to it?