Telerik Forums
Community Forums Forum
8 answers
118 views
The following function used to work with the Telerik grid, but now that we have upgraded to Kendo, it no longer works.
function Grid_onLoad(e) {
 $(
'.t-no-data td').text('Loading Records...');
}

Any recommendations?
Alexander Popov
Telerik team
 answered on 04 Apr 2014
1 answer
90 views
What is the correct syntax to set the filter so it will only display loans with a non-zero balance in the grid?

@(Html.Kendo().Grid<BorrowerLoan>()
    .Name("Loans")
    .Events(events => events.DataBound("onDataBound"))
    .DataSource(dataSource => dataSource  
        .Ajax()
        .ServerOperation(false)
        .Read(read => read.Action("LoanListAjax", controller))
        .PageSize(Constants.PageSize)
        .Filter(CurrentLoanBalance > 0)
        )

What should the ".Filter(CurrentLoanBalance > 0)" be?

Alexander Popov
Telerik team
 answered on 21 Mar 2014
0 answers
42 views

How I change dinamyc a control that get by this.Controls.FindAll() in Label or Text by variables for example I have
or get all controls and set the tooltips to all, I have something like this: 

IEnumerable<Control> controlesEntrada = this.Controls.FindAll();
foreach (Control control in controlesEntrada)
{
   c = control.GetType();
   myelement = c.Name; //Get the string "Label" in this variable

    //How I do this:
     Label milabel = (Label)myelement;
    // with the variable
     myelement milabel (myelement)myelement
}
this dont permit because string to control cant... how I can be?




   
c9.Tooltip = "Este es tu label";
RM04550
Top achievements
Rank 1
 asked on 20 Mar 2014
0 answers
84 views
Hi,
I have the following grid.On submit button click I want to get the selected row datas.How this possible?

<%Html.Telerik().Grid(model.test())
.Name("rgItems")
.DataKeys(dataKeys => dataKeys.Add(model => model.temID))
.Columns(columns =>
{
columns.Template(model =>
{

%>
<input type='checkbox' id='chkSelect'/>

<%
})
.Title("<input type='checkbox' id='chkSelectAll'/>")//To get clientselect column format
.Width("5%")
.HeaderHtmlAttributes(new { Style = "width:5%;" })

.ClientTemplate("<input type='checkbox' id='chkSelect'/>");

 
columns.Bound(model => model.Name)
.HeaderHtmlAttributes(new { Style = "width:20%" })
.Title("Project")
.Width("20%");
.HtmlAttributes(new { style = "width:99.8%" })
.Sortable()
.Selectable()
.Filterable()
.Pageable(pager => pager.PageSize(30).Position(GridPagerPosition.Bottom).Style(GridPagerStyles.Numeric))



.Render();

%>
Dayana Maliyakal
Top achievements
Rank 1
 asked on 20 Mar 2014
0 answers
98 views
We are using Telerik RTE website in a MS CRM Form for our project. The RTE Webpage all of a sudden goes off. Only after iisreset, we are able to get the webpage back on. Please help to avoid this. It happens frequently which doesn't look good. Thanks in advance
Elavarasan
Top achievements
Rank 1
 asked on 20 Mar 2014
0 answers
82 views
I've read how easy it is to transfer Telerik licenses to a different developer on my team and that is great news. So then how does Telerik know that the developer using the tools is licensed to use it. Does Telerik "Call-Home" to somehow compare the license on file with the identity of the developer? I am worried about this because I work for a government agency and we use a lot of contract programmers who do not have internet access. 
Jerry
Top achievements
Rank 1
 asked on 15 Mar 2014
7 answers
55 views
Some times, people do mistakes, so it would be nice to actually be able to edit a posting afterwards.
Filip
Telerik team
 answered on 13 Mar 2014
1 answer
106 views
Hello Telerik Team,

I am using Rad-dock Control.  Is there any way that if i changed the position of rad-dock then it will be shown on its place whether i refresh my browser and reopen it again. Or If i changed the position of rad-dock then its position will be remain fix as after docking it have? Please help me. Its urgent for me.
Slav
Telerik team
 answered on 12 Mar 2014
3 answers
134 views
Dear all,

We are looking for table(grid/matrix) components for purpose:
A table consists of:
column=Month1, Month2, Month3, …, Month20
row=room1, room2, room3, room4, …room20
cell=items keep in room (for each cell can have multiple items)
all items can be interchanged by drag and drop

I have checked telerik components but I do not know if it has any components suit that purpose.
May you give me some suggestions?

Regards,
David
Maria Ilieva
Telerik team
 answered on 11 Mar 2014
0 answers
55 views
Please i want to implement the radcontrol riminder and want to ask whether it is possible that it can interact with the database.
Wisdom
Top achievements
Rank 1
 asked on 10 Mar 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?