Infragistics Home

Infragistics Forums

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

Browse by Tags

All Tags » [ultrawebgrid] » WebAsyncRefreshPanel (RSS)
  • 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
  • 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
  • Re: ClientSideEvents not working with hierarchical Grid

    Never mind, I have figured this out myself. It's not a problem of Hierarchical Grid. When you use following property, webgrid does not fire javascript events and it doesn't store viewstate as well. UltraWebGrid1.DisplayLayout.ReadOnly = Infragistics.WebUI.UltraWebGrid. ReadOnly .LevelOne; Be...
    Posted to Forum by shabdar on 06-24-2008
  • Export to Excel Grid is not working inside WARP

    I have placed a Grid inside WARP (WebAsyncRefreshPanel1), the following export to excel code is not working Protected Sub lnkExport_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles lnkExport.Click LoadData() 'UltraWebGridExcelExporter1.DownloadName = "test.xls" UltraWebGridExcelExporter1...
    Posted to Forum by priyakani on 06-10-2008
Page 1 of 1 (4 items)
Powered by Community Server (Commercial Edition), by Telligent Systems