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

Every created appointment, there is gape in Appointment Scheduler slot. It is not show the full color in that appointment slot and it remain some space. It created a lot of problem when we try to manipulate lunch and block time. It created appointment in remaining gape area. It should not occurred this type of gape.

Also, I attached the related file of this problem.

Please help me as soon as possible.

Thanks


Best Regards


Mutum Jiten Singh
Akhil Systems

Peter
Telerik team
 answered on 05 May 2011
5 answers
134 views
Hello Admin,

I have used Telerik scheduler. Following is the code that I am using to update the delete status of the appointment
protected void rsAppointments_OnAppointmentDelete(object sender, AppointmentDeleteEventArgs e)
       {
           try
           {
               Appointment appToEdit = rsAppointments.PrepareToEdit(e.Appointment, rsAppointments.EditingRecurringSeries);
               appToEdit.Attributes["IsDeleted"] = "1";
 
               rsAppointments.UpdateAppointment(appToEdit);
               ScriptManager.RegisterStartupScript(Page, GetType(), "alert", "alert('Appointment deleted successfully');", true);
               ViewState["Deleted"] = "1";
               // upScheduler.Update();
           }
           catch (Exception ex)
           {
               string ErrorMessage = ex.Message;
               SysLog.LogException(ex, MessageTypeEnum.DatabaseException, MessageSeverityEnum.Error);
           }
       }
 Actually before updating the website with the developer version this code was working fine for both recurring and non-recurring appointments. But after deploying the developer version, When I tried to delete the a nonreccurring appointment this works fine and when i tried to delete  an occuerrence  the update appointment event is fired directly. Control does not hit this code while deleting the occurence. Hence it just update the master appointment by adding the exception in the reccurrencerule but it doesn't insert this occurrence as new appointment. I was doing the final testing for the project. Everything was working fine with the trial version n now getting this strange behavior after adding the developer version. While deleting nonreccuring appointments or series it hits the AppointmentDelete event first but while deleting the occurrnece it is hitting to the AppointmentUpdate event directly.
Please provide your guidance as soon as possible.. Its urgent.

Thanks,
Roshani
Peter
Telerik team
 answered on 05 May 2011
2 answers
69 views
Hello guys.

I'm trying to use self hierarchy, but I have a problem. My grid is like this:

Vision 1[ x ] Vision 2 [   ]
File 1 Size Thumb Desc etc
File 2 Size Thumb Desc etc
  File 3   Size   Thumb   Desc   etc
File 4 Size Thumb Desc etc

But If I change the vision, hidding some columns in this event, my "File 3" that is son of "File 2", my grid still show all columns, like:

Vision 1[   ] Vision 2 [ x ]
File 1 Thumb Desc
File 2 Thumb Desc
  File 3   Size   Thumb   Desc   etc
File 4 Thumb Desc

What I need to do to fix it?

Regards.
Silvio Silva Junior
Top achievements
Rank 2
 answered on 05 May 2011
3 answers
135 views
Hello guys.

I'm having a problem when using self hierarchy. I'm using this example:
http://demos.telerik.com/aspnet-ajax/grid/examples/hierarchy/selfreferencing/defaultcs.aspx

I'm doing exactly the same way as it is in this example, but when I do a rebind on the grid, I get the following error:
"No applicable indexer exists in type 'FilesResult'

FilesResult is my datatype of entity framework that is retrieved from the db.

I tryed to use some like this:
 if (Assembly.GetAssembly(typeof(ScriptManager)).FullName.IndexOf("3.5") != -1 || Assembly.GetAssembly(typeof(ScriptManager)).FullName.IndexOf("4.0") != -1)
        {
            RadGrid1.MasterTableView.FilterExpression = "it.arq_int_codigo_pai = Convert.DBNull";
        }
        else
        {
            RadGrid1.MasterTableView.FilterExpression = "arq_int_codigo_pai IS NULL";
        }
but I received the error: 

Operator '=' incompatible with operand types 'Int32?' and 'Object'

 
What can I use when using entity framework?

What's wrong?

Regards.
Shawn
Top achievements
Rank 1
 answered on 05 May 2011
5 answers
204 views
Is it possible (and if so how) to only show the total of the bar as the label above it, on a stacked bar chart.
If I turn on item labels, it puts a label for each stack segment, where as I want just the total of all segments to display above the bar.

Travis
Top achievements
Rank 1
 answered on 05 May 2011
10 answers
1.0K+ views
Hi!  I have an issue where RadComboBoxes are not displaying properly on an asp.net page.  The combo box looks more like a text box and has the word 'select' in plain text to the right of it.  When you click on what is supposed to be the combo box, the expected data does appear but there is no background to the combo box and the list of items from the combo box appear directly over text in the background.

This issue only recently started happening as the combo boxes did previously appear fine.  It's also only happening on one page, combo boxes on other pages display as expected.  I did test in the four major browsers (FF, IE, Chrome, and Safari), and only in IE do the combo boxes display properly on the page having issues.

I tested using the asp.net DropDownList control instead of the RadComboBox, and the DropDownList control displays properly as a combo box and does not appear to have the same issues as the RadComboBox.

As a side note, we did just recently upgrade to the latest version of the RAD/Ajax controls

I was wondering if someone could suggest what/where to start troubleshooting.  I tried attaching screenshots (2 gif files, sizes 700 KB and 621 KB) but keep getting the message "Please upload valid files: .gif,.jpg,.jpeg,.png smaller than 2MB."  I even tried attaching only one file and still received the error.

Thank you!
Neha
Top achievements
Rank 1
 answered on 05 May 2011
26 answers
372 views
Hello all,
I have some IE issues question:

We use Rad Editor in MOSS 2007 as a Web Part.
I changed the color of the "a" (links) in the CSS file EditorContentArea.css (under wpresources ... custom).
When I add a link in IE 8, the color changes just fine (in edit mode and at render time).
but, in IE 7, in edit mode, the link color is one color, and in render time, it's the right color (from the EditorContentArea.css).

Does anyone know anything about it? :)

Thanks in advance.

Tal Winter
Henrik
Top achievements
Rank 1
 answered on 05 May 2011
0 answers
98 views
i'm using radtabstrip using 6 tab.
one of my tab i'm using radgrid with commanditemdisplay=top.
if the radgrid have saved anything after i going to save the grid.
tab have common save.

but my question's.
if the radgrid saved anything.
how i'm getting the value whether that radgrid bind anything.'
value=1
not bind anything value =0 how i check
reeply as soon as possible
Thanks,
Mohamed.
mohamed
Top achievements
Rank 1
 asked on 05 May 2011
1 answer
135 views
Hello,

we have the following problem:

We use RadComboBox controls with LoadOnDemand and ShowMoreResults.

In some circumstances we need to reset the comboboxes to items added at server side. This seems not so easy as the load on demand and show more results features add the items via AJAX calls and client side api. So the items collection on the server and the client are out of sync.

My question: Ist there a sample ore an easy way to bring server and client side in sync after loading some items via AJAX and adding it on client side?

Thank you in advance

Regards

Rolf Cerff
Cat Cheshire
Top achievements
Rank 1
 answered on 05 May 2011
1 answer
119 views

how to set the Postback property only for child nodes(node that do not have child nodes), and parent nodes should not trigger server event in RadTreeView? Please help me to achieve this...

Thanks in Advance
Robert Alphonse Dennyson
Kate
Telerik team
 answered on 05 May 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?