or
It just looks like some other css files overrules these things !!
Help me out here please
| ElseIf (e.CommandName = "Edit") Then |
| Dim Event_Control As RadDateTimePicker = form_AppNotes.Row.FindControl("txt_event_date") |
| -->Dim Event_Date As String = (TryCast(form_AppNotes.Row.FindControl("txt_event_date"), RadDateTimePicker)).SelectedDate.ToString |
| Event_Control.SelectedDate = IIf(GenericFunctions.DoIExist(Event_Date) = False, Now, FormatDateTime(Event_Date)) |
| End If |
| <telerik:RadDateTimePicker ID="txt_event_date" Runat="server" Skin="Sunset" SelectedDate='<%# Bind("event_date") %>'> |
Hi,
I am trying to set the SkinID of the RadTextBox generated when a GridBoundColumn is in edit mode.
I have tried in the Grids PreRender event but get the error that you can only set a SkinID in the page PreInit event. However the RadGrid does not exist at this stage.
I there any way to do this without resorting to template columns on everything?
Thanks
Gavin.