Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
154 views
When I put these 4 tiles in a tooltip they turn into a stack of 1 colum 4 rows.  But I want 2 rows 2 columns which work fine if I take the TileList out of the Tooltip.  Its only when I put the RadTileList in the RadToolTip that they begin to stack no mater what I set the row count or how many tiles I add its always just 1 column of tiles.  It is possible to put multiple column tiles in a tooltip?  Here is the code like I said outside the tooltip no problem once inside it goes to 1 column not matter how wide or high I make the tooltip.

Thanks for looking.

<%@ Page  %>
<%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
    <title>Large structured drop-down ASP.NET Menus | RadMenu demo</title>
</head>
<body>
    <form id="form1" runat="server">
    <telerik:RadScriptManager runat="server" ID="RadScriptManager1" />
 
        <table class="auto-style19">
            <tr>
                <td class="auto-style20">&nbsp;</td>
                <td>
 
        <asp:Image ID="Image1" runat="server" ImageUrl="~/Images/assign.gif" />

                </td>
                <td>&nbsp;</td>
            </tr>
            <tr>
                <td class="auto-style20">&nbsp;</td>
                <td>&nbsp;</td>
                <td>&nbsp;</td>
            </tr>
        </table>

        <telerik:RadToolTip ID="ttAddCompGrid" runat="server" HideEvent="LeaveToolTip" RelativeTo="Element" Skin="MetroTouch" Style="z-index: 20" TargetControlID="image1" BackColor="#FFFF66">
            <telerik:RadTileList ID="RadTileList1" runat="server" BackColor="#003366" Skin="Sitefinity" TileRows="2">
                <Groups>
                    <telerik:TileGroup>
                        <telerik:RadImageAndTextTile BackColor="#00CDFF" ImageUrl="tiles/tileManage.jpg" Shape="Wide">
                            <Title Text="Employee Plan Assignments"></Title>
                            <Badge ImageUrl="images/style7/tiny_user.png" />
                            <PeekTemplate>
                                <div style="width: 310px; height: 110px; vertical-align: top; padding: 1px; background-color: #C3F5FF; color: #000000; font-size: 14px; font-family: Arial, Helvetica, sans-serif;">
                                    <table style="width: 310px; height: 110px">
                                        <tr>
                                            <td>
                                                <asp:Image ID="Image2" runat="server" ImageAlign="TextTop" ImageUrl="~/Images/Style7/user.png" />
                                            </td>
                                            <td>Assign Employee Compensation Plans
                                                <ul class="b" style="font-family: Verdana, Geneva, Tahoma, sans-serif; font-size: x-small; font-weight: normal;">
                                                    <li>Assign Compensation Plans</li>
                                                    <li>Set Begin and End dates</li>
                                                    <li>Make Manual Adjustments</li>
                                                    <li>Edit Employee Details</li>
                                                </ul>
                                            </td>
                                        </tr>
                                    </table>
                                    <br />
                                </div>
                            </PeekTemplate>
                            <PeekTemplateSettings Animation="Slide" CloseDelay="0" Easing="easeInSine" HidePeekTemplateOnMouseOut="true" ShowInterval="0" ShowPeekTemplateOnMouseOver="true" />
                        </telerik:RadImageAndTextTile>
                        <telerik:RadImageAndTextTile BackColor="#FF1969" ImageUrl="tiles/tilePlans.jpg" NavigateUrl="http://www.google.com" Shape="Wide">
                            <Title Text="Manage Compensation Plans"></Title>
                            <Badge ImageUrl="images/style7/tiny_plans.png" />
                            <PeekTemplate>
                                <div style="width: 310px; height: 110px; vertical-align: top; padding: 1px; background-color: #FA8AAF; color: #000000; font-size: 14px; font-family: Arial, Helvetica, sans-serif;">
                                    <table style="width: 310px; height: 110px">
                                        <tr>
                                            <td>
                                                <asp:Image ID="Image3" runat="server" ImageAlign="TextTop" ImageUrl="~/Images/Style7/plans.png" />
                                            </td>
                                            <td>Compensation Plan Management
                                                <ul class="b" style="font-family: Verdana, Geneva, Tahoma, sans-serif; font-size: x-small; font-weight: normal;">
                                                    <li>Create Plan Components</li>
                                                    <li>Assign Bonus Thresholds</li>
                                                    <li>Combine components to generate plans</li>
                                                    <li>Modify Plan Details</li>
                                                </ul>
                                            </td>
                                        </tr>
                                    </table>
                                    <br />
                                </div>
                            </PeekTemplate>
                            <PeekTemplateSettings Animation="fade" CloseDelay="0" Easing="swing" HidePeekTemplateOnMouseOut="true" ShowInterval="0" ShowPeekTemplateOnMouseOver="true" />
                        </telerik:RadImageAndTextTile>
                        <telerik:RadImageAndTextTile BackColor="#642D7D" ImageUrl="tiles/tileBatchRun.jpg" Name="BatchRun" Shape="Wide">
                            <Title Text="IPP Batch Run"></Title>
                            <Badge ImageUrl="images/style7/tiny_build.png" />
                            <PeekTemplate>
                                <div style="width: 310px; height: 110px; vertical-align: top; padding: 1px; background-color: #9B78AA; color: #000000; font-size: 14px; font-family: Arial, Helvetica, sans-serif;">
                                    <table style="width: 310px; height: 110px">
                                        <tr>
                                            <td>
                                                <asp:Image ID="Image4" runat="server" ImageAlign="TextTop" ImageUrl="~/Images/Style7/build.png" />
                                            </td>
                                            <td>Calculate IPP Compensation
                                                <ul class="b" style="font-family: Verdana, Geneva, Tahoma, sans-serif; font-size: x-small; font-weight: normal;">
                                                    <li>Based on individual Year and Period</li>
                                                    <li>Calculate IPP Bonus by User and Plan</li>
                                                </ul>
                                            </td>
                                        </tr>
                                    </table>
                                    <br />
                                </div>
                            </PeekTemplate>
                            <PeekTemplateSettings Animation="Slide" CloseDelay="0" Easing="easeInSine" HidePeekTemplateOnMouseOut="true" ShowInterval="0" ShowPeekTemplateOnMouseOver="true" />
                        </telerik:RadImageAndTextTile>
                        <telerik:RadImageAndTextTile BackColor="#FFD700" ImageUrl="tiles/tileReporting.jpg" Shape="Wide">
                            <Title Text="View Summary Reports"></Title>
                            <Badge ImageUrl="images/style7/tiny_money.png" />
                            <PeekTemplate>
                                <div style="width: 310px; height: 110px; vertical-align: top; padding: 1px; background-color: #FAF096; color: #000000; font-size: 14px; font-family: Arial, Helvetica, sans-serif;">
                                    <table style="width: 310px; height: 110px">
                                        <tr>
                                            <td>
                                                <asp:Image ID="Image5" runat="server" ImageAlign="TextTop" ImageUrl="~/Images/Style7/money.png" />
                                            </td>
                                            <td>Calculate IPP Compensation
                                                <ul class="b" style="font-family: Verdana, Geneva, Tahoma, sans-serif; font-size: x-small; font-weight: normal;">
                                                    <li>View Summary Report by Year and Period</li>
                                                    <li>Itemized by Job Description</li>
                                                    <li>Total Year-to-date Budget</li>
                                                </ul>
                                            </td>
                                        </tr>
                                    </table>
                                    <br />
                                </div>
                            </PeekTemplate>
                            <PeekTemplateSettings Animation="Fade" CloseDelay="0" Easing="swing" HidePeekTemplateOnMouseOut="true" ShowInterval="0" ShowPeekTemplateOnMouseOver="true" />
                        </telerik:RadImageAndTextTile>
                    </telerik:TileGroup>
                </Groups>
            </telerik:RadTileList>
        </telerik:RadToolTip>

    </form>
</body>
</html>

Marin Bratanov
Telerik team
 answered on 14 Aug 2013
2 answers
146 views
How do I implement many to many editing in radgrid using entity framework and declarative techniques? I have looked all over for examples.

my case is very simple with the following tables: Student, Class, StudentClass with StudentClass being strictly defined by Student.ID, and Class.ID

Entity framework turns this into Students with a Classes navigation property and Classes with Students navigation property.

In radgrid I want to display the classes for a given student, thus creating a localized master-detail or 1 to many view. unfortunately I can't pull it off, perhaps because not fully understanding the navigation properties and independent association, StudentClass.

I created an EntityDataSource against Students. I associated it with the StudentCourseRadGrid. in Master table View --> Columns, I have a bound ID (Student) column, and a dropdown Courses column. After that, things fall apart. Once I select the student, its id appears in the grid, but not his courses.

And then, of course, I want to be able to crud the StudentClass relationship. I fully expect to handle the radgrid_insert event which I have done easily in 1 to many scenarios.

this is the section giving me the most difficulty - it is wrong - very wrong.

<telerik:GridDropDownColumn DataSourceID="Students"
         FilterControlAltText="Filter Materials column" HeaderText="Courses"
         ListTextField="Course.Name" ListValueField="Course.ID"
         UniqueName="Courses" DataField="ID">
</telerik:GridDropDownColumn>

I have tried many other permutations involving DataSourceID, ListTextField, ListValueField, and DataField, using Courses reversed with Students,without success. The only examples I have seen are hierarchical but I don't consider my situation hierarchical and it only confuses matters.

Any help is appreciated.

PS - after thinking about this, I believe that I tried to oversimplify the problem. 1 dataset is required to display the Student, 1 dataset - perhaps a navigation property though not sure how - is needed for the student's Classes, and 1 dataset is required to provide domain values for the StudentClass relationship should tuples be added. it will require more custom coding than wanted, but it is the logical, approach. I would be interested in something more efficient but for now I don't see it.




Tsvetoslav
Telerik team
 answered on 14 Aug 2013
20 answers
2.3K+ views
i have edit/delete auto-generated coluns activated but it shows as a text edit and delete and automatically retrives the info.
how can i have instead of the texto na icon.

i tried this but this gives me na js error saying that need page eventvalidation true.

so there must be a way to but na image in edit delete instead of text

<telerik:RadGrid ID="RadGrid1" runat="server" AllowFilteringByColumn="True" AllowPaging="True" AllowSorting="True" AutoGenerateDeleteColumn="True" AutoGenerateEditColumn="True" CellSpacing="0" GridLines="None" Skin="Metro" AllowAutomaticDeletes="True" AllowAutomaticUpdates="True" OnItemDataBound="RadGrid1_ItemDataBound">
        <ClientSettings AllowColumnHide="True" AllowKeyboardNavigation="True">
            <Selecting AllowRowSelect="True" />
            <KeyboardNavigationSettings AllowActiveRowCycle="True" AllowSubmitOnEnter="True" />
            <Scrolling AllowScroll="True" UseStaticHeaders="True" />
        </ClientSettings>
<MasterTableView >
 
    <Columns>
 
         <telerik:GridButtonColumn ConfirmText="Apagar utilizador?" ConfirmDialogType="RadWindow"
 
                    ConfirmTitle="Delete" ButtonType="ImageButton" CommandName="Delete" Text="Delete"
 
                    UniqueName="DeleteColumn">
 
                    <ItemStyle HorizontalAlign="Center" CssClass="MyImageButton"></ItemStyle>
 
                </telerik:GridButtonColumn>
 
         <telerik:GridEditCommandColumn ButtonType="ImageButton" UniqueName="EditCommandColumn">
 
                    <ItemStyle CssClass="MyImageButton"></ItemStyle>
 
                </telerik:GridEditCommandColumn>
    </Columns>
 
 
      <EditFormSettings ColumnNumber="2" CaptionDataField="UserName" CaptionFormatString="Editar propriedades do utilizador {0}"
 
                InsertCaption="New Product">
 
                <FormTableItemStyle Wrap="False"></FormTableItemStyle>
 
                <FormCaptionStyle CssClass="EditFormHeader"></FormCaptionStyle>
 
                <FormMainTableStyle GridLines="None" CellSpacing="0" CellPadding="3"
 
                    Width="100%"></FormMainTableStyle>
 
                <FormTableStyle CellSpacing="0" CellPadding="2" Height="110px">
 
                </FormTableStyle>
 
                <FormTableAlternatingItemStyle Wrap="False"></FormTableAlternatingItemStyle>
 
                <EditColumn ButtonType="ImageButton"  UpdateText="Actualizar"
 
                    UniqueName="EditCommandColumn1" CancelText="Cancelar">
 
                </EditColumn>
 
                <FormTableButtonRowStyle HorizontalAlign="Right" CssClass="EditFormButtonRow"></FormTableButtonRowStyle>
 
            </EditFormSettings>
 
<CommandItemSettings ExportToPdfText="Export to PDF"></CommandItemSettings>
 
<RowIndicatorColumn FilterControlAltText="Filter RowIndicator column">
<HeaderStyle Width="20px"></HeaderStyle>
</RowIndicatorColumn>
 
<ExpandCollapseColumn Visible="True" FilterControlAltText="Filter ExpandColumn column" Created="True">
<HeaderStyle Width="20px"></HeaderStyle>
</ExpandCollapseColumn>
 
<EditFormSettings>
<EditColumn FilterControlAltText="Filter EditCommandColumn column"></EditColumn>
     </EditFormSettings>
 
 
   
 
 
 
<PagerStyle PageSizeControlType="RadComboBox" AlwaysVisible="True"></PagerStyle>
</MasterTableView>
 
<PagerStyle PageSizeControlType="RadComboBox" AlwaysVisible="True"></PagerStyle>
 
<FilterMenu EnableImageSprites="False"></FilterMenu>
    </telerik:RadGrid>
Troika
Top achievements
Rank 1
 answered on 14 Aug 2013
2 answers
577 views
Hi,
please help me with the following aspx radgrid that when I click the delete button it removes the row from the grid (visually) but not from the database. there is not postback, just client side deleteion
thank you!

  CodeBehind="seasonsList.aspx.cs" Inherits="RadControlsWebApp2.seasonsList" %>
 
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder3" runat="server">
    <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server" UpdateInitiatorPanelsOnly="True">
    </telerik:RadAjaxManager>
    <p>
         </p>
    <asp:Panel ID="Panel2" runat="server" Height="91px" Style="margin-right: 243px; padding-right: 100px;"
        Width="750px">
        <div>
            <telerik:RadGrid ID="RadGrid1" runat="server" AllowAutomaticInserts="True" AllowAutomaticUpdates="True" AllowAutomaticDeletes="true"
                AllowFilteringByColumn="True" AllowPaging="True" AllowSorting="True" CellSpacing="0"
                DataSourceID="SqlDataSource1" GridLines="None" Skin="Office2007">
                 
                <SortingSettings SortToolTip="לחץ כאן כדי למיין" />
                <ExportSettings>
                    <Pdf PageHeight="297mm" PageWidth="210mm" PaperSize="A4" />
                </ExportSettings>
                <ClientSettings>
                    <Selecting AllowRowSelect="True" />
                </ClientSettings>
                <MasterTableView AutoGenerateColumns="False" DataKeyNames="seasonID" DataSourceID="SqlDataSource1">
                 
                    <CommandItemSettings ExportToPdfText="Export to PDF"></CommandItemSettings>
                    <RowIndicatorColumn Visible="True" FilterControlAltText="Filter RowIndicator column">
                    </RowIndicatorColumn>
                    <ExpandCollapseColumn Visible="True" FilterControlAltText="Filter ExpandColumn column">
                    </ExpandCollapseColumn>
                    <Columns>
                        <telerik:GridEditCommandColumn ButtonType="ImageButton" CancelText="ביטול" EditText="עריכה"
                            FilterControlAltText="Filter EditCommandColumn column" meta:resourceKey="GridEditCommandColumnResource1"
                            UpdateText="עדכון" EditImageUrl="Images/edit.png" HeaderStyle-BorderStyle=None>
                        </telerik:GridEditCommandColumn>
                        <telerik:GridClientDeleteColumn ButtonType="ImageButton" ConfirmText="האם אתה בטוח שברצונך למחוק?"
                        Display="true" ImageUrl="Images/delete.gif" HeaderStyle-BorderStyle=None ConfirmTitle="מחיקה">
                         
                        </telerik:GridClientDeleteColumn>
                        <telerik:GridBoundColumn DataField="seasonID" DataType="System.Int32" FilterControlAltText="Filter seasonID column"
                            HeaderText="קוד עונה" ReadOnly="true" SortExpression="seasonID" UniqueName="seasonID">
                        </telerik:GridBoundColumn>
                        <telerik:GridBoundColumn DataField="seasonName" FilterControlAltText="Filter seasonName column"
                            HeaderText="שם עונה" SortExpression="seasonName" UniqueName="seasonName">
                        </telerik:GridBoundColumn>
                    </Columns>
                    <EditFormSettings>
                        <EditColumn FilterControlAltText="Filter EditCommandColumn column">
                        </EditColumn>
                    </EditFormSettings>
                    <PagerStyle PageSizeControlType="RadComboBox"></PagerStyle>
                </MasterTableView>
                <PagerStyle PageSizeControlType="RadComboBox"></PagerStyle>
                <FilterMenu EnableImageSprites="False">
                </FilterMenu>
            </telerik:RadGrid>
            <asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:tm2013ConnectionString %>"
                DeleteCommand="DELETE FROM [tblseasons] where [seasonID]=@seasonID"
                UpdateCommand="UPDATE [tblseasons] SET [seasonName]=@seasonName where [seasonID]=@seasonID"
                SelectCommand="SELECT [seasonID], [seasonName] FROM [tblseasons]">
                <DeleteParameters>
                    <asp:Parameter Name="seasonID" Type="Int32" />
                </DeleteParameters>
                <UpdateParameters>
                    <asp:Parameter Name="seasonName" Type="String" />
                    <asp:Parameter Name="seasonID" Type="Int32" />
                </UpdateParameters>
            </asp:SqlDataSource>
        </div>
        <telerik:RadButton ID="addNewSeason_btn" runat="server" Text="הוסף עונה חדשה" OnClick="addNewSeason_Click">
        </telerik:RadButton>
               
    </asp:Panel>
    </asp:Panel>
</asp:Content>
Tal
Top achievements
Rank 1
 answered on 14 Aug 2013
1 answer
60 views
Hello,

I'm using the css found here: http://www.telerik.com/support/kb/aspnet-ajax/scheduler/auto-expand-the-height-of-the-appointment.aspx to have appointments expand to show the whole appointment subject in the month view. This works perfectly on my local machine but whenever I put the application onto a remote server I get some odd behavior. If there are appointments present on a month view and I move my mouse over any part of the actual calendar a scrollbar appears even though I have the scheduler set to Auto-Expand Mode true. Any suggestions?

Thanks,
Matt
Boyan Dimitrov
Telerik team
 answered on 14 Aug 2013
3 answers
192 views
I'm using an ASP.Net RadDateTimePicker (2013.2.717.35) and trying to set the displayDateFormat as the user is selecting a new date or time.  If the time is 00:00:00 (midnight) then I want to display only the date.  Once the user selects a time other than 00:00:00, then I want to show the date and time.  I'm trying to set this format in a JavaScript function that is wired up to the ClientEvents.OnDateSelected event.

The issue I'm having is that the formatting of the date/time value isn't applied to the date/time the user just selected.  It gets applied to the next date/time the user selects. For example, when the user clicks on the calendar icon and selects an initial date, the value is, for example, "08/06/2013 12:00AM".  The ClientEvents.OnDateSelected fires, I see that the time selected is midnight so I execute the following JavaScript to hide the time portion:
sender.get_dateInput().set_displayDateFormat("MM/dd/yyyy");

After the OnDateSelected event finishes, the "12:00 AM" is still visible.  If the user then clicks on the clock icon and chooses a time other than midnight, then the following JavaScript line is executed in the OnDateSelected event:
sender.get_dateInput().set_displayDateFormat("M/d/yyyy h:mm tt");

At that point, the user sees the formatting selection from the previous event firing, which is "08/06/2013".

How can I correctly intercept the date/time the user selected and apply the proper formatting immediately?

Here is a sample page that I'm working with:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
<head runat="server">
    <title></title>
    <script type="text/javascript" language="javascript">
        function g(sender, eventArgs){
            if ((eventArgs._newValue.indexOf("12:00 AM") > 0) || (eventArgs._newValue.indexOf("AM") < 0 && eventArgs._newValue.indexOf("PM") < 0)) {
                //Set date format to date only
                sender.get_dateInput().set_dateFormat("M/d/yyyy h:mm tt");
                sender.get_dateInput().set_displayDateFormat("MM/dd/yyyy");
            }
            else {
                //Set date format to include time
                sender.get_dateInput().set_dateFormat("M/d/yyyy h:mm tt");
                sender.get_dateInput().set_displayDateFormat("M/d/yyyy h:mm tt");
            }
        }
    </script>
</head>
<body>
    <form id="form1" runat="server">
    <div>
    <telerik:RadScriptManager ID="rsm" runat="server"></telerik:RadScriptManager>
        <telerik:RadDateTimePicker ID="cal" runat="server" ClientEvents-OnDateSelected="g"></telerik:RadDateTimePicker>
    </div>
    </form>
</body>
</html>
Vasil
Telerik team
 answered on 14 Aug 2013
1 answer
93 views
How does one add a rounded bottom to one of the drop down navigation windows? I was working away at .RadMenu_Metro .rmGroup (I am working from the metro template) and am able to set a static height, but adding a bottom padding or something similar to add a background image just isn't working. Is there a way to do such things without styling another clickable button? Not all of my sub menus are the same length and I would like them not all to be.

I want something similar to this: http://blog.karachicorner.com/blog-images/039/jquery-menus/jquery-drop-down-menus-1.jpg
(again, just looking for the rounded corners on the bottom of the drop down menu)
Shinu
Top achievements
Rank 2
 answered on 14 Aug 2013
1 answer
110 views
Hi 

I'm struggling with the last part of my drag drop functionality. I want to drag from a grid row (no problem there) and drop onto a LinkButton or preferably any html element within a RadListView. 

My page has a RadListView which has a number of dynamically created Tables, Table Rows, Table Cells and LinkButtons. When dropping the grid row on the LinkButton I can see the dragged element and also the e.HTMLElement is populated with the name of the LinkButton e.g. ctl00_MainContent_lvEngineers_ctrl0_lbtnTeamLeaderMeeting however I cannot seem to use FindControl to get the LinkButton, whatever I try returns nothing.

This page is within a Master page. I've tried rebinding the ListView, tried using FindControl on the RowDrop, Page_PreRender but no joy.

Many Thanks

Steve

Konstantin Dikov
Telerik team
 answered on 14 Aug 2013
3 answers
167 views
Hello ,

I am using the timepicker control as filter control in RadGridview and i have issue with design while opening the timepicker from the filter control.

It is issue while timepicker do not have space on their left side and also while we re-size browser and even have space on right side.

Please see the screen shot attached with my application.(MyApplication.png)

Same issue raise in telerik demo side also , i have also attached the screen shot (TelerikDemoIssue.png)

Demo Link : http://demos.telerik.com/aspnet-ajax/calendar/examples/datetimepicker/overview/defaultcs.aspx

Please let me know your feedback for the same.

Thanks,
Hiren



Venelin
Telerik team
 answered on 14 Aug 2013
1 answer
168 views
When i use  Grid.MasterTableView.InsertItem() to add a new row to the Grid and FrozenColumns > 0 user cannot tab past whatever is already showing in the screen.
I've used the following workaround when the user is editing the item but it does not work when new rows are inserted. Is there anything else i can do about this?

http://www.telerik.com/community/forums/aspnet-ajax/grid/help-problem-about-pressing-tab-key-horizontal-scroll-of-the-gridview-s-header-doesn-t-work.aspx
Eyup
Telerik team
 answered on 14 Aug 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?