|
Browse by Tags
All Tags » [ultrawebgrid] » WebAsyncRefreshPanel ( RSS)
-
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...
-
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...
-
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...
-
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...
Page 1 of 1 (4 items)
|
|