Showing related tags and posts accross the entire site.
-
Hi, I want to be able to use vs 2008. ...but the latest official release of Nettiers doesn't seem to support that. ...I don't want to use any of the untested releases since I need it to for sure work. What I need to create is a web app that uses Infragistics 2008, vol 1. 3.5 edition (to take...
-
Hi All, We are seeing some real performance slow downs when binding to an infragisitcis drop down control. The application has a sub-form that has multiple drop down controls. Those controls are all bound to entity collections that are filled like the following code: InvestmentTypesService investmentTypesService...
-
Alright, from what I can tell, when using the Typed Data Sources, adding new records works as expected without any additional code. The updates and deletes required special handlers... here's what I had to do. protected void UltraWebGrid1_UpdateRowBatch(object sender, RowEventArgs e) { if (!(e.Row.Cells...
-
Hey everyone, I know there are a lot of mixed feelings/experiences using the Infragistics controls with .netTiers on these forums, but there really isn't any demonstrated examples of how (if possible) to make all of it work together. I am trying to create a simple UltraWebGrid that uses a TypedDataSource...
Posted to
.netTiers - General Support
(Forum)
by
Lusid
on
03-24-2007
Filed under: .netTiers, Typed DataSource Controls, CRUD, EntityDataSource, ObjectDataSource, Infragistics, strongly typed datasource, Web project, C#, .net 2.0
-
I've seen quite a few posts here where people have no problems binding Infragistics controls to their NetTiers layer. I've been able to do this programmatically in the code, but then I lose the design-time capabilities of the UltraGrid designer in a WinForms based application. Take for example my normal...
-
Hi! I would like to know whether .netTiers is compatible with Infragistics and with Telerik web controls. I tried the demo version of the Telerik web controls without much success: In a RadGrid, I replaced this binding <%# DataBinder.Eval(Container, "DataItem.ModuleID") %> with the wollowing one...