or
Hi,
I am using the new version (Q3) of your controls, in particular the RAD Scheduler.
I am developing a roster type system and want to limit the number of appointments (shifts) in the timeline view to 1. I found a forum entry which does this for me, however when I insert or move an appointment the row height automatically adjusts ready to take another appointment. Is there any way to disable this?
Thanks
| Dim view As DataView = ds.Tables(0).DefaultView |
| RadPlBMasterMenu.DataSource = view |
| RadPlBMasterMenu.DataFieldID = "SYS_POLICY_ID" |
| RadPlBMasterMenu.DataTextField = "SYS_POLICY_DESC" |
| RadPlBMasterMenu.DataNavigateUrlField = "LINK_NAME" |
| RadPlBMasterMenu.DataFieldParentID = "SYS_POLICY_PARENT" |
| RadPlBMasterMenu.DataBind() |
i want to set icon to each panelbar item from codebehind
plz help me...
Hi All
I've a VB class for all my data access, and everything works great with RadGrids, but.....
How to I tie data to a nested level table in the grid. The only examples I can find use the SQL Data Source, I have classes.
Can you point me to any samples.
Andy
| div.radwindow_Qube .windowcontent .windowpopup.radalert { |
| background:transparent url(Window/ModalDialogAlert.gif) no-repeat scroll 8px center; |
| } |
| /* This is the default, used if there's no MessageBoxIconClass setting */ |
| div.radwindow_Qube .windowcontent .windowpopup.radalert { |
| background:transparent url(Window/ModalDialogAlert.gif) no-repeat scroll 8px center; |
| } |
| div.radwindow_Qube .windowcontent .windowpopup.radalert.Information { |
| background:transparent url(Window/ModalDialogInfo.gif) no-repeat scroll 8px center; |
| } |
| div.radwindow_Qube .windowcontent .windowpopup.radalert.Wuff { |
| background:transparent url(Window/ModalDialogDog.gif) no-repeat scroll 8px center; |
| } |
| /* etc */ |
An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.
|
[NotSupportedException: Collection is read-only.] System.Collections.Specialized.NameValueCollection.Set(String name, String value) +2241650 System.Web.HttpHeaderCollection.SynchronizeHeader(String name, String value) +26 System.Web.HttpRequest.SynchronizeHeader(String name, String value) +44 System.Web.Hosting.IIS7WorkerRequest.GetHeaderChanges(HttpContext ctx, Boolean forRequest) +2506819 System.Web.Hosting.IIS7WorkerRequest.SynchronizeVariables(HttpContext context) +2505508 System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +818 |