Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
118 views
I am building a page which contains a Grid. The user can expand and collapse groups as they want. I want to be able to preserve the group states (expanded/collapsed) on the client.

What I tried was to hook up to the 'onRequestStart' event and try to save which groups are expanded and which are collapsed. Then on 'onRequestEnd' I would just go through the list again and expand/collapse groups as needed.

Is there an elegant way to achieve this or do I have to manually crawl through each element and set it's expanded states?

Eyup
Telerik team
 answered on 11 Feb 2015
1 answer
149 views
Hi,
Our company is in the process evaluating Telerik control to buy your product. We were testing some key functionalities in your trial version. One of the main requirement we came across is Sorting(either by drag n drop or by move up down arrow). We tried with the move up and down arrow by we couldn't get it work.
I followed one of the blog post http://www.telerik.com/forums/radgrid-rows-sorting-move-up-and-move-down-button . Im using move up down arrow method in RADGRID Hierarchy Grid(Three level). I have attached the screen shot of what I'm trying to do. I need to able to sort with in each hierarchy list. Please let me know if your product can do this function.

Thanks
Merchant
Konstantin Dikov
Telerik team
 answered on 11 Feb 2015
3 answers
188 views
Support,

I have 2 datepicker controls.  Both controls have no date selected by default.  After datepicker #1 has a date selected, the requirement is that datepicker #2's textbox is still blank, but when the user clicks on the calendar icon, the calendar popup has the same date highlighted as the selected date of datepicker #1.

I've tried setting the .SelectedDate property of datepicker #2 and it sets the highlighted calendar date (which is correct), but the textbox also displays the date and I need the textbox to continue to stay blank until a date is actually selected from the calendar popup.

Is what I'm asking possible?  I've searched the forums high and low, but can't find my answer.  I thought for sure somebody has ran into this recently. 

I'm using v2014.1.225.45.

Thanks,
Rob
Maria Ilieva
Telerik team
 answered on 11 Feb 2015
1 answer
148 views
Hi,

I'm new to  kendo and i was trying to display a treeView using the ASP MVC approach so i followed the exemple you provided :

var employees = from e in db.Employees
                            where (id.HasValue ? e.ReportsTo == id : e.ReportsTo == null)
                            select new
                            {
                                id = e.id,
                                Name = e.FirstName + " " + e.LastName,
                                hasChildren = e.Employees1.Any()
                            };

But what is the code inside the Employees1 property ? It should be a recursive method somehere ? Please provide the content of the model or give me more details to how make it work

Thanks for the help
Daniel
Telerik team
 answered on 11 Feb 2015
5 answers
151 views
Hello Team,

I am working on one web application, in which we need to bind radgrid client side, we have not created any data service.

there in one aspx page inside application, that returns data in one json object, i tried the same as below:
<ClientSettings>
            <DataBinding Location="https://locallhost/LoadWidgetsAsync.aspx" ResponseType="JSON">
                <DataService TableName="Table1" />
            </DataBinding>
 </ClientSettings>


It is not showing data in grid, can anyone help me out with binding radgrid without service?

Thanks in advance,
Ruchi Patel
Ruchi
Top achievements
Rank 1
 answered on 11 Feb 2015
3 answers
262 views
Hello, 
I am trying to display a tabStrip with many tabs. Following this link : http://demos.telerik.com/aspnet-ajax/tabstrip/examples/functionality/scrolling-and-multi-row-tabs/defaultcs.aspx?show-source=true is not helpfull for me because my tabs are not placed on a single line (See pict 1), they are placed on many lines (See pict2) and when i scroll, the radTab shows blank space(See pict 3).
This is my piece of code i am using :

<telerik:RadSplitter ID="sPC" runat="server" Orientation="Horizontal" CssClass="hiddenOverflow">
    <telerik:RadPane ID="pPC" runat="server" >
          <telerik:RadTabStrip ID="tsPC"  Width="800px" runat="server" ScrollButtonsPosition="Middle" Height="26px"  AutoPostBack="False" ScrollChildren="true" >
            <Tabs>
                <telerik:RadTab Text="Tab11"></telerik:RadTab>
                <telerik:RadTab Text="Tab12"></telerik:RadTab>
                <telerik:RadTab Text="Tab13"></telerik:RadTab>
                <telerik:RadTab Text="Tab14"></telerik:RadTab>
                <telerik:RadTab Text="Tab15"></telerik:RadTab>
                <telerik:RadTab Text="Tab16"></telerik:RadTab>
                <telerik:RadTab Text="Tab17"></telerik:RadTab>
                <telerik:RadTab Text="Tab18"></telerik:RadTab>
                <telerik:RadTab Text="Tab19"></telerik:RadTab>
                <telerik:RadTab Text="Tab111"></telerik:RadTab>
                <telerik:RadTab Text="Tab112"></telerik:RadTab>
                <telerik:RadTab Text="Tab113"></telerik:RadTab>
                <telerik:RadTab Text="Tab114"></telerik:RadTab>
                <telerik:RadTab Text="Tab115"></telerik:RadTab>
                <telerik:RadTab Text="Tab116"></telerik:RadTab>
                <telerik:RadTab Text="Tab18"></telerik:RadTab>
                <telerik:RadTab Text="Tab19"></telerik:RadTab>
                <telerik:RadTab Text="Tab111"></telerik:RadTab>
                <telerik:RadTab Text="Tab112"></telerik:RadTab>
                <telerik:RadTab Text="Tab113"></telerik:RadTab>
                <telerik:RadTab Text="Tab114"></telerik:RadTab>
                <telerik:RadTab Text="Tab115"></telerik:RadTab>
                <telerik:RadTab Text="Tab116"></telerik:RadTab>
                <telerik:RadTab Text="Tab18"></telerik:RadTab>
                <telerik:RadTab Text="Tab19"></telerik:RadTab>
                <telerik:RadTab Text="Tab111"></telerik:RadTab>
                <telerik:RadTab Text="Tab112"></telerik:RadTab>
                <telerik:RadTab Text="Tab113"></telerik:RadTab>
                <telerik:RadTab Text="Tab114"></telerik:RadTab>
                <telerik:RadTab Text="Tab115"></telerik:RadTab>
                <telerik:RadTab Text="Tab116"></telerik:RadTab>
            </Tabs>
        </telerik:RadTabStrip>
</telerik:RadPane>
</telerik:RadSplitter>

Any ides?
Thank you !
Christian
Top achievements
Rank 1
 answered on 11 Feb 2015
6 answers
1.8K+ views
Hi All,
Is their anybody knows how to Dynamically set the RadGrid Column width??
Eyup
Telerik team
 answered on 11 Feb 2015
3 answers
159 views
my legend if it grows then pushes the chart line area smaller.
is there a way to fix the plot area? and perhaps just have the legend grow to the right or wrap?
Danail Vasilev
Telerik team
 answered on 11 Feb 2015
6 answers
176 views
I am using Visual Studio 2010 Ultimate and am working with the trail Radcontrols.

<telerik:RadTreeList ID="RadTreeList1" runat="server"
            AllowMultiColumnSorting="True" AllowSorting="True" AutoGenerateColumns="False"
            DataKeyNames="mynode" DataSourceID="SqlDataSource1"
            ParentDataKeyNames="mynode2">
</telerik:RadTreeList>

From what I have read since I am using a sqldatasource data control I should not have to include any additional code. Is that correct? 

Can someone explain what I am missing or doing wrong?

Thanks in advance.
Maria Ilieva
Telerik team
 answered on 11 Feb 2015
1 answer
65 views
Hi

How to Implemented Telerik Grid Bind Records using List object i seen this code

<asp:SqlDataSource runat="server" ID="SqlDataSource1" ConnectionString="<%$ ConnectionStrings:NorthwindConnectionString %>" SelectCommand="Select OrderID, OrderDate, ShipVia, ShipName, ShipAddress, ShipCity, ShipCountry FROM Orders"></asp:SqlDataSource>

but here i canot pass my stored procedure how so i move bind the records to server side c# then how to sorting , Filtering Concept using Telerik Grid 
any one guide me post the code thats helpful for me
Eyup
Telerik team
 answered on 11 Feb 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?