quick data binding question...

  • Thread starter Thread starter craig
  • Start date Start date
C

craig

My edit form has an UltraToolbarsManager control which contains a toolbar
with a "Save" button on it.

The data object that is bound to the form has an "IsSavable" property that
returns a boolean indicating whether or not the object is savable.

Is there a way to bind the IsSavable property to the Save button?

Thanks!
 
Back
Top