|
|
Browse by Tags
All Tags » esDataSource databinding
-
I am using:
EntitySpaces 2007 Beta v0.0521.2MyGeneration 1.2.0.7SQL Server 2005Telerik RAD Grid 2007 Q1 Release (probably irrelevant in this case)
Need some help debugging insert on a Telerik grid using esDataSource.
Here's my CreateEntity -- vanilla
118 protected void DeliveryPeriodDataSource_esCreateEntity(object ...
-
In VS2005, I have been working with the esDataSource events, trying to handle entity validation during my overridden Save method. During my save method, I test the entity with a property IsValid and throw an exception if the entity is not valid. How can I get the exception in the entity to bubble up to the esDataSource events? What mechanism ...
-
Just call AccommodationGridView.DataBind(). When you call the DataBind() method of the control the esDataSource is bound to it should sync up.
|
|
|