Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
110 views
How can we change the default backcolor when sorted?It should not show any color on sorting.
Princy
Top achievements
Rank 2
 answered on 25 May 2012
6 answers
124 views

Hi,

I have ASP.Net AJAX Q1 2012 and would like to know where I can get the non-minimized css files for use as a custom skin?

cheers

Gavin.

Gavin
Top achievements
Rank 1
 answered on 25 May 2012
2 answers
59 views
Is there a quick way to tell if an e.item is in detail view?  I'm having problem with ItemDataBound  and ItemCreated not finding the columns because it in detail view.  I just want to check if it's in detail view and skip the code.

Thank you in advance for you help.
Shinu
Top achievements
Rank 2
 answered on 25 May 2012
3 answers
98 views
Hi members
I have a Radgrid with Outlook Skin. I want disable selected row style and write a css for mouse move on rows(I want use Office2007 select row style for mouse move rows a grid with Outlook style)
Shinu
Top achievements
Rank 2
 answered on 25 May 2012
0 answers
106 views
i have a grid bound to an entitydatasource bound to a table holding documents. the grid is the detail grid of a master grid whose row selection selects the detail or child rows.

when i click on the gridattachmentcolumn link in the detail grid, the first file is downloaded regardless of the file selected. i would expect the file of the row clicked to be downloaded.

what might i be doing wrong? or is there is a defect?
tony
Top achievements
Rank 1
 asked on 25 May 2012
10 answers
211 views
i have a radgrid one of whose columns is:
<telerik:GridBinaryImageColumn DataField="Media" DataType="System.Byte"
FilterControlAltText="Filter column3 column" ImageHeight="150px"
ImageWidth="150px" ResizeMode="Fit" UniqueName="Media"
HeaderText="Media" >
</telerik:GridBinaryImageColumn>

it is bound to an EntityDataSource.

using out of the box grid functionality, i click edit, select a file, then click update.
then i get the following error message: Error while setting property 'Media': 'The property 'Media' cannot be set to a null value.'.

why? having selected a file i would expect the control to send the data to the database. insert workds ok.





tony
Top achievements
Rank 1
 answered on 24 May 2012
1 answer
92 views
Hello Telerik Team,

    I want to open a one insert form on doubleclick of the time slot say appointment. Is there any server side events which make it possible.
What i done is calling the radwindow from client side and try to open the page in it.

<telerik:RadScheduler ID="RadScheduler1" runat="server" DataDescriptionField="status"
            Height="500px" Width="1000px" DataEndField="endTime" DataKeyField="bike_ID" DataSourceID="SqlDataSource1"
            DataStartField="startTime" DataSubjectField="subject" EnableDescriptionField="True"
            OnClientAppointmentInserting="onAppointmentInserting" Skin="Vista" StartEditingInAdvancedForm="False"
            StartInsertingInAdvancedForm="true">


<script type="text/javascript">

        function onAppointmentInserting(sender, eventArgs) {
           
            var _slot = eventArgs.get_targetSlot();
     var oWindowAppnt=$find("<%= RadWindowAppointment.ClientID %>");
      oWindowAppnt.setSize(510, 490);
     var _startTime = _slot.get_startTime().format("MMM dd, yyyy HH:mm:ss");
     var _endTime = _slot.get_endTime().format("MMM dd, yyyy HH:mm:ss");
      var _employeeID = _slot.get_resource().get_key();
     oWindowAppnt.setUrl("appointment.aspx?appid=0&ST="+_startTime +"&ET="+_endTime);
    oWindowAppnt.add_close(OnClientCloseAppointment);
    oWindowAppnt.set_modal(true);
    oWindowAppnt.set_showContentDuringLoad(false);
    oWindowAppnt.set_visibleTitlebar(false);
    oWindowAppnt.set_visibleStatusbar(false);
    oWindowAppnt.set_behaviors(Telerik.Web.UI.WindowBehaviors.Close +   Telerik.Web.UI.WindowBehaviors.Move);
    oWindowAppnt.show();
    eventArgs.set_cancel(true);  
  return false;
   }

     <telerik:RadWindow ID="RadWindowAppointment" runat="server"  >
    </telerik:RadWindow>

    </script>


can you please suggest any example or how to proceed the same.  I attached my appoitment .aspx page with this.

Thanks,
Malkesh
Peter
Telerik team
 answered on 24 May 2012
1 answer
74 views
Hi All,
     
       We are using Telerik scheduler for showing the appointments scheduled for the resources.
       But it the control is responding slowly to the user actions like scrolling, selecting the time slot or right click context menu etc.. 
       when there are 100 to 200 appointments and we are displaying only 5 resources.
       We are using Telerik dll versioned 2010.2.713.35.    
  . 
       Please let me know how we can resolve this issue.

Thanks
Raj
Peter
Telerik team
 answered on 24 May 2012
1 answer
129 views
I am trying to show my appointments in the month view without any background color.  I have found the CSS to remove the background image/sprite and can change the foreground color.  I cannot get rid of the default background color.  Is there a way to do this or match the cell color?  I want to have the appointment text for each catagory in a different color, but no background color or image.  Skin is set to Office2007.
Peter
Telerik team
 answered on 24 May 2012
5 answers
163 views
I've just begun using the asp.net radscheduler control. I am setting up authorizations that can have several scheduler appointments. We're using the control to add and edit the appointments, but are wanting to create custom grids of the authorizations showing a date's latest appointment time, and to validate if an authorization is valid for a specific day, etc. We will be doing this on asp.net and from a silverlight oob app. The asp.net site will be the only place to add/edit appointments. Are there built in methods to pass in a date and see if there is a valid appointment, and if so, return information about said appointment? Not sure where to begin to parse the recurrence rules to accomplish this. We'll need to parse this data from silverlight as well. Thanks!
Peter
Telerik team
 answered on 24 May 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?