Hello
In my solution, i added a scheduler, with no binding datasource. I am loading data to the scheduler from a database table named "Remndr_table".
First,
When i am loading appointments from the database, the past appointments does not pop-up, even if i set the dismissed = false and the startreminderinterval before
Second,
How can i add new record to "remindr_table" when the user add a new appointment to the scheduler, and how to delete the record it if the user delete the appointment.
I don't want to bind the data...
Third
I made a customappointmenteditform, and i follow the demo steps "Adding a custom field to the EditAppointment dialog"
Everything goes fine.
Only one thing, i am not able to open from the reminder window, the appointment in my customappointmenteditform.
How can i do that.
i have the following, and it opens the normal editappointmentform
Private Sub radReminder1_ItemOpened(ByVal sender As Object, ByVal e As RadOpenItemArgs)
Dim editAppointmentDialog As New EditAppointmentDialog(CType(e.RemindObject, IEvent), sche)
editAppointmentDialog .showdialog
end sub
I have a RadGridView(Telerik) that contains data. I don't want to see / want to see some columns in Excell or PDF but I can't hide column for Exporting. How can I do this ? Also, When exporting checkbox columns it is seen true/false in PDF but I want to see this different for Example 'Yes' 'No'.
When i try to change Row color after checkbox checked my Row color changed only after i chaned another Row checkbox for example if i checked Row the color not changed and only after checked another Row the first Row color changed and same thing when unchecked.
Please see my code:
Hi All,
I want ot use Row Details feature of RadGridView, but I need to show or hide this section upon value of one of the row's cell (during data entry) or value of a property of bound object (at startup); is there any way?
Is it possible to have the property items expand above the Category name instead of below? So an example might be like this:
--- Tax property items show above "Taxes" category name ---
City Tax: $500.00
State Tax: $1000.00
Federal Tax: $2000.00
Taxes
--- Instead of current way where Tax property items show below the category name ---
Taxes
City Tax: $500.00
State Tax: $1000.00
Federal Tax: $2000.00
I would use this method to sum-up all of the taxes, and have the "Taxes" category name show the total of all taxes listed above it. Ie: "Taxes = $3500.00"
Thank you.