Showing related tags and posts accross the entire site.
-
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