Since I'm new to all Telerik controls, I might be missing something easy. Problem is I can't see the Custom Atttibutes value when I edit an appointment.
I have a field, ROOM varchar(30), in my SQL database and added a Custom Attribute ROOM. When adding new appointments, the ROOM attribute shows up nicely, and when I enter some text into this field, it is saved in the database. Thats good!
But when I want to edit the appointment the ROOM textbox is empty - not as expected. So when I save the changes. the Room field is overwritten with a blank. All the standard fields works perfect.
Shouldn't I see the saved value for the attribute, or do I need to do something additional?
I have used the Datasource Wizzard in VS to create the SQLconnection. My Select command is "SELECT * from [Appointments]"
Atle
I have a field, ROOM varchar(30), in my SQL database and added a Custom Attribute ROOM. When adding new appointments, the ROOM attribute shows up nicely, and when I enter some text into this field, it is saved in the database. Thats good!
But when I want to edit the appointment the ROOM textbox is empty - not as expected. So when I save the changes. the Room field is overwritten with a blank. All the standard fields works perfect.
Shouldn't I see the saved value for the attribute, or do I need to do something additional?
I have used the Datasource Wizzard in VS to create the SQLconnection. My Select command is "SELECT * from [Appointments]"
Atle