Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
100 views
hello,

I would like to do something with the Radscheduler. (great component, I love it :)
I would like to disable the edit function (with the form) but I want to allow to move appointments.
I tried allowEdit="false" but I can't move anything.

Did you have a solution ?

thanks.
Antoine
Top achievements
Rank 1
 answered on 25 May 2009
3 answers
102 views
I cannot reach the edited value in a row using the following code:

 

foreach (GridEditableItem editedItem in gvEntityAttributes.EditItems)  
            {  
                Hashtable newValues = new Hashtable();  
                e.Item.OwnerTableView.ExtractValuesFromItem(newValues, editedItem);  
                string cID = editedItem.GetDataKeyValue("ea_ID").ToString();  
            } 

If I edit the column, then change the value, from "Charles" to "Charles T." the newValues Hashtable only contains the entry for "Charles" not "Charles T." ... how do I get to the text entered by the user during the edit?

The row is not set to read only.

Thanks in advance,

Ryan

Daniel
Telerik team
 answered on 25 May 2009
1 answer
91 views
I am trying to export and save a radgrid to pdf format.  I am using RadGrid_GridExporting to save the pdf file to the server.  After the save is complete I am still getting the file download window.  How can I stop this from window from appearing??
Georgi Krustev
Telerik team
 answered on 25 May 2009
1 answer
117 views
Hey Telerikians!

I have a problem with the datagrid.  I am building a schedule for students to choose their timetables.

There are two grids in the 'choose your subjects' section.
    One is a grid with two columns:  Start Time  and  End Time.
    The second is a grid with subjects.

These grids have pages set to 10 rows per page.

What my problem is: 

I only want one grids page numbers to come up, as both grids have identical amount of rows.
So when the user clicks a page number on the first grid, the second grid changes to that page too.

currently i have this code which doesn't work:

 

Sub Grid_Change(ByVal source As Object, ByVal e As Telerik.WebControls.GridPageChangedEventArgs)

 

 

'change the page index in both top grids if GridTime index is changed:

 

GridSubjects.CurrentPageIndex() = GridTime.CurrentPageIndex()

GridSubjectsData.Copy()

GridSubjects.Rebind()

 

End Sub

 



Any help will be very appreciated and thankyou in advance,

Nick.

Georgi Krustev
Telerik team
 answered on 25 May 2009
1 answer
95 views
Hi All!

Is it possible to select and load (a file, file path) into a RadUpload control on server side in Page_Load or similar form event function?

thanks,
alsi
Veselin Vasilev
Telerik team
 answered on 25 May 2009
5 answers
348 views
I noticed that the RadComboBoxItem class has an ImageUrl property but there doesnt seem to be a binding property on the main combo to allow for databinding for property.    Seems to me that have a RadComboBox.DataImageUrl field would be nice on the main combo.  

Do I need to create a templated item in order to do this?

Thanks
Veselin Vasilev
Telerik team
 answered on 25 May 2009
5 answers
78 views
here is the error message that i'm keep getting for the first time i go to the site. then after that it works just fine.

Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed. Common causes for this error are when the response is modified by calls to Response.Write(), response filters, HttpModules, or server trace is enabled.

Details: Error parsing near '
</table>

        |<html>

    <head>


Fiko
Telerik team
 answered on 25 May 2009
5 answers
171 views
Hi, I have a RADGRID as a template item inside a RADCOMBOBOX. It is loaded on demand. Now whenever I try to type anything on the text section of RADCOMBOBOX, it throws an error:
"Script control <grid_name> is not a registered script control. Script controls must be registered using RegisterScriptControl() before calling RegisterScriptDescriptors(). Parameter name: scriptControl."
Veselin Vasilev
Telerik team
 answered on 25 May 2009
8 answers
825 views
Hi,

Since upgrading to 209 Q1 release the following code no longer works:

If ProjectID = "0" Or ProjectID = "" Then  
            e.Appointment.BackColor = Drawing.Color.Silver  
        Else  
            e.Appointment.BackColor = Drawing.Color.DarkSeaGreen  
            If Leave = "True" Then  
                e.Appointment.BackColor = Drawing.Color.Khaki  
            Else  
                If OutOfOffice = "True" Then  
                    e.Appointment.BackColor = Drawing.Color.Wheat  
                    e.Appointment.Font.Bold = True 
                    e.Appointment.ForeColor = Color.Red  
                Else  
                    e.Appointment.BackColor = ColorTranslator.FromOle(RGB(216, 229, 154))  
                End If  
            End If  
        End If 

The bold and font color work OK, but the backcolor no longer seems to work in this release.

David Penny.

Peter
Telerik team
 answered on 25 May 2009
1 answer
108 views
Hi,

i want to import the excel files to radgrid which i have exported....


Pavlina
Telerik team
 answered on 25 May 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
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
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?