Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
93 views
I think this is related to this issue: http://www.telerik.com/community/forums/preview-thread/aspnet-ajax/scheduler/radscheduler-crashes-on-dayendtime-quot-23-40-00-quot-and-minutesperrow-quot-26-quot-why.aspx  and possibly caused by the fix that you guys implemented for that.

Any normal scheduler set up with:
DayStartTime 7:00
DayEndTime 11:55
TimeIncrement 45

will crash with 'this.cells.0.offsetHeight' is null or not an object

I think I've tracked down the cause of it.  It happens under a very specific set of circumstances:

1) your time span (Begin time to end time) results in an odd number of time intervals
2) your end time is less than one time interval shy of midnight.

I think that Since the Radscheduler displays time intervals in pairs, it tries to pad the display out by one interval, which puts the scheduler into tomorrow, which causes the javascript to die.  Setting your schedule grid end time to one interval short of midnight prevents this from happening.

Ivana
Telerik team
 answered on 16 Oct 2012
2 answers
216 views

Hi 

I have need where i want to show Stacked Bar Charts binding with datable which is filled througn calling stored proc in db. can i get example regarding same. i searched through net but did not got any solution.please reply fast .its very urgent

thanks in advance
Parimal
Top achievements
Rank 1
 answered on 16 Oct 2012
3 answers
97 views
Hello,

I have the following scenario:

1. insert the following html into the editor:
<ul>
 <li>test</li>
</ul>
2. switch to design view and try to apply any CSS class to the UL element

Result:
CSS is applied to li element

It works fine if list contains several elements and you apply CSS to all of them.

How this can be fixed?
Rumen
Telerik team
 answered on 16 Oct 2012
2 answers
105 views
Hi,

Is there a way to expand and collapse the RadCombo programatically.  I want to be able to expand/collapse the control on a button click.

Thank you for your assistance.
Tracy
Tracy
Top achievements
Rank 1
 answered on 16 Oct 2012
1 answer
64 views
Hello

All fields are selected by default and all checkboxes are disabled - meaning no fields can be unselected for display!

This is true for all SharePoint lists, I had bound to grid as data source.

I am logged in with farm admin account.

Thanks and regards,
Roger
Roger
Top achievements
Rank 1
Veteran
 answered on 16 Oct 2012
1 answer
154 views
Hi
     How do I hide the label in edit item template on certain condition.
Savyo
Shinu
Top achievements
Rank 2
 answered on 16 Oct 2012
1 answer
85 views
I use a RadInputManager to validate controls in a RadAjaxPanel. The RadInputMananger is added dynamically. The data is validated only when the controls are focused. The data is not validated when i hit the submit button. Invalid data is submitted. Can anyone help me to solve this problem?
Maria Ilieva
Telerik team
 answered on 16 Oct 2012
3 answers
217 views

I have autocompletebox set up on my page and works great, but it allows more than one name selected on the drop down how can I just make it so it just accepts one name only or one token.

<telerik:RadAutoCompleteBox runat="server" ID="RadAutoCompleteBox" Filter="StartsWith"
               Width="300px" DropDownWidth="298px" DropDownHeight="350px" >

 

Genady Sergeev
Telerik team
 answered on 16 Oct 2012
1 answer
134 views
hi,
There are some controls in FormView.  One of them is button. Click the button can open RadWindow.But I can't open the RadWindow after I set FormView with AJAX. Please see the following code. Can you help me? Thank you!
 
<telerik:AjaxSetting AjaxControlID="FormView1">
<UpdatedControls>
<telerik:AjaxUpdatedControl ControlID="FormView1" />
<telerik:AjaxUpdatedControl ControlID="WindowManager1" />
</UpdatedControls>
</telerik:AjaxSetting>

 <telerik:RadWindowManager id="WindowManager1" runat="server" Behavior="Default" InitialBehavior="None" Left="" Top="">
 <windows>
  <telerik:RadWindow id="DialogWindow" Behaviors="Close" ReloadOnShow = "true" OnClientshow = "OnClientshow" OnClientclose = "OnClientclose" openerElementId = "<%# button1.ClientID %>"  Modal = "true" Runat="server" NavigateUrl="window1.aspx">
  </telerik:RadWindow>  
 </windows>
</telerik:RadWindowManager>
Marin Bratanov
Telerik team
 answered on 16 Oct 2012
1 answer
79 views

Telerik Team,

I have a urgent requirement. I have created a dashboard implementing RadGrid. Grid allowing all the feature like grouping, sorting, filtering etc.

RadGrid which I am implementing is having paging, meaning AllowPaging=”true”. Problem began at production server when all grouped data was scattered in different pages. My Client want all the group summary should come on same page so that they can see Total Quantity, Amount and other high level picture at once.

How can I achieve this, I mean keep the paging and show all grouped data togather.

If I am setting AllowPaging="Flase", Grid performance is very very poor. Even applying grouping/sorting taking more than 2 minutes. We have almost 20,000 records and may grow higher.

This is very urgent as product is already uploaded at client server and UAT is about to start.

Below I am attaching my grid HTML:

<telerik:RadGrid ID="RGVendor"
GridLines="none"
runat="server"
EnableAJAX="true"
Skin="Vista"
ShowStatusBar="True"
CellSpacing="0"
AllowSorting="True"
ShowFooter="True"
Width="99%"
Height="500px"
ShowGroupPanel="True"
OnItemCommand="RGVendor_ItemCommand"
OnColumnCreated="RGVendor_ColumnCreated"
AllowFilteringByColumn="True"
OnNeedDataSource="RGVendor_NeedDataSource"
OnInit="RGVendor_Init" 
EnableViewState="true"
AllowPaging="True"
PageSize="25"
OnCustomAggregate="RGVendor_CustomAggregate"
>
<PagerStyle Mode="Advanced" AlwaysVisible="true" />
<GroupingSettings GroupContinuesFormatString="" GroupContinuedFormatString="" CaseSensitive="False" ShowUnGroupButton="True" />
<ExportSettings ExportOnlyData="true" IgnorePaging="true" OpenInNewWindow="true">
<Excel Format="ExcelML" />
</ExportSettings>
<MasterTableView
CommandItemDisplay="Top"
GroupsDefaultExpanded="false"
Width="98%"
Font-Size="8"
TableLayout="Fixed"
ShowGroupFooter="true"
AllowFilteringByColumn="True"
GroupLoadMode="Client"  >
<CommandItemSettings ExportToPdfText="Export to PDF" ShowExportToExcelButton="false"
ShowAddNewRecordButton="false"></CommandItemSettings>
<CommandItemTemplate>
<telerik:RadToolBar runat="server" ID="RadToolBar1" Skin="Vista" OnButtonClick="RadToolBar1_ButtonClick">
<Items>
<telerik:RadToolBarButton Text="Apply filter" CommandName="FilterRadGrid" ImageUrl="<%#GetFilterIcon() %>"
ImagePosition="Right" />
</Items>
</telerik:RadToolBar>
</CommandItemTemplate>
<RowIndicatorColumn Visible="True" FilterControlAltText="Filter RowIndicator column">
</RowIndicatorColumn>
<ExpandCollapseColumn Visible="True" FilterControlAltText="Filter ExpandColumn column">
</ExpandCollapseColumn>
<EditFormSettings>
<EditColumn FilterControlAltText="Filter EditCommandColumn column">
</EditColumn>
</EditFormSettings>
</MasterTableView>
<FilterMenu EnableImageSprites="False">
</FilterMenu>
<HeaderContextMenu CssClass="GridContextMenu GridContextMenu_Default">
</HeaderContextMenu>
<ExportSettings ExportOnlyData="true"  IgnorePaging="true" Excel-Format="ExcelML">
<Excel Format="ExcelML"></Excel>
</ExportSettings>
<ClientSettings AllowColumnsReorder="false" AllowDragToGroup="True" DataBinding-EnableCaching="true" >
<Resizing AllowColumnResize="True" ResizeGridOnColumnResize="true" />
<Scrolling AllowScroll="True" SaveScrollPosition="true" EnableVirtualScrollPaging="True" UseStaticHeaders="true" ></Scrolling>
</ClientSettings>
<HeaderStyle Width="120px" />
</telerik:RadGrid>



Pavlina
Telerik team
 answered on 16 Oct 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?