Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
129 views
Is there a good way to the list of resource types and resources be specific based upon the user or the appointment type or other such logic.
It seems the resources are loaded once, at the time that the scheduler is created. Unfortunately, in the scenario that I'm dealing with the user may not have access to those resources or resource types and the resources that are available may not be appropriate for that type of appointment. I'm using web services and would be comfortable with calling the service get a new listing of resources based upon the the appointment's id, but how do I create resources/resource types dynamically on the client side?
I did notice that the SchedulderResourceCollection has an insert method, but does not have an inserttype method.

As a side note: I was thinking that I could just add my own dropdowns and list boxes to appointment templates and all would display correctly. This would imply that I would not use resources at all, i.e. managing the resources manually. Is this reasonable? If so, how would I group based upon resources?

Many thanks,
Marc
Peter
Telerik team
 answered on 09 Sep 2010
1 answer
95 views
Hello All,
i have problem with Radcombobox Itemrequested,
Actually my Radcombo is in Radgrid formtemplate on the radgrid datatbind event it is finding the radcombo but on Radcombo Itemrequested event it is not finding , my code is below.

<MasterTableView  AutoGenerateColumns="False" DataKeyNames="OrderId" DataMember="Orders" CommandItemDisplay="Top">
                        <EditFormSettings EditFormType="Template">
                            <FormTemplate>
                                <asp:TableCell Width="25%" HorizontalAlign="Left">                             
                                            <telerik:RadComboBox ID="RadComboBox_ShippingAddress" runat="server"
                                            DataTextField="LocationName" DataValueField="LocationID" 
                                            Width="190px" EnableLoadOnDemand="True"
                                            MarkFirstMatch="True" AllowCustomText="false"
                                            ShowMoreResultsBox="True" ItemRequestTimeout="500" AutoPostBack="false"
                                            OnItemsRequested="RadComboBox_ShippingAddress_ItemsRequested"
                                              Height="140px"

 
protected void RadComboBox_ShippingAddress_ItemsRequested(object o, RadComboBoxItemsRequestedEventArgs e)
    {
        LoadRadCombo_ShippingAddress();
        RadComboBox oRadComboBox_ShippingAddress = RadGrid_Orders.MasterTableView.Items[0].FindControl("RadComboBox_ShippingAddress") as RadComboBox;
         
        oRadComboBox_ShippingAddress.Items.Clear();
        string text = e.Text;
 
        try
        {
            DataRow[] rows = mShippingAddressNameListDataTable.Select("LocationName LIKE '" + text + "*'");

in the above code on below line
RadComboBox oRadComboBox_ShippingAddress = RadGrid_Orders.MasterTableView.Items[0].FindControl("RadComboBox_ShippingAddress") as RadComboBox;
it is returning the NULL value and throwing exception.

so plz tell me how to find radcombo .
Yana
Telerik team
 answered on 09 Sep 2010
4 answers
293 views
Hi All,
I have a requirement with the Image Manager inside my Radeditor. Below are the set of questions:

1. How and where do I configure the path to the list of image holders.
2. Can I have the same path pointed to a sharepoint Image Library in the same applicaion.
3. How can I disable or not show the New Folder, Delete and Upload buttons for the user?


Any help would be appreciated. Thanks in advance.

christian
Top achievements
Rank 1
 answered on 09 Sep 2010
1 answer
100 views
How to bind dynamically Pie chart ?
Yavor
Telerik team
 answered on 09 Sep 2010
1 answer
74 views
What is Series in pie chart?
Ves
Telerik team
 answered on 09 Sep 2010
1 answer
73 views

I cant show my Pie chart with 3 inputs,,I am a new one ,Help to show 3 inputs in pie chart ,here is my code



        <telerik:RadChart ID="RadChart4" runat="server" DataSourceID="SqlDataSource3" DefaultType="Pie"

            Width="321px" Style="font-weight: 700" >

            <Series>

                <telerik:ChartSeries DataYColumn="Amount" Name="Amount" Type="Pie">

                </telerik:ChartSeries>

                <telerik:ChartSeries DataYColumn2="Amount1" Name="Series 2" Type="Pie">

                </telerik:ChartSeries>

                <telerik:ChartSeries Type="Pie" DataYColumn3="Amoun2" Name="Series 3">

                </telerik:ChartSeries>

            </Series>

        </telerik:RadChart>

        <p>

            .</p>

        <asp:SqlDataSource ID="SqlDataSource3" runat="server" ConnectionString="<%$ ConnectionStrings:TestWaqarConnectionString %>"

            SelectCommand="SELECT [Amount], [Amount1], [Amount2] FROM [Calendar] WHERE ([Year] = @Year)">

            <SelectParameters>

                <asp:Parameter DefaultValue="2000" Name="Year" Type="String" />

            </SelectParameters>

        </asp:SqlDataSource>

Ves
Telerik team
 answered on 09 Sep 2010
1 answer
180 views
Hi,
I have a problem with the styles in RadAsyncUpload input.ruBrowse. I wanted to replace the select-text with a picture 210x290 px. When i use the flash compability in ie or firefox, i had only a range of height:22px to start the filedialog. It seems hardcoded, i have no possibility to modify the height from 22px to 290px. But i think this is the solution, i tested it in Firebug.
How can i change the value of AsyncUploadflashxxx height? Look at the png-attachment.
I use 2010.2.826.35. 
Genady Sergeev
Telerik team
 answered on 09 Sep 2010
0 answers
71 views
Hi,

If you are working with BIDS you can easily feed the tagcloud from any DB tables column.

http://www.bimonkey.com/2009/07/the-term-extraction-transformation/

Marc

Fit2Page
Top achievements
Rank 2
Bronze
Iron
Iron
 asked on 09 Sep 2010
1 answer
94 views
Let me know if this is possible...and how if it is

I've created a tabstrip with each user control being a separate form (see image mainmenu.jpg).  That part works fine.  What I would like to do is add a wizard tabstrip on one of the user control pages (see image menuwizard.jpg).

SInce the page the wizard sits on is a user control, I'm not able to access the Page properties so I'm not able to switch between the sub user controls.   So I'm wondering if it's possible to have a tabstrip on a user control that will switch between other user controls.  Does that make sense?

Thanks
Larry
Yana
Telerik team
 answered on 09 Sep 2010
1 answer
171 views
Hi,
I have the following radpanelbar in the code:

<

 

head runat="server">

 

 

<title></title>

 

 

 

<link href="../App_Themes/Default/main.css" rel="stylesheet" type="text/css" />

 

</

 

head>

 


<body>

 

<telerik:RadPanelBar ID="RadPanelBar1" runat="server" ExpandMode="FullExpandedItem"

 

 

Skin="Vista" Width="300px" Height="700px" >

 

 

<Items >

 

 

<telerik:RadPanelItem runat="server" Text="0. Instructions on Setting up Client" Value="0"

 

 

Font-Size="12" ChildGroupCssClass="PanelChildBackGround">

 

 

<Items >

 

 

<telerik:RadPanelItem runat="server" Text="Instructions on Client" Font-Bold="true" Font-Size="11" ForeColor="#0f68c2"

 

 

 

>

 

 

</telerik:RadPanelItem>

 

 

</Items>

 

 

</telerik:RadPanelItem>

 

 

</Items>

 

 

 

 

 

</telerik:RadPanelBar>

</body>

 

 

 

 

 

 

But unfortunately the ChildGroupCssClass property is not working, in other words, radpanelchild item is not taking the css behavior. If I am missing anything please let me know. Thanks. 


Shinu
Top achievements
Rank 2
 answered on 09 Sep 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?