Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

Browse by Tags

All Tags » [ultrawebgrid] » ultrawebgrid (RSS)
  • Re: Problem with ultrawebgrid buttontype column

    Thank u for the reply, but the problem cant be that. The browser find the image "carrello.gif" but the problem is that the image is show inside the grid only after one refresh of the asyncrefreshpanel and not on the initial loading of the page. I tried the ur 2 solutions but not not work both...
    Posted to Forum by Fabral09 on 10-08-2008
  • 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, it changes to a dropdownlist also showing the...
    Posted to Forum by pgolds on 10-07-2008
  • 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 = ColumnType.Button colonna2.Width = 40 colonna2.CellStyle...
    Posted to Forum by Fabral09 on 10-07-2008
  • 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 an headers. Second issue is some multiheader...
    Posted to Forum by diptikogekar on 09-26-2008
  • Re: Tab Stops in Webgrid

    The DisplayLayout.ClientSideEvents.EditKeyDownHandler is not firing when the Column.Type of last cell is DropDownList or CheckBox. Here is the java script we used. function UltraWebGrid_EditKeyDownHandler(gridName, cellId, key) { //Get the cell being edited var cell = igtbl_getCellById(cellId); //Get...
    Posted to Forum by anwang168 on 09-12-2008
  • Re: WebGrid Loosing focus

    Hi Rumen, Thanks for the reply and here is the code that I wrote function AfterExitEditMode(gridID,cellID) { warningOff(); var oGrid = igtbl_getGridById(gridID); var oRow = igtbl_getRowById(cellID); var sum = 0; for(i = 0; i < oGrid.Rows.length; i++) { var oRowIt = oGrid.Rows.getRow(i); var cell0...
    Posted to Forum by sairamk on 09-12-2008
  • 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 is from left to right. I have all other columns...
    Posted to Forum by sairamk on 09-05-2008
  • 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 client-side events (mouse movements and clicks on...
    Posted to Forum by Commsoft on 09-03-2008
  • 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't remove the list data from the...
    Posted to Forum by gcsrdb on 08-29-2008
  • 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't it be the Guid value? Also, the grid doesn't...
    Posted to Forum by ajj3085 on 08-20-2008
Page 1 of 4 (33 items) 1 2 3 4 Next >
Powered by Community Server (Commercial Edition), by Telligent Systems