Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
69 views
Hi, my problem appears SOMETIMES, that's weird. Only in IE when i'm going to write in a RadGrid's textbox(filter or edit or insert) i can't stand on it, don't let me to write, as if were disabled or in state 'ReadOnly', i don't know it's so weird, someone has happened???, How can i fixit?? thx
Pavlina
Telerik team
 answered on 07 May 2010
3 answers
426 views
Hi,
    I have a grid, that has a GridImageColumn.  The imageUrl is working correctly, and on ItemDataBound I Clear the image out from some rows, so I am left with a grid that has some rows with an image and some without in the same column.  My question is simply, is there a way to sort on that column??  I tried adding an invisible GridBoundColumn which I would populate with either a "1" or a "0" and set my sort expression to that column and set AllowSorting to true, but when I click on the column header I receive an error that says Cannot find column, so I think that's the wrong approach.  See code below.

Any help will be greatly appreciated.

Thanks,

-Mike

 <ngc:NGCGrid ID="grdItems" runat="server" AllowPaging="True" AllowSorting="True" 
        AllowMultiRowSelection="True" GridLines="None" AutoGenerateColumns="False" PageSize="500" 
        OnNeedDataSource="grdItems_NeedSource" EnableViewState="true" AllowAutomaticDeletes="true" 
        OnItemCommand="grdItems_ItemCommand" OnItemDataBound="grdItems_ItemDataBound" 
        OnItemCreated="grdItems_ItemCreated" OnItemUpdated="grdItems_ItemUpdated" OnItemInserted="grdItems_ItemInserted" 
        OnItemDeleted="grdItems_ItemDeleted">  
        <ClientSettings AllowKeyboardNavigation="True" > 
            <Scrolling AllowScroll="true" ScrollHeight="440px" UseStaticHeaders="true" /> 
            <Selecting AllowRowSelect="true" /> 
        </ClientSettings> 
        <MasterTableView CommandItemDisplay="Top" CommandItemSettings-AddNewRecordText="Add Item" 
            EditMode="InPlace" DataKeyNames="ITEM_ID">  
            <CommandItemTemplate > 
                <div style="padding: 5px 5px;">  
 
                 <asp:LinkButton ID="LinkButton2" runat="server" CommandName="InitInsert" > 
                 <img style="border:0px;vertical-align:middle;" alt="" src="../../App_Themes/SpidersTheme/Grid/AddRecord.gif" />Add new Item  
                 </asp:LinkButton>&nbsp;&nbsp;  
 
                <asp:LinkButton ID="LinkButton1" OnClientClick="javascript:return confirm('Are you sure you want to delete all selected Items?')" 
                    runat="server" CommandName="DeleteSelected">  
                    <img style="border:0px;vertical-align:middle;" alt="" src="../../App_Themes/SpidersTheme/Grid/Delete.gif" />Delete selected Items</asp:LinkButton>&nbsp;&nbsp;  
                </div> 
            </CommandItemTemplate> 
            <Columns> 
                <telerik:GridClientSelectColumn> 
                    <HeaderStyle Width="10px" /> 
                    <ItemStyle Width="10px" /> 
                </telerik:GridClientSelectColumn> 
                <telerik:GridEditCommandColumn ButtonType="ImageButton">  
                    <HeaderStyle Width="35px" /> 
                    <ItemStyle Width="35px" /> 
                </telerik:GridEditCommandColumn> 
                <telerik:GridButtonColumn Text="Delete" CommandName="Delete" ButtonType="ImageButton" 
                    ConfirmText="Are you sure you want to delete this item?">  
                    <HeaderStyle Width="10px" /> 
                    <ItemStyle Width="10px" /> 
                </telerik:GridButtonColumn> 
                <telerik:GridImageColumn UniqueName="FilteredFlag" ImageUrl="../../Common/Images/green_flag_16x16.png" AllowSorting="true"   
                HeaderImageUrl="../../Common/Images/green_flag_16x16.png" SortExpression="FilterFlagOrder"  > 
                <HeaderStyle Width="10px" /> 
                    <ItemStyle Width="10px" /> 
                      
                </telerik:GridImageColumn> 
                <telerik:GridBoundColumn UniqueName="FilterFlagOrder" Visible="true">  
                </telerik:GridBoundColumn> 
                <telerik:GridBoundColumn DataField="NSN" HeaderText="NSN" UniqueName="NSN" ColumnEditorID="GridTextBoxColumnEditor1" > 
                    <HeaderStyle Width="120px" /> 
                    <ItemStyle Width="120px" /> 
                </telerik:GridBoundColumn> 
                <telerik:GridBoundColumn DataField="ITEM_DESCRIPTION" HeaderText="Description" UniqueName="ITEM_DESCRIPTION" 
                    ColumnEditorID="GridTextBoxColumnEditor2">  
                    <HeaderStyle Width="300px" /> 
                    <ItemStyle Width="300px" /> 
                </telerik:GridBoundColumn> 
                <telerik:GridNumericColumn DataField="USAGE_FACTOR" HeaderText="Factor" UniqueName="USAGE_FACTOR" 
                    ColumnEditorID="GridNumericColumnEditor1">  
                    <HeaderStyle Width="40px" /> 
                    <ItemStyle Width="40px" /> 
                </telerik:GridNumericColumn> 
                <telerik:GridHyperLinkColumn Text="Search">  
                      
                </telerik:GridHyperLinkColumn> 
                  
            </Columns> 
        </MasterTableView> 
    </ngc:NGCGrid> 
    <telerik:GridTextBoxColumnEditor ID="GridTextBoxColumnEditor1" runat="server" TextBoxStyle-Width="120px" /> 
    <telerik:GridTextBoxColumnEditor ID="GridTextBoxColumnEditor2" runat="server" TextBoxStyle-Width="300px" /> 
    <telerik:GridNumericColumnEditor ID="GridNumericColumnEditor1" runat="server" NumericTextBox-Width="40px" /> 
Pavlina
Telerik team
 answered on 07 May 2010
7 answers
241 views
Hi,

Header is missing after loading the radgrid. Attached is the screen shot.

Following is the code i am using for update panel

<telerik:RadAjaxManagerProxy ID="radAjaxMgr" runat="server">
<AjaxSettings>
<telerik:AjaxSetting AjaxControlID="rgrdDocumentList">
<UpdatedControls>
<telerik:AjaxUpdatedControl LoadingPanelID="lstLoadingpane" ControlID="rgrdDocumentList" />
<telerik:AjaxUpdatedControl ControlID="hiddenDirtyFlag" />
</UpdatedControls>
</telerik:AjaxSetting>

</AjaxSettings>

</telerik:RadAjaxManagerProxy>

<telerik:RadAjaxLoadingPanel Transparency="10" ID="lstLoadingpane" runat="server"
IsSticky="true" CssClass="FileStoreModalPanel">
</telerik:RadAjaxLoadingPanel>


Here "rgrdDocumentList" is our radgrid control.

Please suggest me the solution.

Thanks,
Shashi
Dimo
Telerik team
 answered on 07 May 2010
5 answers
276 views

I have set my radgrid header color to gray and I am not using a skin.  The problem is that I have a white box in the upper right corner of the grid above the scrollbar.  If I increase the width of my header to fill the space then I get a scroll bar at the bottom of the grid and the white box just gets pushed to the right.  How can i color this space without coloring the entire grid?  I have attached a file showing the area I am trying color.



Pavlina
Telerik team
 answered on 07 May 2010
1 answer
95 views
Hi,

I have a requirement where I need to order the columns in a particular order given for each and every column.
After seeing the demo here
I hope I can do this. But my doubt is whether my requirement can be achieved with this demo? Any help?

Regards,
Satish Kumar.
Shinu
Top achievements
Rank 2
 answered on 07 May 2010
1 answer
99 views

I would like to populate the combo boxes on my edit FormTemplate on Page_Load.  Is this possible or do I have to do it on item created event?  I would like to do it once versus re-populating the control every time the user clicks "edit".

Thanks
Scott
Shinu
Top achievements
Rank 2
 answered on 07 May 2010
2 answers
61 views
Dear Telerik Team!
Why All the controls are automatically down the line and use RadAjaxManager RadAjaxLoadingPanel. And if I do not use it then displays normally. I use FireFox browser. How to fix this.

This is my code:
<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server"
    <AjaxSettings> 
        <telerik:AjaxSetting AjaxControlID="RadCboMaHang"
            <UpdatedControls> 
                <telerik:AjaxUpdatedControl ControlID="RadCboMaHang" LoadingPanelID="RadAjaxLoadingPanel1"/>                 
            </UpdatedControls> 
        </telerik:AjaxSetting>  
         
        <telerik:AjaxSetting AjaxControlID="RadCboMaHang"
            <UpdatedControls>                 
                <telerik:AjaxUpdatedControl ControlID="lblSessionMahang" LoadingPanelID=""/>                 
                <telerik:AjaxUpdatedControl ControlID="RadNumericTextBoxChieudaitruc" LoadingPanelID=""/> 
                <telerik:AjaxUpdatedControl ControlID="RadNumericTextBoxGm" LoadingPanelID=""/> 
            </UpdatedControls> 
        </telerik:AjaxSetting>  
    </AjaxSettings> 
</telerik:RadAjaxManager> 
 
<telerik:RadAjaxLoadingPanel  ID="RadAjaxLoadingPanel1" runat="server" Height="20px"  
            Width="20px" Transparency="5" HorizontalAlign="Center" >         
            <img style="margin-top: 10px;" alt="Loading..." src='<%= RadAjaxLoadingPanel.GetWebResourceUrl(Page,  
            "Telerik.Web.UI.Skins.Default.Ajax.loading5.gif") %>/> 
</telerik:RadAjaxLoadingPanel> 

This is my code design:
<tr> 
        <td> 
        Mã hàng:&nbsp;            
            <telerik:RadComboBox ID="RadCboMaHang" Runat="server"  
                    Height="100px" Width="110px" MarkFirstMatch="true"  
                    EnableLoadOnDemand="true" HighlightTemplatedItems="true"  
                    DataTextField="Mahang" DropDownWidth="110px" DataValueField="Mahang" 
                    ItemRequestTimeout="500" 
                    OnItemsRequested="RadCboMaHang_ItemsRequested" Skin="Outlook"  
                        TabIndex="1" AutoPostBack="True"  
                onselectedindexchanged="RadCboMaHang_SelectedIndexChanged"
                        <HeaderTemplate> 
                            <table style="width: 110px" cellpadding="0" cellspacing="0"
                                <tr> 
                                    <td style="width: 110px;"
                                        Mã hàng 
                                    </td> 
                                </tr> 
                            </table> 
                        </HeaderTemplate> 
                        <ItemTemplate> 
                            <table style="width: 100px" class="comboTable"  
                            cellpadding="0" cellspacing="0"
                                <tr> 
                                    <td style="width: 100px;" class="comboItemCell"
                                        <div class="comboItem"
                                            <%# DataBinder.Eval(Container.DataItem, "MAHANG") %> 
                                        </div> 
                                    </td>  
                                </tr> 
                            </table> 
                        </ItemTemplate> 
 
<CollapseAnimation Type="OutQuint" Duration="200"></CollapseAnimation> 
                    </telerik:RadComboBox> 
        </td> 
         
        <td> 
            Cd trục:&nbsp; 
            <telerik:RadNumericTextBox ID="RadNumericTextBoxChieudaitruc"  
                            runat="server" width="70px" AutoPostBack="false" 
                                MaxValue="1000000" MinValue="0" TabIndex="0"  
                Culture="English (United States)" Skin="WebBlue" onkeydown =  "return (event.keyCode!=13);"
                                <numberformat decimaldigits="2" GroupSeparator="" /> 
            </telerik:RadNumericTextBox> 
        </td> 
         
        <td> 
            Gm:&nbsp; 
            <telerik:RadNumericTextBox ID="RadNumericTextBoxGm"  
                            runat="server" width="70px" AutoPostBack="false" 
                                MaxValue="1000000" MinValue="0" TabIndex="0"  
                Culture="English (United States)" Skin="WebBlue" onkeydown =  "return (event.keyCode!=13);"
                                <numberformat decimaldigits="2" GroupSeparator="" /> 
            </telerik:RadNumericTextBox> 
        </td> 
/<td> 

Sincerely





<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server"
    <AjaxSettings> 
       <telerik:AjaxSetting AjaxControlID="RadCboMaHang"
            <UpdatedControls>                 
                <telerik:AjaxUpdatedControl ControlID="lblSessionMahang" LoadingPanelID=""/>                 
                <telerik:AjaxUpdatedControl ControlID="RadNumericTextBoxChieudaitruc" LoadingPanelID=""/> 
                <telerik:AjaxUpdatedControl ControlID="RadNumericTextBoxGm" LoadingPanelID=""/> 
            </UpdatedControls> 
        </telerik:AjaxSetting> 
 </AjaxSettings> 
</telerik:RadAjaxManager> 
 
 
<telerik:RadAjaxLoadingPanel  ID="RadAjaxLoadingPanel1" runat="server" Height="20px"  
            Width="20px" Transparency="5" HorizontalAlign="Center" >         
            <img style="margin-top: 10px;" alt="Loading..." src='<%= RadAjaxLoadingPanel.GetWebResourceUrl(Page,  
            "Telerik.Web.UI.Skins.Default.Ajax.loading5.gif") %>/> 
</telerik:RadAjaxLoadingPanel> 
 
         



Phuoc Nguyen Thanh
Top achievements
Rank 1
 answered on 07 May 2010
2 answers
207 views
Hi,
For the first time, I used Telerik control on my ASP web page and published it on the web server. Since then, my website stopped working. I spent one week to figure out the problem and didn't have any luck.
Now, I read number of forums and it seems the problem is related to the Telerik toolkit deployment.

I have the assemply in my bin folder. How can I create a blank WebResouce.axd on the server? Can you help please?
Here is my web config code:

.......

<

 

 

pages enableEventValidation="true" enableViewStateMac="false" viewStateEncryptionMode="Never">

 

<

 

 

controls>

 

<

 

 

add tagPrefix="data" namespace="wave3.Web.Data" assembly="wave3.Web" />

 

<

 

 

add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />

 

<

 

 

add tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />

 

<

 

 

add tagPrefix="telerik" namespace="Telerik.Web.UI" assembly="Telerik.Web.UI" />

 

</

 

 

controls>

 

</

 

 

pages>

 

 

 

 

<httpHandlers>

 

<

 

 

add path="*/coolite.axd" verb="*" type="Coolite.Ext.Web.ResourceManager" validate="false" />

 

<

 

 

remove verb="*" path="*.asmx" />

 

<

 

 

add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />

 

<

 

 

add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />

 

<

 

 

add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" validate="false" />

 

<

 

 

add path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" validate="false" />

 

<

 

 

add path="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler" verb="*" validate="false" />

 

<

 

 

add path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler" verb="*" validate="false" />

 

<

 

 

add path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler" verb="*" validate="false" />

 

<

 

 

add path="Telerik.RadUploadProgressHandler.ashx" type="Telerik.Web.UI.RadUploadProgressHandler" verb="*" validate="false" />

 

</

 

 

httpHandlers>

 

<

 

 

httpModules>

 

<

 

 

add name="AjaxRequestModule" type="Coolite.Ext.Web.AjaxRequestModule, Coolite.Ext.Web" />

 

<

 

 

add name="ASPxHttpHandlerModule" type="DevExpress.Web.ASPxClasses.ASPxHttpHandlerModule, DevExpress.Web.v9.3, Version=9.3.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />

 

<

 

 

add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />

 

<

 

 

add name="RadCompression" type="Telerik.Web.UI.RadCompression" />

 

</

 

 

httpModules>

 

<

 

 

httpRuntime maxRequestLength="7168" executionTimeout="240" />

 

 

 

 

 

</

 

 

system.web>

 

<

 

 

location path="Users/Telerik.Web.UI.WebResource.axd">

 

<

 

 

system.web>

 

<

 

 

authorization>

 

<

 

 

allow users="*"/>

 

</

 

 

authorization>

 

</

 

 

system.web>

 

</

 

 

location>

 

<

 

 

location path="Telerik.Web.UI.WebResource.axd">

 

<

 

 

system.web>

 

<

 

 

authorization>

 

<

 

 

allow users="*"/>

 

</

 

 

authorization>

 

</

 

 

system.web>

 

</

 

 

location>

 

<!--

 

 

 

The system.webServer section is required for running ASP.NET AJAX under Internet

Information Services 7.0. It is not necessary for previous version of IIS.

 

 

 

--><system.webServer>

 

<

 

 

validation validateIntegratedModeConfiguration="false" />

 

<

 

 

modules>

 

<

 

 

remove name="ScriptModule" />

 

 

<

 

 

remove name="RadCompression" /><add name="AjaxRequestModule" preCondition="managedHandler" type="Coolite.Ext.Web.AjaxRequestModule, Coolite.Ext.Web" />

 

<

 

 

add name="ASPxHttpHandlerModule" type="DevExpress.Web.ASPxClasses.ASPxHttpHandlerModule, DevExpress.Web.v9.3, Version=9.3.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />

 

<

 

 

add name="ScriptModule" preCondition="managedHandler" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />

 

<

 

 

add name="RadCompression" type="Telerik.Web.UI.RadCompression" preCondition="integratedMode,runtimeVersionv2.0" />

 

</

 

 

modules>

 

<

 

 

handlers>

 

<

 

 

remove name="WebServiceHandlerFactory-Integrated" />

 

<

 

 

remove name="ScriptHandlerFactory" />

 

<

 

 

remove name="ScriptHandlerFactoryAppServices" />

 

<

 

 

remove name="ScriptResource" />

 

 

<

 

 

remove name="ChartImage_axd" />

 

<

 

 

remove name="Telerik_Web_UI_SpellCheckHandler_axd" />

 

<

 

 

remove name="Telerik_Web_UI_DialogHandler_aspx" />

 

<

 

 

remove name="Telerik_RadUploadProgressHandler_ashx" />

 

<

 

 

remove name="Telerik_Web_UI_WebResource_axd" /><add name="AjaxRequestHandler" verb="*" path="*/coolite.axd" preCondition="integratedMode" type="Coolite.Ext.Web.ResourceManager" />

 

<

 

 

add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />

 

<

 

 

add name="ScriptHandlerFactoryAppServices" verb="*" path="*_AppService.axd" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />

 

<

 

 

add name="ScriptResource" preCondition="integratedMode" verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />

 

<

 

 

add name="Telerik_Web_UI_WebResource_axd" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" preCondition="integratedMode,runtimeVersionv2.0" />

 

<

 

 

add name="ChartImage_axd" path="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler" verb="*" preCondition="integratedMode,runtimeVersionv2.0" />

 

<

 

 

add name="Telerik_Web_UI_SpellCheckHandler_axd" path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler" verb="*" preCondition="integratedMode,runtimeVersionv2.0" />

 

<

 

 

add name="Telerik_Web_UI_DialogHandler_aspx" path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler" verb="*" preCondition="integratedMode,runtimeVersionv2.0" />

 

<

 

 

add name="Telerik_RadUploadProgressHandler_ashx" path="Telerik.RadUploadProgressHandler.ashx" type="Telerik.Web.UI.RadUploadProgressHandler" verb="*" preCondition="integratedMode,runtimeVersionv2.0" />

 

</

 

 

handlers>

 

<

 

 

security>

 

<

 

 

requestFiltering>

 

<

 

 

requestLimits maxAllowedContentLength="7340032" /></requestFiltering></security>

 

</

 

 

system.webServer>

 

<

 

 

runtime>

 

<

 

 

assemblyBinding appliesTo="v2.0.50727" xmlns="urn:schemas-microsoft-com:asm.v1">

 

<

 

 

dependentAssembly>

 

<

 

 

assemblyIdentity name="System.Web.Extensions" publicKeyToken="31BF3856AD364E35" culture="neutral" />

 

<

 

 

bindingRedirect oldVersion="0.0.0.0-3.5.0.0" newVersion="3.5.0.0" />

 

</

 

 

dependentAssembly>

 

</

 

 

assemblyBinding>

 

</

 

 

runtime>

 

<

 

 

system.codedom>

 


Many thanks,
Kamal

Kamal Mostofi
Top achievements
Rank 1
 answered on 06 May 2010
1 answer
69 views
Hi

Maybe I am missing something really obvious but how do i get the menu items to expand to the left. I have a horizontal menu each item of which has items to drop down vertically - any sub items off them expand to the right how do I stop this and get them to expand to the left and have the expand arrow on the left?

Tearing my hair out at this stage so any help greatly appreciated

Regards
Kieran
Top achievements
Rank 1
 answered on 06 May 2010
2 answers
119 views
I am working with GridDropDownColumn and I need to show a treeview inside the combobox or at least be able to add some icons to each entry. I know that a good way would be to use a template column and handle everything  manually, and that is what I am trying to avoid, because it's so easy to use a dropdownColumn and rest assured that db operations as well as grouping and sorting would be taken care of automatically.

I have tried the following code:
    Private Sub grdOrderable_ItemDataBound(ByVal sender As ObjectByVal e As Telerik.Web.UI.GridItemEventArgs) Handles grdOrderable.ItemDataBound  
  
        If e.Item.IsInEditMode And TypeOf (e.Item) Is GridEditableItem Then  
            Dim item As GridEditableItem = e.Item  
  
            Dim catEditor As GridDropDownListColumnEditor = item.EditManager.GetColumnEditor("OrderableCatCode")  
            For Each i As RadComboBoxItem In catEditor.ComboBoxControl.Items  
                i.ImageUrl = GetCatIcon(i.Value)''query the db to get the type and choose an icon  
                i.Text = GetCatStartString(i.Value) & i.Text''insert some '-' characters  
            Next  
  
        End If  
    End Sub  

and the result can be seen in the attached picture and it does not look very elegant. (because it is not a treeview)
Should I go for the template column solution or do you suggest a better one?

Thank you very much.
Safa
Safa Amini
Top achievements
Rank 1
 answered on 06 May 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?