Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
119 views
I have a strange issue with working with the wizard to create some charts. Changing tab on the wizard seem to reset the chart completely and I need to repopulate the series. 
If I create a series I want and click OK or Apply and debug the solution I see the chart I wanted but then when I stop and restart it is reset. What causes this behaviour?

Thanks!
Ves
Telerik team
 answered on 11 Jan 2012
1 answer
152 views
Hello,

I am using telerik rad scheduler and RadSchedulerRecurrenceEditor. While creating/updating a recurring appointment with a recurrence type as 'Daily'. It is blocking an appointment as 'All day' even if we set 'EndTime' as 1 hr to an appointment.

Could you please let me know how to block an appointment for 1 hr duration and not as a 'All Day' for daily recurrence type of schedule.

Thanks and Regards,
Deepti
Peter
Telerik team
 answered on 11 Jan 2012
1 answer
61 views
As you can see in the image (RadGrid) I have limited the size of the detail table so it's not as wide as the master table.  How do I change the background color of the space to the left of the detail table? 
Daniel
Telerik team
 answered on 11 Jan 2012
1 answer
59 views
Hello,

I am using rad scheduler and RadSchedulerRecurrenceEditor. While updating an appointment I am receiving 'Object null reference' error  on 'OnAppointmentCommand' and not updating an appointment since appointment object is null. So currently I am creating new instance of e.Container.Appointment = new Appointment() on 'OnAppointmentCommand' and the error is temporarily removed now and updating an appointment as well.

Could you please let me know the exact solution  and cause for this error.

Thanks and Regards,
Deepti
Peter
Telerik team
 answered on 11 Jan 2012
2 answers
106 views
We have an existing ASP.NET application which uses Telerik contorls.

In web.config I noticed
< httpHandlers>
< add path="Telerik.Web.UI.WebResource.axd" verb="*" type="Telerik.Web.UI.WebResource" validate="false" />
< /httpHandlers>


However when I launch application I end up having attached image. This is some time hanging the application. Can you please help us how to resolve this issue. This is very critical; you help will be greatly appreciated.

How to fix this problem ?

Thanks
RK
Dimitar Terziev
Telerik team
 answered on 11 Jan 2012
1 answer
160 views

Is it possible to hide the tab header and replace the tab selection with a wizard step approach; by using next and previous navigation within the tab; and show the tab position with images in the form of step 1 - step 2 - Step 3?

Thanks,

Bozhidar
Telerik team
 answered on 11 Jan 2012
1 answer
111 views
I used the visual style buider and have the zip file. I've looked at the demos and post and I just don't get what to do next to make this my global style. Can someone do a step by step for me?
Ivan Zhekov
Telerik team
 answered on 11 Jan 2012
1 answer
140 views

Hi,

I've 2 RadDockZones (Left & Right) in my web ASP.Net AJAX web application.
In Leftside zone I've usercontrols like SingleLineText, Dropdown, CheckBox etc.
I can drag these controls from left zone to Right zone. But I want to prevent the moving from Right zone to left zone or any other part in that page.

//Thanks,

Slav
Telerik team
 answered on 11 Jan 2012
1 answer
378 views
i am trying to build a hierarchy grid that load on demand inside a tab that load also on demand.

is that possible without having to reload every tab when i move between tabs.

right now i have 5 tabs that each on of them has a hierarchy radgrid that loads on demand. the first load for each tab is taking too much time because i have to reload every tab with its information.

thanks,
Peter
Telerik team
 answered on 11 Jan 2012
2 answers
167 views
HI All,
I want to fire the checkbox clicking event in the Comboxbox to check what kind of checkbox has been selected by user. I need to disable controls on the screen based on the user selection. I have search online but find no solution on this. Does ayone has idea how to do this?
Below is my code
<ajax:RadComboBox ID="DdlPoCat" runat="server"
                         Width="280px"
                        EnableLoadOnDemand="True"
                        EnableVirtualScrolling="true"
                        EnableAutomaticLoadOnDemand="true" >
                        <ItemTemplate>                                       
                            <asp:CheckBox runat="server" ID="chkPoCat" Text='<%#Eval("ParamDesc")%>'/>
                        </ItemTemplate>                                                       
                   </ajax:RadComboBox>

dsPOCategory = getAppParam("PO_CAT")
          DdlPoCat.DataSource = dsPOCategory
          DdlPoCat.DataTextField = "ParamDesc"
          DdlPoCat.DataValueField = "ParamId"
          DdlPoCat.DataBind()
Help Please !!
johnson lim
Top achievements
Rank 1
 answered on 11 Jan 2012
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?