or
| <object type="application/x-silverlight" height="150" width="150" data="data:application/x-silverlight,"> |
| <param name="source" value="/ClientBin/SilverlightApplication1.xap"> |
| <param name="background" value=""> |
| <param name="windowless" value="true"> |
| <param name="enablehtmlaccess" value="false"></object> |
| <object type="application/x-silverlight" height="150" width="150" data="data:application/x-oleobject;base64,QfXq3+HzJEysrJnDBxUISgAIAACBDwAAgQ8AAAIAAAAAAAAAAAAAAAAATgAAAC8AQwBsAGkAZQBuAHQAQgBpAG4ALwBTAGkAbAB2AGUAcgBsAGkAZwBoAHQAQQBwAHAAbABpAGMAYQB0AGkAbwBuADEALgB4AGEAcAAAADwAAAD//wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA="> |
| <param name="source" value="/ClientBin/SilverlightApplication1.xap"> |
| <param name="background" value=""> |
| <param name="windowless" value="true"> |
| <param name="enablehtmlaccess" value="false"></object> |
protected void Page_Load(object sender, EventArgs e)
{
// check if StoreIt is not empty| If e.Column.UniqueName = "Format" Then |
| e.Column.HeaderText = "Size" |
| e.Column.HeaderStyle.Width = Unit.Pixel(60) |
| e.Column.ItemStyle.HorizontalAlign = HorizontalAlign.Right |
| End If |
Appointment app = new Appointment();
app.ID = id;
app.Start = start;
app.End = end
RadScheduler1.ShowAdvancedEditForm(app,
false);
but then, we it enters in the advanced edit form, and I for instance a change a date, the Save button does not work (no event, it remains in the form, without entering the
RadScheduler1_AppointmentUpdate).
Many thanks in advance for Your help.
Sergio