Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
196 views
Is it possible to populate a RadSchedule and then extract the list of appointments on a given day as a list?

The reason I need to do this being that a client would like their daily appointments added to a report but I cannot just query them from the database as I need all appointments run through the scheduler's recurrence engine first.

I am aware of a method suggested to allow recurrence engine support within the database - http://blogs.telerik.com/aspnet-ajax/posts/08-08-04/working-with-radscheduler-recurring-appointments-on-sql-server.aspx - however for various reasons this option is not achievable.

I can also write my own recurrence processor using the RecurrenceRule object but was hoping something easier would be available.

It would be great if I could just create a RadScheduler in codebehind, databind the appointments and get a certain day's appointment as a list which I can work with outside of the scheduer.
Plamen
Telerik team
 answered on 27 Feb 2013
1 answer
146 views
Hi,

I am using Radasyncupload to upload .doc files in my website. I want the radasyncupload to enable uploading files with .doc extension only. If the user selects other file format, i want the control to display an alert like Unsupported file format. Can anyone help me with sample code?

Thank you,
Teena
Princy
Top achievements
Rank 2
 answered on 27 Feb 2013
1 answer
128 views
Hi,
     This is prasad, when i click on insert button in RadGrid, RegularExpression validator is fired for RadMaskedTextBox instead of RequiredFeild Validator, How can i validate RadMaskedTextBox with RequiredField Validator.

Thanks
M V Prasad
Princy
Top achievements
Rank 2
 answered on 27 Feb 2013
1 answer
347 views
There're a class named 'RadDocument' and a class named 'HtmlFormatProvider', through which we can convert a html stream to an instance of class 'RadDocument', then we can get an xaml string using 'XamlFormatProvider'. Are there any equivalents in ASP.NET AJAX library instead of 'HtmlFormatProvider' and 'XamlFormatProvider' to support the conversion between html and xaml? 
Rumen
Telerik team
 answered on 27 Feb 2013
3 answers
193 views
Hi,
When inserting a new record to radgrid i had an error "insert item is available only when grid is in insert mode."
But the updating the values works perfect. I need to fix this issue quickly.










Thanks
Eyup
Telerik team
 answered on 27 Feb 2013
0 answers
70 views
Hi there,

I need samples for two scenarios:

1) I have RadListBox, based on the values selected, others controls (RadTextBox, RadComboBox,RadListBox, RadRadioListBox etc) will be visible to the user. If user made some changes on these controls and again changed the values of Main RadListBox, It should prompt the user that ‘ You have made some changes but not saved, do you still want to move away(select a new item)?’.
2) Whenever user navigate away from one page to another page, it should prompt like: ‘Do you want to move away?’
Thanks Regards, Mayil
MAYIL
Top achievements
Rank 1
 asked on 27 Feb 2013
2 answers
430 views
hello, i want to create a dynamic text box that it can enable/disable by OnClientCkeckChange of a Radcheckbox button ...my code is :

   <script type="text/javascript">
        function changedclient() {
 
            var textBox = $find("RadTextBox1");
            var button = $find("RadButton1");
            if (button.get_checked()) {
 
                textBox.set_value("");
                textBox.disable();
                
            }
            else {
 
 
                textBox.enable();
            }
        }
     
    </script>
 
 
-------------------------------------------
 
 <asp:ScriptManager ID="RadScriptManager1" runat="server"></asp:ScriptManager>
        <telerik:RadFormDecorator ID="RadFormDecorator1" runat="server" DecoratedControls="All" />    
        <telerik:RadButton ID="RadButton1" runat="server" AutoPostBack="False" ToggleType="CheckBox" ButtonType="ToggleButton" OnClientCheckedChanged="changedclient()">
        </telerik:RadButton>
 
        <br/>
        <telerik:RadTextBox ID="RadTextBox1" runat="server" Font-Names="tahoma">
            <FocusedStyle BackColor="#FFFFCC" BorderColor="Red" />
        </telerik:RadTextBox> 
.
.
.
.

But not working....
Shinu
Top achievements
Rank 2
 answered on 27 Feb 2013
1 answer
91 views
Referring to the image attached, I have this problem when i set the grid's width to 100%. Is there any other method to solve this..
Yew
Top achievements
Rank 1
 answered on 27 Feb 2013
0 answers
119 views
At the moment I have to break down this simple operation in two parts, I am sure the would be a better way is hiding from me :

List<int> selectedValues= new List<int>();
 
.
.
.
 
IEnumerable<RadComboBoxItem> checkedItems = from checkedItem in cblMagistrateCourts.Items.ToList()
                                                                where checkedItem.Checked == true
                                                                select checkedItem;
                    foreach (RadComboBoxItem item in checkedItems)
                    {
                        if (item.Checked)
                            selectedValues.Add(Convert.ToInt32(item.Value));
                    }
Aarsh
Top achievements
Rank 1
 asked on 26 Feb 2013
4 answers
1.0K+ views
Hi, I'm new to using the controls and I was wondering what the RadControl equivalent of an update panel is and how it works.

JG.
Pavlina
Telerik team
 answered on 26 Feb 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?