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)
  • 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 instead.
    Posted to Forum by DVervecken on 12-01-2008
  • 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 sorted in ascending order. Does the Webgrid...
    Posted to Forum by DVervecken on 11-27-2008
  • 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
Page 1 of 4 (35 items) 1 2 3 4 Next >
Powered by Community Server (Commercial Edition), by Telligent Systems