Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
112 views
Hi,

I updated to the latest Q1 SP1 release yesterday, moving from a release around Oct last year.  The drag and drop on my calendars doesn't work anymore.  Is there a breaking change that may have caused this?

Regards,

Jon
Jon
Top achievements
Rank 1
 answered on 16 Apr 2012
10 answers
213 views
Is it possible to display the progress indicators regardless of the size of the file being uploaded? I would still like a visual indicator for my users even if the file is uploaded in a few seconds. I've currently just dropped the indicators in as follows, but we don't currently allow uploads of over 10MB meaning I haven't seen these indicators yet :-)

<telerik:RadProgressManager ID="progressManager" runat="server" /> 
                <telerik:RadProgressArea ID="progressArea" runat="server"  
                    EnableEmbeddedSkins="false" Skin="FileExplorer"  
                    DisplayCancelButton="true" > 
                    <Localization Uploaded="Uploaded" /> 
                </telerik:RadProgressArea> 

And in the page load event I call this function:

private void SetProgressAreaProperties() 
    { 
        progressArea.ProgressIndicators = ProgressIndicators.CurrentFileName | 
            ProgressIndicators.RequestSize | 
            ProgressIndicators.TimeElapsed | 
            ProgressIndicators.TimeEstimated | 
            ProgressIndicators.TotalProgress | 
            ProgressIndicators.TotalProgressBar | 
            ProgressIndicators.TotalProgressPercent | 
            ProgressIndicators.TransferSpeed; 
    } 

EDIT: Oh and not sure if it matters but I am using a standard HTML upload control as opposed to your file upload control for this.

Thanks,

Michael
Genady Sergeev
Telerik team
 answered on 16 Apr 2012
2 answers
169 views
Trying to create a resource scheduler for an application and getting odd behavior from timeline view in conjunction with group by and group by direction = vertical.

here is the aspx code:
<telerik:RadScheduler ID="radScheduler" runat="server" Width="965px" OnResourcesPopulating="radScheduler_ResourcesPopulating" OnClientAppointmentsPopulated="OnClientAppointmentsPopulated"
        Height="500px" DayStartTime="07:00:00" OnClientAppointmentClick="onAppointmentClick" OnClientAppointmentsPopulating="OnClientAppointmentsPopulating"
        OnClientAppointmentDoubleClick="OnClientAppointmentDoubleClick" OnClientAppointmentDataBound="OnClientAppointmentDataBound"  OverflowBehavior="Scroll" GroupBy="Tech"
        GroupingDirection="Vertical" SelectedView="TimelineView" EnableExactTimeRendering="true"
        OnClientAppointmentEditing="OnClientAppointmentEditing" AllowDelete="false" AllowInsert="false" OnClientAppointmentCreated="OnClientAppointmentCreated" >       
        <AdvancedForm Enabled="false" Modal="true" />
        <TimelineView SlotDuration="0:30:00" NumberOfSlots="32" TimeLabelSpan="2" HeaderDateFormat="M/d/yyyy h:mm tt" StartTime="5:00" ColumnHeaderDateFormat="h:mmtt" ShowInsertArea="false"  />
        <MonthView AdaptiveRowHeight="true" VisibleAppointmentsPerDay="20"  />
        <WebServiceSettings Path="/services/ResourceScheduler.asmx" ResourcePopulationMode="ServerSide" />
    </telerik:RadScheduler>

Issues:
  • Strange spacing in rows with appointments after the first row with appointments. It looks like it is adding spacing for appointments that are not there for that resource
  • Overlapping appointments are being hidden. If you look at the ungrouped calendar in day view there is an appointment from 1 - 2 that is hidden below the 10:30 - 5 appointment.
Bozhidar
Telerik team
 answered on 16 Apr 2012
10 answers
331 views
Hi,

We need the rotator to cycle using both the buttons AND advance automatically every 5 seconds if nothing is clicked
(RotatorType = Buttons AND AutomaticAdvance). Is this possble?

Also, we would like to pause the automatic advance if the user's mouse is hovered over the rotator.

Thanks!
Leigh
Top achievements
Rank 1
 answered on 16 Apr 2012
1 answer
131 views
I am using RadProgressArea for a button click.

It disturb my page desigg when executed.

Is it possible to display the  RadProgressArea as modal popup.

Please guide me.


Genady Sergeev
Telerik team
 answered on 16 Apr 2012
5 answers
89 views
This is my first time using the RADCHART.

I am trying to create a simple line chart.  My data source pulls back 3 columns, Year, Month, and Accuracy (should display as a percent)

However, everything I try the graph is not right.  I basically want to the line be the Accuracy percent with the x axis being Year Month.

Any help would be great.
Petar Marchev
Telerik team
 answered on 16 Apr 2012
1 answer
152 views
How can I change the text of the 'ShowMoreResultsBox' area??
It generates '.rcbMoreResults span' element

Thanks
Shinu
Top achievements
Rank 2
 answered on 16 Apr 2012
2 answers
171 views
How is it possible to remove a filter from server side? For example I need to use combined filtering of columns.
if we have 5 columns and we filter 3 of them initially, this is fine however if the user changes the filter for one of the columns, the filter expression is incorrect (understandbly why because I am concatinating the existing expression along with the new one)

is there a way to remove a specific filter and then apply the new filter?

If (String.IsNullOrEmpty(Me.grdShiftObservation.MasterTableView.FilterExpression)) Then
   Me.grdShiftObservation.MasterTableView.FilterExpression = dtFromString
Else
   Me.grdShiftObservation.MasterTableView.FilterExpression =  Me.grdShiftObservation.MasterTableView.FilterExpression & " AND " & dtFromString
end if


so the initial expression maybe "DateTime >= #...#"
Then if the user selects a different filter then the expression will be:

"DateTime >= #...# AND DateTime <= #...#"

which is not what I want. In this case it would be DateTime <= #...#

so I just want to remove from the FilterExpression the related column filter completely
Tsvetina
Telerik team
 answered on 16 Apr 2012
1 answer
196 views
Hi!

I'm using Telerik RadControls for ASP.NET AJAX 2011 Q3 SP1 and I'm looking for a way to add rounded borders to RadTextBox WITHOUT CSS3, since this should also work specifically in IE8. RadDecorator is NOT an option and it seems to use the CSS3 border-radius property.

Are there any other ways to have rounded borders on the TextBoxes AND TextAreas of RadTextBox?

Thanks.
Tsvetina
Telerik team
 answered on 16 Apr 2012
1 answer
240 views
Hi,  I'm facing very weird problem with the column header and item alignment.
I need to use the UseStaticHeader ="true" and AllowcolumnResize ="true" for requirements point.
I also need to fix the size of each column header which depend on the data.
The problem i'm facing now is If the grid got a lot rows , the alignment issue not occur.
once the grid row have a few data(two or three rows) the header and item alignment got problem.
By the way ,i using version - 2012.1.215.40
Do you have any idea what happening in my grid.
Can i get an answer as soon as possible. I need an urgent solution :(
Please see my attach code and screen capture.
========================== Exception.ascx.cs=====================================================
protected void grdFatal_PreRender(object sender, EventArgs e)
      {
          if (grdFatal.Items.Count != 0)
          {
              GridColumn grdCellTower = grdFatal.MasterTableView.GetColumn("CellTowerId");
              grdCellTower.HeaderStyle.Width = Unit.Pixel(80);
 
              GridColumn grdDate = grdFatal.MasterTableView.GetColumn("Date");
              grdDate.HeaderStyle.Width = Unit.Pixel(80);
 
              GridColumn grdFWVer = grdFatal.MasterTableView.GetColumn("FWVer");
              grdFWVer.HeaderStyle.Width = Unit.Pixel(55);
 
              GridColumn grdLastStatus = grdFatal.MasterTableView.GetColumn("LastStatus");
              grdLastStatus.HeaderStyle.Width = Unit.Pixel(65);
 
              GridColumn grdMeterType = grdFatal.MasterTableView.GetColumn("MeterType");
              grdMeterType.HeaderStyle.Width = Unit.Pixel(95);
 
              GridColumn grdModemFWVer = grdFatal.MasterTableView.GetColumn("ModemFWVer");
              grdModemFWVer.HeaderStyle.Width = Unit.Pixel(120);
 
              GridColumn grdSerialNumber = grdFatal.MasterTableView.GetColumn("SerialNumber");
              grdSerialNumber.HeaderStyle.Width = Unit.Pixel(120);
 
              GridColumn grdStatusId = grdFatal.MasterTableView.GetColumn("StatusId");
              grdStatusId.HeaderStyle.Width = Unit.Pixel(55);
 
              GridColumn grdStatusName = grdFatal.MasterTableView.GetColumn("StatusName");
              grdStatusName.HeaderStyle.Width = Unit.Pixel(90);
 
              GridColumn grdTxJobId = grdFatal.MasterTableView.GetColumn("TxJobId");
              grdTxJobId.HeaderStyle.Width = Unit.Pixel(58);
          }
      }


========================== Exception.ascx=====================================================
function ColumnResizing(sender, args) {
 
                if (args._gridColumn._data.UniqueName == "CellTowerId" && args._gridColumn._columnResizer._currentWidth < 80)
                { args._cancel = true; }
                else if (args._gridColumn._data.UniqueName == "Date" && args._gridColumn._columnResizer._currentWidth < 80)
                { args._cancel = true; }
                else if (args._gridColumn._data.UniqueName == "FWVer" && args._gridColumn._columnResizer._currentWidth < 55)
                { args._cancel = true; }
                else if (args._gridColumn._data.UniqueName == "LastStatus" && args._gridColumn._columnResizer._currentWidth < 65)
                { args._cancel = true; }
                else if (args._gridColumn._data.UniqueName == "MeterType" && args._gridColumn._columnResizer._currentWidth < 95)
                { args._cancel = true; }
                else if (args._gridColumn._data.UniqueName == "ModemFWVer" && args._gridColumn._columnResizer._currentWidth < 120)
                { args._cancel = true; }
                else if (args._gridColumn._data.UniqueName == "SerialNumber" && args._gridColumn._columnResizer._currentWidth < 120)
                { args._cancel = true; }
                else if (args._gridColumn._data.UniqueName == "StatusId" && args._gridColumn._columnResizer._currentWidth < 55)
                { args._cancel = true; }
                else if (args._gridColumn._data.UniqueName == "StatusName" && args._gridColumn._columnResizer._currentWidth < 108)
                { args._cancel = true; }
                else if (args._gridColumn._data.UniqueName == "TxJobId" && args._gridColumn._columnResizer._currentWidth < 90)
                { args._cancel = true; }
                else if (args._gridColumn._data.UniqueName == "Error" && args._gridColumn._columnResizer._currentWidth < 600)
                { args._cancel = true; }     
    }
</script>
 
 
 <div id="divGrid" style="margin-left:5px;">
                <telerik:RadGrid ID="grdFatal" AllowMultiRowSelection="True" runat="server"
                        AllowPaging="True" OnSelectedIndexChanged="grdFatal_OnSelectedIndexChanged"
                        ShowStatusBar="True" Width="99%" onprerender="grdFatal_PreRender"
                        onitemcreated="grdFatal_ItemCreated"
                        onneeddatasource="grdFatal_NeedDataSource" CellSpacing="0"
                        GridLines="Horizontal" Skin="WebBlue" AllowSorting="True" >
                  <MasterTableView PageSize="10" TableLayout="Fixed">
                    <CommandItemSettings ExportToPdfText="Export to PDF" />
                    <RowIndicatorColumn Visible="True" FilterControlAltText="Filter RowIndicator column" />
                    <ExpandCollapseColumn Visible="True" FilterControlAltText="Filter ExpandColumn column" />
                    <Columns>
                        <telerik:GridClientSelectColumn UniqueName="ClientSelectColumn" HeaderStyle-Width="30px"
                            Resizable="False" >                       
                    <HeaderStyle Width="30px"></HeaderStyle>
                        </telerik:GridClientSelectColumn>
                    </Columns>
     
                    <EditFormSettings>
                        <EditColumn FilterControlAltText="Filter EditCommandColumn column" />
                    </EditFormSettings>
                </MasterTableView>
                    <HeaderStyle Wrap="false" HorizontalAlign="Left" VerticalAlign="Middle" />
                    <ItemStyle Wrap="true" HorizontalAlign="Left" VerticalAlign="Middle" />
                <PagerStyle Mode="NumericPages" />           
                   
                 
                <ClientSettings EnableRowHoverStyle="true" EnablePostBackOnRowClick="true" >
                <Selecting CellSelectionMode="None" AllowRowSelect="True" />                
                <Selecting AllowRowSelect="True" />
                    <Scrolling AllowScroll="true" UseStaticHeaders="true" SaveScrollPosition="true"></Scrolling>
                    <Resizing AllowColumnResize="true"  AllowRowResize="false" ResizeGridOnColumnResize="false"
                    ClipCellContentOnResize="true" EnableRealTimeResize="false" AllowResizeToFit="true"/>
                    <ClientEvents OnColumnResizing="ColumnResizing"/>
                </ClientSettings>  
 
            <FilterMenu EnableImageSprites="False"></FilterMenu>
            </telerik:RadGrid
                
        </div>
Tsvetina
Telerik team
 answered on 16 Apr 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?