Telerik Forums
UI for ASP.NET AJAX Forum
13 answers
1.9K+ views
Onkeypress in Radtextbox.....server side  button click event need to be fired....

Pls give me suggession.

Thanks,
satish
Yamila
Top achievements
Rank 1
 answered on 21 Feb 2016
3 answers
260 views

I'm looking for help on using the radgrid checkbox filtering.  Everything is working good but I would like to get the value of what is checked when I export my grid to PDF.  I want to include these values in the header in the PDF.  I tried using: 

string str2  = RadGrid1.MasterTableView.Columns.FindByUniqueName("mycolumn").CurrentFilterValue;  

 but this just returned an empty string. 

 

Travis
Top achievements
Rank 1
 answered on 19 Feb 2016
1 answer
109 views

hi

 How do I prevent any insert, edit and delete which is less than current date and time?

 

Thanks a lot

Ivan Danchev
Telerik team
 answered on 19 Feb 2016
1 answer
320 views
I am trying to format a cell based on the value of another field in the underlying recordset. How do I access those values?
Eyup
Telerik team
 answered on 19 Feb 2016
1 answer
97 views
I would like my rows which are in EditMode to have the same appearance as regular rows. I see there is an rgEditRow class. How do I go about making sure this class doesn't contribute to the row's style? Are there any other classes I need to consider? Again, I just want the rows to appear the same regardless of whether the row is being edited or not.
Eyup
Telerik team
 answered on 19 Feb 2016
3 answers
428 views

Hi,

I have iterate an item in the item databound .and set a link  to the particluar text using  the below code ..

 

 

if (e.Item is TreeListDataItem)

 

{

 

 

TreeListDataItem item = e.Item as TreeListDataItem;

 

item[

 

"Description"].Text = "<a href=\"#\">" + 0512 + "</a>";

 

int j = 0;

 

}

My problem is to  set hyper link for 0512 .I mean an underline is shown below the code 0512.
But blue colour is not appearing in the  0512 .hyperlinks shows blue colour text normally.
But here is not display 0512 in blue colour.how is it possible?

Thanks
Sindu


Eyup
Telerik team
 answered on 19 Feb 2016
1 answer
116 views

I'm trying to populate a RadComboBox but I'm getting this error and I don't know why.

My RadComboBox:

<telerik:RadComboBox ID="regTypeComboBox" runat="server" Width="305" Skin="Telerik" OnClientLoad="OnClientLoadHandler" />

My js:

function OnClientLoadHandler(sender) {
    var combo;
    combo = sender;

    var serviceUrl = "myUrl";

    var paramData = {

    };

    $.ajax({
        type: 'GET',
        url: serviceUrl,
        contentType: 'application/json; charset=utf-8',
        crossDomain: true,
        data: JSON.stringify(paramData),
        dataType: 'json',
        success: function (response) {
            var listData = response.listData;
            $.each(listData, function (index, element) {
                var name, id;
                name = element.NAME;
                id = element.ID;
                var comboItem = new Telerik.Web.UI.RadComboBoxItem();
                comboItem.set_text(name); // --> SyntaxError: illegal character

                //comboItem.set_text("name"); // --> also SyntaxError: illegal character

                //comboItem.set_text(""); // --> also SyntaxError: illegal character
            });

},
        error: function () {
            alert("error");
        }
    });
}

 

It is pretty simple, but I don't know why it gives this error.

Any ideas? Thanks

 

 

Ivan Danchev
Telerik team
 answered on 19 Feb 2016
2 answers
232 views

Hi All:

How to set the RadGrid command line background color?  I am using the MetroTouch and I do not like the black header.  I've tried the following:

.RadGrid_MetroTouch thead {
    background-color: #25a0da;
}

Phil

Viktor Tachev
Telerik team
 answered on 19 Feb 2016
2 answers
61 views

Hi,

It is possible to drag and drop nodes from one radtreeview to other but no having the ability to do the reverse.  furthermore i want to have the possibility to drag and drop between nodes just in the other radtreeview.

 

Example : RadTreeView1 -> just possibility to drag and drop in Radtreeview2

 

    

 

but not being able to do the reverse
but not being able to do the reverse
but not being able to do the reverse
Nencho
Telerik team
 answered on 19 Feb 2016
5 answers
254 views
I’ve noticed an issue with the Refresh and Export icons on a RadGrid ever since upgrading to Visual Studio 2015.  The Refresh and Export icons now appear on the left side of the grid (see attached picture).  Does anyone know how to get it back on the right?  The issue only occurs while debugging in Visual Studio 2015 (Professional).  After the code is published to a test or prod site (running IIS) the icons appears correctly.  We are currently using 2015.3.1013.45.  This issue also occurs with 2016.127.45.  Thanks in advanced for any assistance.
Maria Ilieva
Telerik team
 answered on 19 Feb 2016
Narrow your results
Selected tags
Tags
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?