Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
101 views
I am trying to change the calendar focus month from the code behind when the selected date is not in the current focus month view.  The month changes as expected with the below code but the style of the individual days in the now focused month view still display with the style "OtherMonthDayStyle".  The style of the individual days is updated when the mouse hovers over each day.

Is there a solution for updating the styles immediately?  I have confirmed the same issue in the following broswers:
IE 8.0.6; FF 11.0; Chrome 17.0.X

 

<Telerik:RadScriptManager ID="RadScriptManager1" runat="server" />
          
<Telerik:RadCalendar ID="RadCalendar1" runat="server" AutoPostBack="true" ShowRowHeaders="false" 
EnableMultiSelect="false" OnSelectionChanged="RadCalendar1_SelectionChanged"
</Telerik:RadCalendar>

protected void RadCalendar1_SelectionChanged(object sender, SelectedDatesEventArgs e)
{
   RadCalendar cal = (RadCalendar)sender;
  
   if (cal.SelectedDate.Month != cal.FocusedDate.Month)
      cal.FocusedDate = cal.SelectedDate;
}
Pavlina
Telerik team
 answered on 04 Apr 2012
1 answer
94 views
How to access the dropdownlist value on client side in button click
  <EditFormSettings EditFormType="Template">
<FormTemplate>
                   
                        <asp:DropDownList ID="editDropDown" runat="server">
                            <asp:ListItem Text="Item1"></asp:ListItem>
                            <asp:ListItem Text="Item2"></asp:ListItem>
                            <asp:ListItem Text="Item3"></asp:ListItem>
                        </asp:DropDownList>
                        <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
                        <asp:Button ID="btn" Text="btn" runat="server" OnClientClick="ddlValue();" />
                    </FormTemplate>
                </EditFormSettings>
Princy
Top achievements
Rank 2
 answered on 04 Apr 2012
3 answers
207 views
I am trying to fill and edit Checkboxlist with values as in the datagrid i combine all those values into one field to show better, long story.  Anyway i need to first populate all teh avialable checkbox list items to choose from, got this done but next I need to hit the database and get the checkboxlist items that are checked already and populate that.  So far unsuccessfull.

Protected Sub myRadGrid_ItemDataBound(sender As Object, e As Telerik.Web.UI.GridItemEventArgs) Handles myRadGrid.ItemDataBound
       If TypeOf e.Item Is GridEditableItem And e.Item.IsInEditMode Then
           Dim Item As GridEditableItem = CType(e.Item, GridEditableItem)
           Dim cbl As CheckBoxList = Item.FindControl("cblReg")
           Dim Id As Integer = e.Item.OwnerTableView.DataKeyValues(e.Item.ItemIndex)("intCategoryId")
           'populate the checkboxlist will all avialable items
           sql = "Select COLUMN_NAME from ITSystems.INFORMATION_SCHEMA.COLUMNS where Table_name = 'Drat_Registration' and COLUMN_NAME not like 'int%'"
           myDataTable = New DataTable
           myDataTable = getData(sql)
           cbl.DataSource = myDataTable
           cbl.DataTextField = "COLUMN_NAME"
           cbl.DataValueField = "COLUMN_NAME"
           cbl.DataBind()
           'get the existing items that should be checked when editing
           sql = "Select strFieldName from Drat_regRelation where intCategoryId = " & Id
           myDataTable = New DataTable
           myDataTable = getData(sql)
           For Each row As DataRow In myDataTable.Rows
               For Each Item In cbl.Items
                   If row(0) = cbl.DataValueField Then
                       cbl.SelectedValue = True
                   End If
               Next
           Next
       End If
   End Sub

<telerik:RadGrid ID="myRadGrid" runat="server" Width="100%" BorderWidth="1px" CellPadding="6" GridLines="None" BorderColor="#404040" Skin="Web20">
                                        <MasterTableView AutoGenerateColumns="false" DataKeyNames="Category" Name="MasterGrid" BorderColor="#404040" Font-Size="9" Font-Names="Veranda,arial,sans-serif" 
                                        HeaderStyle-HorizontalAlign="Center" GridLines="Both" BorderWidth="1px"><AlternatingItemStyle BackColor="#B0C4DE" />
                                        <HeaderStyle ForeColor="White" Font-Bold="true" BorderColor="#404040" BorderWidth="1px" />
                                            <Columns>
                                                 <telerik:GridEditCommandColumn UniqueName="EditCommandColumn"></telerik:GridEditCommandColumn>
                                                <telerik:GridBoundColumn DataField="Category" HeaderText="Category" />
                                                <telerik:GridBoundColumn DataField="DataFields" HeaderText="REG DATA" />
                                            </Columns>
                                             <EditFormSettings EditFormType="Template">
                                                <FormTemplate>
                                                    <table width="100%">
                                                        <tr>
                                                            <td style="height:8px"></td>
                                                        </tr>
                                                        <tr>
                                                            <td><b>EDIT DETAILS</b></td>
                                                        </tr>
                                                    </table>
                                                    <table width="100%">
                                                        <tr>
                                                            <td align="left"><asp:CheckBoxList ID="cblReg" runat="server" DataTextField="strCategory" DataValueField="intCategoryId"></asp:CheckBoxList></td>
                                                        </tr>
                                                        <tr>
                                                            <td style="height:5px"></td>
                                                        </tr>
                                                    </table>
                                                    <table width="100%">
                                                        <tr>
                                                            <td>
                                                                <asp:LinkButton ID="lnkSubmit" runat="server" text='<%# IIf((TypeOf(Container) is GridEditFormInsertItem), "Insert", "Update") %>' 
                                                                CommandName='<%# IIf((TypeOf(Container) is GridEditFormInsertItem), "PerformInsert", "Update")%>'></asp:LinkButton>
                                                                      
                                                                <asp:LinkButton ID="lnkCancel" runat="server" CausesValidation="false" CommandName="Cancel" Text="Cancel"></asp:LinkButton>
                                                            </td>
                                                        </tr>
                                                        <tr>
                                                            <td style="height:8px"></td>
                                                        </tr>
                                                    </table>
                                                </FormTemplate>
                                            </EditFormSettings>
                                        </MasterTableView>
                                     </telerik:RadGrid>



Kevin
Top achievements
Rank 1
 answered on 04 Apr 2012
5 answers
146 views
hi everyone,

i just noticed 1 thing bout this control.
after my radwindow poped up once the next pop of same radwindow it loose the attributes which i defined..

any kind of help would be appreciated..

thanks in advance

regards
webster
Marin Bratanov
Telerik team
 answered on 04 Apr 2012
1 answer
61 views
Hi,

I hav a RadFilter in a RadWindow being used to filter a RadGrid. The grid can have upto about 80 columns visible in it but generally the users have about 20 at any one time. When the user selects the RadFilter and adds predicate to the filter this works ok, but when the user clicks on the drop down in the filter to select the actual column they want to filter on from the 80 or so potentials, as soon as the mouse moves from hovering over one column to hovering over another we get a javascript error inside the telerik javascript code at line 8900 (while(k.get_level()>0))

The debugger says that k (an object of type RadContextMenu I guess) does not have a method of get_level
if(!m||j==m||$telerik.isDescendant(j,m)){return true;
}if(this._childrenDetached&&$telerik.isDescendant(l.get_parent()._getAnimationContainer(),m)){return true;
}if(this._scroller&&l.get_level()>0&&!$telerik.isDescendant(this.get_element(),m)){var k=l;
while(k.get_level()>0){k=k.get_parent();
}this._onItemMouseOut({eventMapTarget:k.get_element(),eventMapRelatedTarget:m});
}if(l._state==a.RadMenuItemState.Closed||l._state==a.RadMenuItemState.AboutToClose){return true;
}if(l._state==a.RadMenuItemState.AboutToOpen){l._clearTimeout();
l._state=a.RadMenuItemState.Closed;
l.get_parent()._openedItem=null;
return true;
 

The list of columns is obviously implemented as RadContextMenu and because we have so many columns we have made the change mentioned elsewhere in the forum to add AutoScroll and setting the height of area to 300px but I don't suppose this makes any difference.

What can I do to fix this as it makes it impossible for the user to select any column other the first one in the list.

Stuart
Tsvetoslav
Telerik team
 answered on 04 Apr 2012
5 answers
141 views
Hi, 

We have a RadComboBox with an ItemTemplate. If we specify it like this:

            <ItemTemplate>
                <asp:Panel ID="panelMyPanel" runat="server" Height="55px" 
                    Width="100%">
                    <table align="left" cellpadding="2" cellspacing="2" class="style1">
                        <tr>
                            <td width="50%" bgcolor="#990099">
                                <asp:Label ID="Label370" runat="server"   Text="My text></asp:Label>
                            </td>
                            <td width="50%" bgcolor="#9933FF">
                                <asp:Label ID="Label370" runat="server"   Text="My text></asp:Label>
                            </td>
                        </tr>
                    </table>
                </asp:Panel>
            </ItemTemplate>

It will "drift" for each row (no vertical alignment) despite no text being close to long enough to fill the 50% for each column. If we change to:

            <ItemTemplate>
                <asp:Panel ID="panelMyPanel" runat="server" Height="55px" 
                    Width="600px">
                    <table align="left" cellpadding="2" cellspacing="2" class="style1">
                        <tr>
                            <td width="300px" bgcolor="#990099">
                                <asp:Label ID="Label370" runat="server"   Text="My text></asp:Label>
                            </td>
                            <td width="300px" bgcolor="#9933FF">
                                <asp:Label ID="Label370" runat="server"   Text="My text></asp:Label>
                            </td>
                        </tr>
                    </table>
                </asp:Panel>
            </ItemTemplate> 

It will render correctly.

Shouldn't both work and produce the same result? We prefer to specify width in % instead of PX as that will work even if page skin or similar is changed in the future. 
Ivana
Telerik team
 answered on 04 Apr 2012
8 answers
177 views
Hello,

I've successfully converted an asp:ListView with a custom Pager to the RadListView with the RadDataPager.
I've set AllowSEOPaging="true" and SEOPagingQueryPageKey="Page"

My original custom pager created a URL using UrlRewriter to something like this..:

http://www.sitename.com?DepartmentId=1&CategoryId=1&Page=2  to: 
http://www.sitename.com/Dept-Name-d1/Cat-Name-c1/Page-1/

In order to do this, I pass the querystring params to a method and it does the rewriting, in this case a method like:

currentLink.NavigateUrl = UrlClass.LinkToCategory(DepartmentId, CategoryId, PageNumber);

Unfortunately, when using the RadDataPager, it converts the intial Url that is UrlRewriten back to a dynamic one.
I have created the following in the PreRender event of the RadDataPager and tested it with static values and it works.
protected void RadDataPager1_PreRender(object sender, EventArgs e) 
   RadDataPager dataPager = (RadDataPager)lvwProducts.FindControl("RadDataPager1"); 
 
   foreach (Control control in dataPager.Controls) 
   { 
      foreach (Control c in control.Controls) 
      { 
         if (c is HyperLink) 
         { 
            HyperLink currentLink = (HyperLink)c; 
            currentLink.NavigateUrl = UrlClass.LinkToCategory("1""1""2"); // <--- This rewrites properly.
            // TODO: Put Page Command Value into PageNumber parameter.
            currentLink.NavigateUrl = UrlClass.LinkToCategory(DepartmentId, CategoryId, PageNumber); 
         } 
      } 
   } 

My question is how can I access the DataPager commands (First, Last, Previous, Next, etc..) to pass as a parameter for the PageNumber in the above method?

Thank you,
Ronnie
Tsvetina
Telerik team
 answered on 04 Apr 2012
1 answer
81 views
Hi,
I have some problem with MDI windows.
In IE9 a opened window appears above a div (restricion zone, with red border - see screen please).
In IE8 everything is ok.
My code to open window:
...
var wnd = manager.open(url, name);
      
var browserWin = wnd.BrowserWindow;
 var fResize = new browserWin.Function("sender", "args", "OnClientResize(sender,args);");
 wnd.add_resize(fResize);
 var fEndDrag = new browserWin.Function("sender", "args", "OnClientDragEnd(sender,args);");
 wnd.add_dragEnd(fEndDrag);     
 if (cookie_max == 1 || cookie_max == "1") wnd.Maximize();
I'm using Telerik 2010.1.415.20.
My div (restricion zone) doesn't have width and height.
Where is a problem?
Thanks.

UPDATE: When div has width and height - window shows in proper way. But I don't want to specify size of restrict zone.
Marin Bratanov
Telerik team
 answered on 04 Apr 2012
3 answers
247 views
Hello Telerik Team,
I have a little problem with highlighting the selected day in the month view. I know there is a kb article which describes how to highlight the selected day in the month view.
My problem is, when I use a handler for the TimeSlotCreated event, like

void OTRadScheduler_TimeSlotCreated(object sender, TimeSlotCreatedEventArgs e)
{
   if (e.TimeSlot.Start.Date == OTRadScheduler.SelectedDate)
   {
        e.TimeSlot.CssClass = "rsSelectedSlot";
   }
   else
   {
        // if the actuale date of the time slot is not the selected date, check if the rsSelectedSlot css class is set, if so delete it
        if (string.Compare(e.TimeSlot.CssClass, "rsSelectedSlot") == 0)
        {
            e.TimeSlot.CssClass = "";
        }
    }
}

and the RadScheduler control starts with the month view, the selected date will be displayed correctly (for example with a green background for the Web2.0 skin.

But if I change now to the day view and use the navigation controls in the header to go forward one day and afterwards change back to the month view, at first glance the new selected day will be displayed with the css class above. But if I select now a new day in the month view, then the new day will be displayed with the above css class (which is correct) BUT THE FORMER day which was set to this class after the view change still is displayed with the new css class. So I get two highlighted days, as long as I do not select the former selected day.

As I understand it, if in the month view a day is selected with a single click (inserting of new days only with double clicks), the java script methods of the scheduler control take care of unselecting all days and selecting the new one, i.e. these methods change the css class of the former selected day (tested it with the firefox web debugger). But if the css class of a time slot item is set in the code behind using the handler, this day is not unselected by the java script methods when a new day is selected.

I hope you have some ideas,
Richard.
Richard
Top achievements
Rank 1
 answered on 04 Apr 2012
1 answer
76 views
Hi,

I create a new skin with stylebuilder.telerik.com, the new dropdown button is wider then others telerik buttons, the stylebuider don´t make the normal button wider I need include the width, height and padding-left at div.RadComboBox_BN table td.rcbArrowCell  and .RadComboBox_BN td.rcbArrowCell with the same value using at style builder arrow box.

Now the button is wider, but is a "leak" event at the begin button, for exemple if I click between first pixel until the middle the drop down not fired. The dropdow fired only at the middle to end.

The .aspx
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default1.aspx.vb" Inherits="Default3" %><br><%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %><br><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><br><br><html xmlns="http://www.w3.org/1999/xhtml"><br><head runat="server"><br>    <title></title><br>    <link href="Skin/BN/ComboBox.BN.css" rel="stylesheet" type="text/css" /><br></head><br><body><br>    <form id="form1" runat="server"><br>    <telerik:RadScriptManager ID="RadScriptManager1" runat="server"><br>        <Scripts><br>            <asp:ScriptReference Assembly="Telerik.Web.UI" <br>                Name="Telerik.Web.UI.Common.Core.js"><br>            </asp:ScriptReference><br>            <asp:ScriptReference Assembly="Telerik.Web.UI" <br>                Name="Telerik.Web.UI.Common.jQuery.js"><br>            </asp:ScriptReference><br>            <asp:ScriptReference Assembly="Telerik.Web.UI" <br>                Name="Telerik.Web.UI.Common.jQueryInclude.js"><br>            </asp:ScriptReference><br>        </Scripts><br>    </telerik:RadScriptManager><br>    <div><br>        <telerik:RadComboBox ID="RadComboBoxPeriodo1" Runat="server" EnableEmbeddedSkins="False" skin="BN" ShowDropDownOnTextboxClick ="true">                    <br>        </telerik:RadComboBox><br>    </div><br>    </form><br></body><br></html><br>

The .css
/* RadComboBox Simple skin */<br><br>/*global*/<br><br>.RadComboBox_BN,<br>.RadComboBox_BN .rcbInput,<br>.RadComboBoxDropDown_BN<br>{<br>    font: 12px "Segoe UI", Arial, sans-serif;<br>    color: #333;<br>}<br><br>/* combobox */<br><br>div.RadComboBox_BN table td.rcbInputCell<br>{<br>    height: 18px;<br>    line-height: 18px;<br>    border: solid #616161;<br>    background: #fff;<br>}<br><br>* html div.RadComboBox_BN table td.rcbInputCell<br>{<br>    height /**/: 20px;<br>    line-height /**/: 20px;<br>}<br><br>div.RadComboBox_BN table td.rcbInputCellLeft { border-width: 1px 0 1px 1px; }<br>div.RadComboBox_BN table td.rcbInputCellRight { border-width: 1px 1px 1px 0; }<br><br>* html div.RadComboBox_BN .rcbInputCell .rcbInput<br>{<br>    height /**/: 16px;<br>    padding /**/: 2px 0; /* This should fix the ajax introduced height in IE7 and not break IE6 */<br>}<br><br>.RadComboBox_BN .rcbInputCell .rcbEmptyMessage<br>{<br>    color: #666;<br>}<br><br>.RadComboBox_BN .rcbHovered .rcbInputCell .rcbInput,<br>.RadComboBox_BN .rcbFocused .rcbInputCell .rcbInput { color: #882501; }<br><br>div.RadComboBox_BN .rcbReadOnly .rcbArrowCellLeft,<br>div.RadComboBox_BN .rcbArrowCellHidden.rcbArrowCellLeft { border-width: 1px 0 1px 1px; }<br>div.RadComboBox_BN .rcbReadOnly .rcbArrowCellRight,<br>div.RadComboBox_BN .rcbArrowCellHidden.rcbArrowCellRight { border-width: 1px 1px 1px 0; }<br><br>div.RadComboBox_BN table td.rcbArrowCell<br>{<br>    border: 1px solid #616161;<br>    background: #fff url('ComboBox/rcbSprite.png') no-repeat -1px 50%;<br>    width: 30px;<br>    height: 33px;<br>    padding-left: 15px;<br>}<br><br>.RadComboBox_BN td.rcbArrowCell { <br>    background-position: -1px 50%; <br>    width: 30px;<br>    height: 33px;<br>    padding-left: 15px;<br>    }<br><br>.RadComboBox_BN .rcbHovered .rcbArrowCell { background-position: -35px 50%; }<br>.RadComboBox_BN .rcbFocused .rcbArrowCell { background-position: -69px 50%; }<br>.RadComboBox_BN .rcbDisabled .rcbArrowCell { background-position: -1px 50%; }<br><br>.RadComboBox_BN .rcbReadOnly td.rcbArrowCell { background-position: -2px 50%; }<br>.RadComboBox_BN .rcbHovered .rcbReadOnly .rcbArrowCell { background-position: -36px 50%; }<br>.RadComboBox_BN .rcbFocused .rcbReadOnly .rcbArrowCell { background-position: -70px 50%; }<br>.RadComboBox_BN .rcbDisabled .rcbReadOnly .rcbArrowCell { background-position: -2px 50%; }<br><br>.RadComboBox_BN td.rcbArrowCellHidden,<br>.RadComboBox_BN .rcbHovered td.rcbArrowCellHidden,<br>.RadComboBox_BN .rcbFocused td.rcbArrowCellHidden,<br>.RadComboBox_BN .rcbReadOnly td.rcbArrowCellHidden,<br>.RadComboBox_BN .rcbHovered .rcbReadOnly .rcbArrowCellHidden,<br>.RadComboBox_BN .rcbFocused .rcbReadOnly .rcbArrowCellHidden,<br>.RadComboBox_BN .rcbDisabled .rcbReadOnly .rcbArrowCellHidden,<br>.RadComboBox_BN table.rcbDisabled td.rcbArrowCellHidden { background: none; }<br><br><br>.RadComboBox_BN .rcbHovered .rcbArrowCell,<br>.RadComboBox_BN .rcbHovered .rcbReadOnly .rcbInputCell,<br>.RadComboBox_BN .rcbHovered .rcbReadOnly .rcbArrowCellHidden { background-color: #ffe79c; }<br>.RadComboBox_BN .rcbFocused .rcbArrowCell,<br>.RadComboBox_BN .rcbFocused .rcbReadOnly .rcbInputCell,<br>.RadComboBox_BN .rcbFocused .rcbReadOnly .rcbArrowCellHidden { background-color: #ffa517; }<br><br>div.RadComboBox_BN .rcbHovered .rcbArrowCell,<br>div.RadComboBox_BN .rcbHovered .rcbInputCell { border-color: #c98400; }<br>div.RadComboBox_BN .rcbFocused .rcbArrowCell,<br>div.RadComboBox_BN .rcbFocused .rcbInputCell { border-color: #ca4b0c; }<br>div.RadComboBox_BN .rcbDisabled .rcbArrowCell,<br>div.RadComboBox_BN .rcbDisabled .rcbInputCell { border-color: #b0b0b0; }<br><br>div.RadComboBox_BN .rcbArrowCell a<br>{<br>    height: 20px;<br>}<br><br>div.RadComboBox_BN td.rcbArrowCellHidden,<br>div.RadComboBox_BN .rcbArrowCellHidden a<br>{<br>    width: 1px;<br>}<br><br>div.RadComboBox_BN td.rcbArrowCellHidden.rcbArrowCellRight<br>{<br>    border-left: 0;<br>}<br><br>/* Read-only styles */<br><br>/* dropdown */<br><br>.RadComboBoxDropDown_BN<br>{<br>    background: #fff;<br>    border-color: #616161;<br>}<br><br>.RadComboBoxDropDown_BN .rcbHeader,<br>.RadComboBoxDropDown_BN .rcbFooter<br>{<br>    background: #e4e4e4;<br>    color: #000;<br>}<br><br>.RadComboBoxDropDown_BN .rcbHeader<br>{<br>    border-bottom-color: #7c7c7c;<br>}<br><br>.RadComboBoxDropDown_BN .rcbFooter<br>{<br>    border-top-color: #7c7c7c;<br>}<br><br>.RadComboBoxDropDown_BN .rcbItem em<br>{<br>    background: #e5e5e5;<br>}<br><br>div.RadComboBoxDropDown_BN .rcbHovered<br>{<br>    background: #ffe79c;<br>    color: #882501;<br>    border: 1px solid #c98400;<br>    padding: 1px 5px;<br>}<br><br>.RadComboBoxDropDown_BN .rcbCheckAllItems,<br>.RadComboBoxDropDown_BN .rcbCheckAllItemsHovered {<br>    color: #000000;<br>    background-color: #ffe79c;<br>}<br>.RadComboBoxDropDown_BN .rcbCheckAllItemsHovered {<br>    color: #000000;<br>}<br><br>.RadComboBoxDropDown_BN .rcbSeparator<br>{<br>    color: #fff;<br>    background: #8a8a8a;<br>}<br><br>.RadComboBox_BN .rcbDisabled .rcbInputCell .rcbInput,<br>.RadComboBoxDropDown_BN .rcbDisabled<br>{<br>    color: #787777;<br>}<br><br>.RadComboBoxDropDown_BN .rcbLoading<br>{<br>    background: #f0f0f0;<br>}<br><br>.RadComboBoxDropDown_BN .rcbMoreResults<br>{<br>    border-top-color: #c3c3c3;<br>    background: #e4e4e4;<br>    color: #8a8a8a;<br>}<br><br>.RadComboBoxDropDown_BN .rcbMoreResults a<br>{<br>    background: url('ComboBox/rcbSprite.png') no-repeat -1px -85px;<br>}<br><br> div.RadComboBox_BN .rcbArrowCell {<br>    background-position: -1px 50%;<br>    width: 30px;<br>    height: 33px;<br>    padding-left: 15px;<br>}<br><br> div.RadComboBox_BN .rcbHovered .rcbArrowCell {<br>    width: 30px;<br>    height: 33px;<br>    padding-left: 15px;<br>    background-position: -35px 50%;<br>}<br><br> div.RadComboBox_BN .rcbFocused .rcbArrowCell {<br>     width: 30px;<br>    height: 33px;<br>    padding-left: 15px;<br>    background-position: -69px 50%;<br>}<br><br> div.RadComboBox_BN .rcbDisabled .rcbArrowCell {<br>     width: 30px;<br>    height: 33px;<br>    padding-left: 15px;<br>    background-position: -1px 50%;<br>}<br><br><br><br>
Dimitar Terziev
Telerik team
 answered on 04 Apr 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?