Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
96 views
I have to allow the users to search and select one of the resources in advanced form of scheduler. When the advanced form is posted back, the form looses all values (like the appt #, subject, start & end). How can I retain the bound values even after postback?
Ez Bala
Top achievements
Rank 1
 asked on 04 Nov 2009
3 answers
125 views
Hi Everybody, how are you?

Well, I have been thinking of a solution, and then I decided to post the case for somebody that had some situation.

I created a ASPX page with two grids. I'd like that the any user clicks on any item of a grid and then He/She can move this item to another grid. When the user move the item I'd like the item shows of differente form like clear or transparent.

Is it possible the user to drag items of a grid for another grid and then to add these items?

Plase, Can Somebody help me?

Thank you for attention,

Carlos
Carlos Marchi
Top achievements
Rank 1
 answered on 04 Nov 2009
2 answers
180 views
I'm trying to bind a gridview inside a RadPanelBar.  My initial aspx code is somewhat like this:

 

<telerik:RadPanelBar ID="rpbSections" runat="server">

 

<Items>

 

 

<telerik:RadPanelItem runat="server">

 

<Items>

 

<telerik:RadPanelItem runat="server">

 

<ItemTemplate>

 

<asp:GridView ID="gvPlanContents" runat="server" AutoGenerateColumns="True"

 

DataKeyNames="PlanContentID" HorizontalAlign="Center" Width="60%" ShowHeader="true"

 

EmptyDataText="No Data here">

 

</asp:GridView>

 

</ItemTemplate>

 

</telerik:RadPanelItem>

 

</Items>

 

</telerik:RadPanelItem>

 

</Items>

 

</telerik:RadPanelBar>

My code starts something like this:

 

List<PlanSections> mySections = PlanSections.GetAllPlanSections();
rpbSections.DataSource = mySections;

 

 

rpbSections.DataValueField =

"PlanSectionID";

 

 

rpbSections.DataTextField =

"PlanSectionName";

 

 

rpbSections.DataBind();

 


 

for (int i = 0; i < rpbSections.Controls.Count; i++)

 

 

 {

 

 

    int mySectionID = Convert.ToInt32(rpbSections.Items[i].Value);

 

 

   // what I need to know is, what code do I use to access the gridview.  I want to bind it for each
    // of its instantiations, by generating an object that depends on the value of MySectionID.
    // Where do I go from here?
}

Thanks!

Laurie

 

 

 

Laurie
Top achievements
Rank 2
 answered on 04 Nov 2009
2 answers
132 views
I'm using Scheduler (Q2 2009), when I try to load it I get the following error:

Unable to serialize the session state. In 'StateServer' and 'SQLServer' mode, ASP.NET will serialize the session state objects, and as a result non-serializable objects or MarshalByRef objects are not permitted. The same restriction applies if similar serialization is done by the custom session state store in 'Custom' mode.


I found in your forum the line that can solve it::
sessionState mode="InProc" in my Web.config,
it works but for me it's not possible use this mode.

How can I use this control with :
sessionState mode="StateServer"

?

Thanks,

Ester




Peter
Telerik team
 answered on 04 Nov 2009
0 answers
146 views
Removed obsolete Scheduler-related members:

  • SchedulerFormCreatingEventArgs.Time – The Start and End time of the appointment to be inserted/edited can be accessed through the Appointment property.
  • SchedulerNavigationCommandEventArgs.SelectedDay - Please, use the SelectedDate property instead
  • SchedulerStrings.Insert - The Insert string is no longer in use and has beeen replaced by Save
  • SchedulerStrings.Update - The Insert string is no longer in use and has beeen replaced by Save
  • SchedulerStrings.AdvancedMoreDetails - No longer used in the standard templates
  • SchedulerStrings.AdvancedRecurringAppointment - No longer used in the standard templates
  • SchedulerStrings.AdvancedRange - No longer used in the standard templates
  • SchedulerProviderBase.SupportsMultipleResourceValues - Use ResourceType.AllowMultipleValues to indicate if a resource type supports multiple values
  • RadScheduler.MonthVisibleAppointmentsPerDay - Use RadScheduler.MonthView.VisibleAppointmentsPerDay instead
  • RadScheduler.ShowWeeklyColumnHeader - "Use RadScheduler.WeekView.ShowDateHeaders and RadScheduler.WeekView.ShowResourceHeaders instead
  • RadScheduler.ShowMonthlyColumnHeader - Use RadScheduler.MonthView.ShowDateHeaders and RadScheduler.MonthView.ShowResourceHeaders instead
  • RadScheduler.DayHeaderDateFormat - Use RadScheduler.DayView.HeaderDateFormat instead
  • RadScheduler.WeekHeaderDateFormat - Use RadScheduler.WeekView.HeaderDateFormat instead
  • RadScheduler.MonthHeaderDateFormat - Use RadScheduler.MonthView.HeaderDateFormat instead
  • RadScheduler.WeekColumnHeaderDateFormat - Use RadScheduler.WeekView.ColumnHeaderDateFormat instead
  • RadScheduler.MonthColumnHeaderDateFormat - Use RadScheduler.MonthView.ColumnHeaderDateFormat instead
  • RadScheduler.StartInFullTime - Use ShowFullTime instead
  • RecurrenceRange.MaxOccurences - Use MaxOccurrences instead (misspelling)
  • RecurrenceState.Occurence - Use Occurrence instead (misspelling)
  • SchedulerViewType.ResourceView - Use DayView and set the GroupBy property
Telerik Admin
Top achievements
Rank 1
Iron
 asked on 04 Nov 2009
0 answers
188 views
Some changes have been introduced in the rendering of the RadMultiPage in order to improve its SEO performance.
The control now relies on a base stylesheet instead of inline styles.
If you have set Telerik.EnableEmbeddedBaseStylesheet to "false" in the web.config/appSettings RadMultiPage will not render correctly.
You have to set EnableEmbeddedBaseStylesheet to "true" on the control itself to fix this issue.
Telerik Admin
Top achievements
Rank 1
Iron
 asked on 04 Nov 2009
1 answer
131 views
Hi. We are trying to move our content share folder from a regular network shared folder to a DFS share. The share is exposed to the site using a virtual directory folder setup as part of the IIS site configuration on the root level. Application-wise, the paths to the folders are set using  RadEditor.ImageManager/DocumentManager/FlashManager.View/Delete/UploadPaths properties.

The problem we are having is that when you're on the editor panel and click on the document, image or flash button, the corresponding pop-up window shows nothing. It seems like it's not recognizing the paths that were specified using the different properties above. The problem goes away every time we set the virtual directory share in IIS back to the regular network share. 

We found on some other forum here in this community that someone had a similar issue dealing with DFS but with RadFileExplorer:
http://www.telerik.com/community/forums/aspnet-ajax/file-explorer/connect-to-a-folder-structure-through-dfs.aspx

Do you have any insights?
Fiko
Telerik team
 answered on 04 Nov 2009
1 answer
118 views
Hello!

Yesterday we detected an error in one of our production websites: when we try to upload a file in RadFileExplorer, the RadWindow where this control is placed gets completely filled with symbols and characters and no file is uploaded (see screenshots attached)!

In our development server all is working well, and it was also working fine in production one week ago. So maybe one of our latest website releases changed something. We are trying to identify these changes that may have caused this behavior in the production server, but maybe you could point us in the right direction :)

Thanks for your help!
Best regards,

Ricardo.
Fiko
Telerik team
 answered on 04 Nov 2009
2 answers
119 views
Hi,

I want to know if is possible to add the number of files in a folder in the folder name?

For example, I have a folder that contains 5 files and it's called example. I want this folder shows in the tree like "example (5)".

Thanks.
Ignacio Ortuzar
Top achievements
Rank 1
 answered on 04 Nov 2009
1 answer
304 views
Is there a limit on the number of rows a rad grid can hold?

Thanks
Dimo
Telerik team
 answered on 04 Nov 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?