Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
45 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
82 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
127 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
90 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
112 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
339 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
122 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
4 answers
179 views
Hi folks,

I really like the show/hide columns functionality built into the context menu (EnableHeaderContextMenu). However, I can't count on users to right-click to open the menu.

To cover myself, I'd like to put a button in the command area that will open the header context menu so they can see it.

As an alternative, I'd be interested in seeing sample code to implement the show/hide column checkboxes in a regular menu or dropdown. 

Thanks!

Ken
Andrey
Top achievements
Rank 1
 answered on 11 Jan 2012
1 answer
84 views
I have a RadGrid loaded in a dynamically created ModalPopup when doing a filter on the columns from the HeaderContextMenu
snippets shown below
AllowFilteringByColumn="True" AllowAutomaticDeletes="True" CellSpacing="0" DataSourceID="theGridViewSqlDataSource" CssClass="gridview" Width="780" AutoGenerateColumns="False" EnableHeaderContextFilterMenu="True" EnableHeaderContextMenu="True" ShowStatusBar="true"
<MasterTableView DataSourceID="theGridViewSqlDataSource" BorderStyle="Solid" Width="100%" DataKeyNames="ID" IsFilterItemExpanded="false" GridLines="Both" ShowGroupFooter="true" >

With some versions of Chrome, IE9 but not Firefox and IE8 the Filtering action invokes a full Postback. The ModalPopups are in an UpdatePanel all by themselves on the MasterPage. When using developer tools in Chrome and IE9 I can see that the Async Postback is cancelled and it is then followed by a full page postback.

All other functions on the RadGrid work as expected, paging, grouping, adding and deleting records etc.

Any ideas???

Tsvetina
Telerik team
 answered on 11 Jan 2012
3 answers
101 views
Hello all,

I'm having an issue with the footer on a grid. We have a column that displays total information. In Firefox, the footer perfectly aligns with the column data but in IE8 (in both compatibility view and not) it's shifted to the left slightly. I used the IE Web Developer toolbar and it seems as if most of the footer columns are slightly smaller than their data column counterparts. I have attached an image that has the column highlighted to show it's positioning. It should line up perfectly with the Hours column.

Any clue how I can get this to line up properly? I am using 2009.3.1314.35.

Thanks in advance!

*edit* Sorry I realize the column headers aren't in that image. The footer should be shifted to the right slightly.

I have tried explicitly setting the FooterStyle Width property for each column but that didn't seem to help any.
Antonio Stoilkov
Telerik team
 answered on 11 Jan 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
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
Iron
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?