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

I am using Rad Grid Resizing-AllowColumnResize="true" and  AllowFilteringByColumn="true" Property together. Also have AllowScroll="True"  When I Resizing-AllowColumnResize="false" grid display correctly with proper column width. but  
we need to allow Column Resize and Filter Option together with correct appearance of grid. Not sure how to fix appearance of cutting filter column.

Attaching here screenshot and pasting code for grid.

Thanks,

<telerik:RadPageView runat="server" ID="radPageViewResults" BorderColor="#666666"
                               BorderWidth="1px" Width="1000px">
                               <telerik:RadGrid ID="radGridActivityResult" runat="server" AutoGenerateColumns="False"
                                   Width="960px" GroupingEnabled="true" ShowGroupPanel="true" OnNeedDataSource="radPageViewResults_NeedDataSource1"
                                   AllowSorting="true" Style="table-layout:fixed;" AllowFilteringByColumn="true">
                                   <ExportSettings ExportOnlyData="true" IgnorePaging="true" OpenInNewWindow="true">
                                       <Excel Format="ExcelML" />
                                   </ExportSettings>
                                   <ClientSettings AllowColumnsReorder="True" ColumnsReorderMethod="Reorder" ReorderColumnsOnClient="True"
                                       AllowDragToGroup="True" Resizing-AllowColumnResize="true">
                                       <Animation AllowColumnReorderAnimation="True" AllowColumnRevertAnimation="True" />
                                   </ClientSettings>
                                   <MasterTableView AllowMultiColumnSorting="True" TableLayout="Auto" EnableHeaderContextMenu="true">
                                       <Columns>
                                           <telerik:GridBoundColumn HeaderText="Bill to Acct" DataField="StartMove.BillTo" UniqueName="BilltoAcct"
                                               Display="False" FilterControlAltText="Filter BilltoAcct column">
                                           </telerik:GridBoundColumn>
                                           <telerik:GridBoundColumn HeaderText="Chassis ID" DataField="StartMove.ChassisNumber"
                                               UniqueName="ChassisID" FilterControlAltText="Filter ChassisID column">
                                           </telerik:GridBoundColumn>
                                           <%--  <telerik:GridBoundColumn HeaderText="Equipment Group" DataField="EqupGroup" UniqueName="EqupGroup"
                                           Display="False" FilterControlAltText="Filter EqupGroup column">
                                       </telerik:GridBoundColumn>
                                       <telerik:GridBoundColumn HeaderText="Equipment Type" DataField="EqupType" UniqueName="EqupType"
                                           Display="False" FilterControlAltText="Filter EqupType column">
                                       </telerik:GridBoundColumn>--%>
                                           <telerik:GridBoundColumn HeaderText="Cycle Days" DataField="CycleDays" UniqueName="CycleDays"
                                               FilterControlAltText="Filter CycleDays column">
                                           </telerik:GridBoundColumn>
                                           <%--<telerik:GridBoundColumn HeaderText="Billable Days" DataField="StartMove.Billable" UniqueName="BillableDays"
                                           FilterControlAltText="Filter BillableDays column">
                                       </telerik:GridBoundColumn>--%>
                                           <%--<telerik:GridBoundColumn HeaderText="Billing Posted" DataField="StartMove.BillingComplete" UniqueName="BillingPosted"
                                           Display="False" FilterControlAltText="Filter BillingPosted column">
                                       </telerik:GridBoundColumn>
                                       <telerik:GridBoundColumn HeaderText=" Region" DataField="OnRegion" UniqueName="OnRegion"
                                           Display="False" FilterControlAltText="Filter OnRegion column">
                                       </telerik:GridBoundColumn>
                                       <telerik:GridBoundColumn HeaderText=" Area" DataField="OnArea" UniqueName="OnArea"
                                           Display="False" FilterControlAltText="Filter OnArea column">
                                       </telerik:GridBoundColumn>
                                       <telerik:GridBoundColumn HeaderText=" Location" DataField="OnLocation" UniqueName="OnLocation"
                                           FilterControlAltText="Filter OnLocation column">
                                       </telerik:GridBoundColumn>
                                       <telerik:GridBoundColumn HeaderText=" City" DataField="OnCity" UniqueName="OnCity"
                                           Display="False" FilterControlAltText="Filter OnCity column">
                                       </telerik:GridBoundColumn>
                                       <telerik:GridBoundColumn HeaderText=" State" DataField="OnState" UniqueName="OnState"
                                           Display="False" FilterControlAltText="Filter OnState column">
                                       </telerik:GridBoundColumn>--%>
                                           <telerik:GridBoundColumn HeaderText="Origin EventType" DataField="StartMove.Status"
                                               UniqueName="OnEventType" Display="False" FilterControlAltText="Filter OnEventType column">
                                           </telerik:GridBoundColumn>
                                           <telerik:GridBoundColumn HeaderText="Origin DateTime" DataField="StartMove.MoveDate"
                                               UniqueName="OnDateTime" FilterControlAltText="Filter OnDateTime column">
                                           </telerik:GridBoundColumn>
                                           <%--<telerik:GridBoundColumn HeaderText=" Week" DataField="OnWeek" UniqueName="OnWeek"
                                           Display="False" FilterControlAltText="Filter OnWeek column">
                                       </telerik:GridBoundColumn>
                                       <telerik:GridBoundColumn HeaderText=" Calendar" DataField="OnCalendar" UniqueName="OnCalendar"
                                           Display="False" FilterControlAltText="Filter OnCalendar column">
                                       </telerik:GridBoundColumn>
                                       <telerik:GridBoundColumn HeaderText=" Rate" DataField="OnRate" UniqueName="OnRate"
                                           Display="False" FilterControlAltText="Filter OnRate column">
                                       </telerik:GridBoundColumn>
                                       <telerik:GridBoundColumn HeaderText=" TimeZone" DataField="OnTimeZone" UniqueName="OnTimeZone"
                                           Display="False" FilterControlAltText="Filter OnTimeZone column">
                                       </telerik:GridBoundColumn>--%>
                                           <telerik:GridBoundColumn HeaderText="Origin ContainerID" DataField="StartMove.ContainerId"
                                               UniqueName="OnContainerID" FilterControlAltText="Filter OnContainerID column">
                                           </telerik:GridBoundColumn>
                                           <telerik:GridBoundColumn HeaderText="Origin TruckerSCAC" DataField="StartMove.Trucker"
                                               UniqueName="OnTrcukerSCAC" FilterControlAltText="Filter OnSCAC column">
                                           </telerik:GridBoundColumn>
                                           <telerik:GridBoundColumn HeaderText="Origin ContainerSize" DataField="StartMove.ContaineSize"
                                               UniqueName="OnContaineSize" Display="False" FilterControlAltText="Filter OnContaineSize column">
                                           </telerik:GridBoundColumn>
                                           <telerik:GridBoundColumn HeaderText="Origin Booking No." DataField="StartMove.BookingNumber"
                                               UniqueName="OnBooking" Display="False" FilterControlAltText="Filter OnBooking column">
                                           </telerik:GridBoundColumn>
                                           <%--<telerik:GridBoundColumn HeaderText="Origin BillOfLading" DataField="StartMove.OnBillOfLading" UniqueName="OnBillOfLading"
                                           Display="False" FilterControlAltText="Filter OnBillOfLading column">
                                       </telerik:GridBoundColumn>--%>
                                           <telerik:GridBoundColumn HeaderText="Origin UsingLine" DataField="StartMove.ChassisUsingLine"
                                               UniqueName="OnUsingLine" FilterControlAltText="Filter OnUsingLine column">
                                           </telerik:GridBoundColumn>
                                           <%--<telerik:GridBoundColumn HeaderText=" CustomerCode" DataField="OnCustomerCode" UniqueName="OnCustomerCode"
                                           Display="False" FilterControlAltText="Filter OnCustomerCode column">
                                       </telerik:GridBoundColumn>
                                       <telerik:GridBoundColumn HeaderText=" Merchant Haulage" DataField="OnMerchantHaulage"
                                           UniqueName="OnMerchantHaulage" FilterControlAltText="Filter OnMerchantHaulage column">
                                       </telerik:GridBoundColumn>
                                       <telerik:GridBoundColumn HeaderText=" Import Export" DataField="OnImportExport" UniqueName="OnImportExport"
                                           Display="False" FilterControlAltText="Filter OnImportExport column">
                                       </telerik:GridBoundColumn>--%>
                                           <%--<telerik:GridBoundColumn HeaderText="Dest Region" DataField="OffRegion" UniqueName="OffRegion"
                                           Display="False" FilterControlAltText="Filter OffRegion column">
                                       </telerik:GridBoundColumn>
                                       <telerik:GridBoundColumn HeaderText="Dest Area" DataField="OffArea" UniqueName="OffArea"
                                           Display="False" FilterControlAltText="Filter OffArea column">
                                       </telerik:GridBoundColumn>
                                       <telerik:GridBoundColumn HeaderText="Dest Location" DataField="OffLocation" UniqueName="OffLocation"
                                           FilterControlAltText="Filter OffLocation column">
                                       </telerik:GridBoundColumn>
                                       <telerik:GridBoundColumn HeaderText="Dest City" DataField="OffCity" UniqueName="OffCity"
                                           Display="False" FilterControlAltText="Filter OffCity column">
                                       </telerik:GridBoundColumn>
                                       <telerik:GridBoundColumn HeaderText="Dest State" DataField="OffState" UniqueName="OffState"
                                           Display="False" FilterControlAltText="Filter OffState column">
                                       </telerik:GridBoundColumn>--%>
                                           <telerik:GridBoundColumn HeaderText="Dest. EventType" DataField="EndMove.Status"
                                               UniqueName="OffEventType" Display="False" FilterControlAltText="Filter OffEventType column">
                                           </telerik:GridBoundColumn>
                                           <telerik:GridBoundColumn HeaderText="Dest. DateTime" DataField="EndMove.MoveDate"
                                               UniqueName="OffDateTime" FilterControlAltText="Filter OffDateTime column">
                                           </telerik:GridBoundColumn>
                                           <%-- <telerik:GridBoundColumn HeaderText="Dest Week" DataField="OffWeek" UniqueName="OffWeek"
                                           Display="False" FilterControlAltText="Filter OffWeek column">
                                       </telerik:GridBoundColumn>
                                       <telerik:GridBoundColumn HeaderText="Dest Calendar" DataField="OffCalendar" UniqueName="OffCalendar"
                                           Display="False" FilterControlAltText="Filter OffCalendar column">
                                       </telerik:GridBoundColumn>
                                       <telerik:GridBoundColumn HeaderText="Dest Rate" DataField="OffRate" UniqueName="OffRate"
                                           Display="False" FilterControlAltText="Filter OffRate column">
                                       </telerik:GridBoundColumn>
                                       <telerik:GridBoundColumn HeaderText="Dest TimeZone" DataField="OffTimeZone" UniqueName="OffTimeZone"
                                           Display="False" FilterControlAltText="Filter OffTimeZone column">
                                       </telerik:GridBoundColumn>--%>
                                           <telerik:GridBoundColumn HeaderText="Dest. ContainerID" DataField="EndMove.ContainerId"
                                               UniqueName="OffContainerID" FilterControlAltText="Filter OffContainerID column">
                                           </telerik:GridBoundColumn>
                                           <telerik:GridBoundColumn HeaderText="Dest. SCAC" DataField="EndMove.Trucker" UniqueName="OffSCAC"
                                               FilterControlAltText="Filter OffSCAC column">
                                           </telerik:GridBoundColumn>
                                           <telerik:GridBoundColumn HeaderText="Dest.ContainerSize" DataField="EndMove.ContainerSize"
                                               UniqueName="OffContaineSize" Display="False" FilterControlAltText="Filter OffContaineSize column">
                                           </telerik:GridBoundColumn>
                                           <telerik:GridBoundColumn HeaderText="Dest. Booking No." DataField="EndMove.BookingNumber"
                                               UniqueName="OffBooking" Display="False" FilterControlAltText="Filter OffBooking column">
                                           </telerik:GridBoundColumn>
                                           <%--<telerik:GridBoundColumn HeaderText="Dest BillOfLading" DataField="OffBillOfLading"
                                           UniqueName="OffBillOfLading" Display="False" FilterControlAltText="Filter OffBillOfLading column">
                                       </telerik:GridBoundColumn>--%>
                                           <telerik:GridBoundColumn HeaderText="Dest. UsingLine" DataField="EndMove.ChassisUsingLine"
                                               UniqueName="OffUsingLine" Display="False" FilterControlAltText="Filter OffUsingLine column">
                                           </telerik:GridBoundColumn>
                                       </Columns>
                                       <NestedViewSettings DataSourceID="">
                                           <ParentTableRelation>
                                               <telerik:GridRelationFields DetailKeyField="EventID" MasterKeyField="ActivityID" />
                                           </ParentTableRelation>
                                       </NestedViewSettings>
                                       <NestedViewTemplate>
                                           <asp:Panel ID="NestedViewPanel" runat="server" CssClass="viewWrap">
                                               <fieldset style="padding: 10px;">
                                                   <legend style="padding: 5px;"><b>Event Details</b></legend>
                                                   <telerik:RadGrid ID="radGridEvent" runat="server" AutoGenerateColumns="false" DataSourceID="">
                                                       <ExportSettings ExportOnlyData="true" IgnorePaging="true" OpenInNewWindow="true">
                                                       </ExportSettings>
                                                       <MasterTableView DataKeyNames="EventID" TableLayout="Auto" EnableHeaderContextMenu="true"
                                                           CommandItemDisplay="TopAndBottom">
                                                           <Columns>
                                                               <telerik:GridBoundColumn HeaderText="Chassis ID" DataField="ChassisID" UniqueName="ChassisID">
                                                               </telerik:GridBoundColumn>
                                                               <telerik:GridBoundColumn HeaderText="Region" DataField="OnRegion" UniqueName="OnRegion"
                                                                   Display="False">
                                                               </telerik:GridBoundColumn>
                                                               <telerik:GridBoundColumn HeaderText="Area" DataField="OnArea" UniqueName="OnArea"
                                                                   Display="False">
                                                               </telerik:GridBoundColumn>
                                                               <telerik:GridBoundColumn HeaderText="Location" DataField="OnLocation" UniqueName="OnLocation">
                                                               </telerik:GridBoundColumn>
                                                               <telerik:GridBoundColumn HeaderText="City" DataField="OnCity" UniqueName="OnCity">
                                                               </telerik:GridBoundColumn>
                                                               <telerik:GridBoundColumn HeaderText="State" DataField="OnState" UniqueName="OnState">
                                                               </telerik:GridBoundColumn>
                                                               <telerik:GridBoundColumn HeaderText="DateTime" DataField="OnDateTime" UniqueName="OnDateTime">
                                                               </telerik:GridBoundColumn>
                                                               <telerik:GridBoundColumn HeaderText="TimeZone" DataField="OnTimeZone" UniqueName="OnTimeZone">
                                                               </telerik:GridBoundColumn>
                                                               <telerik:GridBoundColumn HeaderText="ContainerID" DataField="OnContainerID" UniqueName="OnContainerID">
                                                               </telerik:GridBoundColumn>
                                                               <telerik:GridBoundColumn HeaderText="Event Type" DataField="OnEventType" UniqueName="OnEventType">
                                                               </telerik:GridBoundColumn>
                                                               <telerik:GridBoundColumn HeaderText="Trucker SCAC" DataField="OnSCAC" UniqueName="OnSCAC">
                                                               </telerik:GridBoundColumn>
                                                               <telerik:GridBoundColumn HeaderText="Trucker Name" DataField="TruckerName" UniqueName="TruckerName">
                                                               </telerik:GridBoundColumn>
                                                               <telerik:GridBoundColumn HeaderText="Using Line" DataField="OnUsingLine" UniqueName="OnUsingLine">
                                                               </telerik:GridBoundColumn>
                                                               <telerik:GridBoundColumn HeaderText="InterChange No" DataField="InterChangeNo" UniqueName="InterChangeNo"
                                                                   Display="false">
                                                               </telerik:GridBoundColumn>
                                                               <telerik:GridBoundColumn HeaderText="BookingNo" DataField="BookingNo" UniqueName="BookingNo">
                                                               </telerik:GridBoundColumn>
                                                               <telerik:GridBoundColumn HeaderText="Bill of Lading" DataField="BillOfLading" UniqueName="BillOfLading">
                                                               </telerik:GridBoundColumn>
                                                               <telerik:GridBoundColumn HeaderText="Licence Number" DataField="LicenceNo" UniqueName="LicenceNo"
                                                                   Display="False">
                                                               </telerik:GridBoundColumn>
                                                               <telerik:GridBoundColumn HeaderText="Event Applied" DataField="EventApplied" UniqueName="EventApplied"
                                                                   Display="False">
                                                               </telerik:GridBoundColumn>
                                                               <telerik:GridBoundColumn HeaderText="Original System" DataField="OrigSystem" UniqueName="OrigSystem"
                                                                   Display="False">
                                                               </telerik:GridBoundColumn>
                                                               <telerik:GridBoundColumn HeaderText="Comment" DataField="Comment" UniqueName="Comment"
                                                                   Display="False">
                                                               </telerik:GridBoundColumn>
                                                               <telerik:GridBoundColumn HeaderText="Data Input Date" DataField="DataInuptDate" UniqueName="DataInuptDate"
                                                                   Display="False">
                                                               </telerik:GridBoundColumn>
                                                               <telerik:GridBoundColumn HeaderText="Last Update Date" DataField="UpdateDate" UniqueName="UpdateDate"
                                                                   Display="False">
                                                               </telerik:GridBoundColumn>
                                                               <telerik:GridBoundColumn HeaderText="Last Update User" DataField="UpdateUser" UniqueName="UpdateUser"
                                                                   Display="False">
                                                               </telerik:GridBoundColumn>
                                                               <telerik:GridBoundColumn HeaderText="Pool" DataField="Pool" UniqueName="Pool" Display="False">
                                                               </telerik:GridBoundColumn>
                                                               <telerik:GridBoundColumn HeaderText="Movement Number" DataField="MovementNumber"
                                                                   UniqueName="MovementNumber" Display="False">
                                                               </telerik:GridBoundColumn>
                                                           </Columns>
                                                           <CommandItemSettings ShowRefreshButton="false" ShowAddNewRecordButton="false" ShowExportToCsvButton="true"
                                                               ShowExportToExcelButton="true" ShowExportToPdfButton="true" />
                                                       </MasterTableView>
                                                   </telerik:RadGrid>
                                               </fieldset>
                                           </asp:Panel>
                                       </NestedViewTemplate>
                                   </MasterTableView>
                                   <ClientSettings>
                                       <Scrolling AllowScroll="True" SaveScrollPosition="True" ScrollHeight="500px"></Scrolling>
                                   </ClientSettings>
                               </telerik:RadGrid>

Pavlina
Telerik team
 answered on 08 Mar 2011
16 answers
334 views
Hi,

I just updated from MVC1 to MVC2 and all ajax request where working fine and now I get this exception:

Uncaught Sys.WebForms.PageRequestManagerParserErrorException: Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed. Common causes for this error are when the response is modified by calls to Response.Write(), response filters, HttpModules, or server trace is enabled.
 
Details: Error parsing near '
 
 
 
<!DOCTYPE html P'.

I've read that there is a bug with the Role Provider but I disabled it and it's still happening... very odd that from working I have now trouble in every component that uses this.

any ideas/thoughts? 

thank you 

regards,

jose
Iana Tsolova
Telerik team
 answered on 08 Mar 2011
5 answers
136 views
I've spent many hours trying to reduce page size by removing redundant spaces, tabs, and EOL marks. It seems no matter what I do, Telerik JavaScripts are going to cough somewhere. Is there a published bit of code which can be placed in the Render method which will reduce page size without adversely affecting scripts?

Please do not refer me to CodeProject, StackOverflow, or other googled resources unless you're sure something works. Many blogs and forum postings imply have wrong and/or incomplete info. Regular expressions are often cited but frequently wrong. I'm looking for code that people are actually using with Telerik RadControls for ASP.NET Ajax. With this, I and others may be able to improve upon it - but we need a better base than some unknown code that someone simply found somewhere on the net.

On the flip-side of this, code in the Render method must be optimized. It doesn't do much good to reduce network through put and browser rendering time if we're going to spend more time on the server whittling down some small number of bytes. The best that I can shave off so far is about 30k from pages of less than 200k in size. It's not worth it to lose time with a 15% size reduction.

Thanks.
Pavlina
Telerik team
 answered on 08 Mar 2011
2 answers
193 views
Hello! I have been trying to get data bound to a textbox nested inside an ItemTemplate to no avail. I have attempted to bind it in code behind by looping through items in the list, as well as in the ASP and I am coming up with no answers.

As you can see below, I have three cells in the ComboBox, and I have no problems loading the combobox items not bound to asp objects.  The problem is that I am unable to bind values to the nested asp:CheckBox and asp:TextBox.

The text in the section <%#  DataBinder.Eval(Container, "Value")%> is all black, not three tone as is normal in VS2010.
It's almost as one cannot bind data to ASP items in an ItemTemplate.  Is that correct?

Here is the ASP.  If this is possible, what am I doing wrong?

Thanks in advance!

<telerik:RadComboBox runat="server" ID="ddlHardCopies" HighlightTemplatedItems="true" Width="250px" AllowCustomText="True">
    <ItemTemplate>
        <table>
            <tr>
                <td>
                    <asp:checkbox runat="server" ID="chkHardCopy" onclick="stopPropagation(event);" Text='<%# DataBinder.Eval(Container, "Value")%>'/>
                </td>
                <td>
                    <asp:TextBox runat="server" ID="txtHardCopyQuantity" onclick="stopPropagation(event);" Width="20px" Text='<%# DataBinder.Eval(Container, "Quantity")%>'/>
                </td>
                <td>
                    <%# DataBinder.Eval(Container, "Text")%>
                </td>
            </tr>
        </table>
    </ItemTemplate>
</telerik:RadComboBox>
Mike
Top achievements
Rank 1
 answered on 08 Mar 2011
1 answer
107 views
See picture if a long word does not have space it exceeds the border instead of going into 2nd line.   Is this expected?

2010.3.1304.20 IE8
Marin Bratanov
Telerik team
 answered on 08 Mar 2011
1 answer
78 views

Hi,

The ASP.NET List Box control allowed the user to hold down shift then accumulate the selection i.e. select first item, second item then fourth and all items would be selected however in the Telerik ASP.NET AJAX List Box selecting first, second then fourth would select 2-4 and de-select the first item.

Does a setting exist that reverts back the behaviour of the old ASP.NET controls?

Genady Sergeev
Telerik team
 answered on 08 Mar 2011
1 answer
68 views
Hello,

I am using a Usercontrol as my edit form for my radgrid and cannot seem to get its Update button to function properly.

The grid is ajaxified with a radajaxmanager to update itself and has the OnUpdateCommand set to the name of my code-behind function that handles the grid's .UpdateCommand event.

The input button that I put in my usercontrol is shown below.

<asp:Button ID="btnUpdate" Text="Update" runat="server" CommandName="Update" />

When clicked, it causes the Ajax loading panel to appear briefly but does not change anything (data or the edit form).  It does not close the edit form the way the Cancel button does, either.

Any idea what I might be missing here?

Mike

Tsvetoslav
Telerik team
 answered on 08 Mar 2011
4 answers
134 views
hello is there a way to add a margin to the editor tool bar when using "PageTop" ?
I don't want it display it at the very top but maybe 100px down from the top.
Thank you
Dobromir
Telerik team
 answered on 08 Mar 2011
11 answers
135 views
Hi there

I'm trying to develop an ascx control in Visual Studio 2008 SP1. I get the 'Fail to create designer' rendering error when I switch to the VS design page. Apparently this is due to the absence of Telerik.Web.Design.dll - am I correct in asssuming this. The trouble is, I'm using the 2010.2.929.35 version of Telerik.Web.UI integrated into DotNetNuke 5.6

My questions are:
1. Is there even such Telerik.Web.Design.dll to match this bundled version of Telerik.Web.UI ?
2. Is the error just cosmetic, or does it actually result in corruption of the designer.vb file in Visual Studio?
3. Am I OK to continue my ascx DNN module despite the error, or is there a download location for the correct version of this Telerik.Web.Design.dll, as it does not appear to be included in any of the DotNetNuke installation downloads?

Thanks very much if you can clarify this for me!

Regards






Helen
Telerik team
 answered on 08 Mar 2011
8 answers
97 views
Can you give me the option to set a CssClass on the detail rows?
Tsvetina
Telerik team
 answered on 08 Mar 2011
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?