|
Browse by Tags
All Tags » dataset ( RSS)
-
I have a strongly-typed dataset (data.xsd) with 2 datatables and a relation defined between the 2 tables. The UltraWebGrid viewtype is set to Hierarchial. How do I set the UltraWebGrid.DataSource to display the hierarchial data represented in data.xsd? I tried setting it to the parent table in the dataset...
-
Dear All, I have been trying to work with the ultra web grid (NetAdvantage for .NET 2007 Volume 1 CLR 2.0) The functionality I am particularly interested in, is the ability to view, edit, inset and delete hierarchical database data from within a single grid. I found a sample on the Infragistics website...
-
Hi, I am trying to filter a webgrid based on another webgrid's selection. When the page is first loaded my toBeFilteredGrid shows all rows and my selectionGrid defaults to one of the rows (selected). When I click on another row, the SelectedRowChanged event gets appropriately fired, but upon postback...
-
I am a newbie on Infragistics 2008.1. Previously we used 2006.3 for .Net 1.1. My dilemma is that I am trying to create a grid, design the columns (some hidden, and other kids of formatting) and bind it to data. For .Net 1.1 I used to simply create a dataset at design time and bound it after loading the...
-
Hi, I'm finding that when I set the datasource of my webgrid to a DataSet (or table in that DataSet), the fixed columns I created are being ignored, and only AutoGenerateColumns = true returns any data. If however I set the datasource to a LINQ query of the same, I find that isBound on my custom...
-
hi, I am using webgrid where I want to show only some fields of many fetch from database. so I have make autogenerate property of webgrid to false. Now what should I change in HTML so that I can show only some fields, i guess i should add UltraGridColumn, can any one plz help in detail. Thanks in advance...
-
There are two kinds of Infragistics exporters: UltraWebGridDocumentExporter, and UltraWebGridExcelExporter. The UltraWebGridDocumentExporter control has a property called DataExportMode. If you set this to AllDataInDataSource, it exports every record in the DataSet and not just what is displayed on the...
-
My code is set up to do paging at the DataSource level. Up until now I was using the Microsoft GridView. It supports normal DataSource paging. DataSource paging is very simple. The grid asks for a page of data from the DataSource and then the DataSource calls the relevant method with the number of records...
-
hey. i've created an heirarchical webgrid which holds two bands of data created at runtime [nothing is defined at design, but the webgrid and it's visual appearance, colors, and such, rows and columns are not defined] a dataset is created at runtime during page load event with sqldataadapter...
-
I have a screen with couple fields at the top and the gris at the bottom. All I am doing is having the user to choose the filters at the top and click on "Go" button, in order to have the form to run a dynamic query (to take the selected filter parameters ) and attach the resulting dataset...
|
|