Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
89 views
Hello,

I have a problem ,


Radgrid Export to Excel Cannot Get Grid Header
Pls Help...


    Thanks 

      Nithin

(File Attched)
Daniel
Telerik team
 answered on 24 Jan 2011
2 answers
139 views
Hi,

I am using radgrid and text box

<telerik:radgrid...>
<asp:textbox ...>

I want to fill text box through mouse move event of grid cell. If mouse move on another cell then text box should fill accordingly cell value.
Please suggest.

Thanks in Advance.
Reyaz
Reyaz Ahmad
Top achievements
Rank 1
 answered on 24 Jan 2011
0 answers
118 views
Hi,
I am using 2010.2.929.40 version. In async file upload when client side file extension validation fails, a 'remove' link comes. I want the 'select' option to come instead of remove link. What is the work around. Only single file upload is allowed in my scenario. Reply.
saurabh
Top achievements
Rank 1
 asked on 24 Jan 2011
2 answers
82 views
hi
in my radgrid odd row are white  and even row are blue
i want when mouseover evente row be red after mouse out back to blue or white
plz help to me
niloofar
Top achievements
Rank 1
 answered on 24 Jan 2011
4 answers
88 views
Hi
 I am using RadCalendar in my page... But my calendar is not looking pretty good....like the demo one....i need to display my calendar should be like that.. i am using the same CSS .
Pavlina
Telerik team
 answered on 24 Jan 2011
1 answer
60 views
HI,

i have two columns in radgrid one is visible and another is invisible. when user clicks on one column it should sort by taking in consideration of other column also. Please find the attached screen shot with this post.

regards
Nagendra
Radoslav
Telerik team
 answered on 24 Jan 2011
6 answers
107 views
I have the following issue when using a List datasource in combination with a custom OnClientRecurrenceDialogShowing:

<telerik:RadScheduler ID="Scheduler" runat="server" 
         OnClientRecurrenceActionDialogShowing="OnClientRecurrenceActionDialogShowing"
         DataKeyField="Id"
         DataSubjectField="Subject" 
         DataStartField="Start" 
         DataEndField="End"
         DataRecurrenceField="RecurrenceRule"
         DataRecurrenceParentKeyField="RecurrenceParentId" 
         OnAppointmentInsert="Scheduler_AppointmentInsert"
         OnAppointmentUpdate="Scheduler_AppointmentUpdate"
         OnAppointmentDelete="Scheduler_AppointmentDelete"
         DisplayDeleteConfirmation="False" 
         AllowDelete="true" />

and following Javascript:

<script type="text/javascript">
    function OnClientRecurrenceActionDialogShowing(sender, eventArgs) {
        eventArgs.set_cancel(true);
        eventArgs.set_editSeries(false);
    }  
</script>

According to documentation, this should bypass the "do you want to (edit/delete) this appointment occurrence or series" dialogs.
However, if I put a breakpoint in the Scheduler_AppointmentDelete handler, I hit the breakpoint for "simple" appointments, but not for recurrent ones. On the other hand, editing a recurrent appointment works fine, bypasses the dialog and edits the series.

Is this a known issue?

(version = v4.0.30319 / 2010.2.929.40)
Wouter
Top achievements
Rank 1
 answered on 24 Jan 2011
22 answers
310 views
Good Day

My name is Vuyiswa Maseko. Our Company was using Infragistics and we were looking for a scheduling control and we came across telerik Scheduler and we decided that this is the product that we want. I am a Developer myself and i am the one who will be making a decision on which product to buy. 

we are doing a timetabling System and there is a time where we have to display the timetable. i looked at the examples provided on your website, they are exactly what we want like this one

Example 1

Example 2


and the Database Schema is the same as our , we have Rooms table and we have Student Registrations table and we have Subjects. The Final Query that i currently have have all these things and i am just not sure about is the

RecurrenceRule

RecurranceParentID

Annotations

Description


in my final table i have


SELECT distinct&nbsp; ID, Dy,&nbsp; Sess,[Code],[Description],Abrev,[Type],Number,<br>GrpName,GrpNumber,Duration,[Students], <br>[Venue],Capacity,<br>[Staff],[ModlID],[Term]<br>,[StaffTerm]<br>,[Date],[Length]<br>FROM <br>#Final_Timetable <br> 

I have Sessions, Day,Venue as ("Rooms") ,Code as ("Subject"), Date("The Data it must be scheduled"), Length (in Minutes), Students as  (Number of Students)

Before i can tell me company to buy the Product i must give them a Demo on this. This is exactly what i want. Can you assist.

Kind Regards

Vuyiswa Maseko
Veronica
Telerik team
 answered on 24 Jan 2011
3 answers
59 views
Hi,
I have radgrid and I use custom sorting because I have to apply sort by two columns in database but in the grid they visualized as one. Some of the requirements in my project have changed and I have to use multi-column sort. I there a way to use them both(multi_column sort and custom sort) or some other way to achieve that.
Thanks in advance.
Mira
Telerik team
 answered on 24 Jan 2011
4 answers
188 views
Not sure if I need to call DataBind() when using NeedData Source:

protected void radGridRate_NeedDataSource(object sender, GridNeedDataSourceEventArgs e)
        {
            System.Diagnostics.Debug.WriteLine("radGridRate_NeedDataSource");

            if (!e.IsFromDetailTable)
            {
                radGridRate.MasterTableView.DataSource = (DataTable)Session["dtServicesTopLevel"];
            }

        }

 
Thanks!
Dave Gilden MCSD / Ft. Worth

Pavlina
Telerik team
 answered on 24 Jan 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?