Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
309 views
The grid I am using has several columns with ShowFilterIcon = true but the columns are to close to show filter icon on every column.
I would like to be able to show the filter icon only when a user clicks into the column header filter box.

Princy
Top achievements
Rank 2
 answered on 24 Jul 2014
3 answers
193 views
hi,

how to set a background color for selected item only,
i tried with multiple codes but the original background-image didn't be override.
Princy
Top achievements
Rank 2
 answered on 24 Jul 2014
3 answers
322 views
Hi

Is it possible to redirect to other page after grid data has been export to the excel file?

Currently I had a button just call RadGrid1.MasterTableView.ExportToExcel() function.


Thanks
Princy
Top achievements
Rank 2
 answered on 24 Jul 2014
5 answers
235 views
Hello,

I just upgraded our  Telerik.Web.UI recently to Product version:2014.1.403.40, I’m having issue of using RadEditor/Template Manager, the Insert
and Cancel buttons are not accessible anymore (see snapshot TemplateManagerButtonaligmentIssue.png). I was trying to fix it using the following CSS change but still unable to make it works.  Am I doing with the wrong class name to adjust the alignment?

<style type="text/css">
       div.redWrapper div.redActionButtonsAbsoluteWrapper
        {
            position: fixed;
        }      
  
</style>

Thanks,

Chuck Wan
Wolters Kluwer Health|UpToDate
Chuck.Wan@wolterskluwer.com

Chuck
Top achievements
Rank 1
 answered on 23 Jul 2014
9 answers
696 views
Hi,

I have a complex edit template for my grid and the two controls in question are a drop down list and a button. OnClientSelectedIndexChanged on the drop down, I want to set the button's visibility. However, I cannot get the ID of the button control.

How do I get the button's ID to manipulate it's visibility when the button is inside of a grid edit template?

I was trying to do it like this but it does not work (it gets the correct index, but still the button variable returns null)

var masterTable = $find('<%=RadGrid1.ClientID %>').get_masterTableView();
var editIndex = $find("<%=RadGrid1.ClientID %>")._editIndexes;
var btn = masterTable.get_dataItems()[editIndex].findControl('btnBracketLookup');
var selectedBracket = sender.get_selectedItem().get_value();
            if (selectedBracket == -1) {
                btn.set_visible(false);
            }

Garrett
Top achievements
Rank 1
 answered on 23 Jul 2014
1 answer
115 views
Is it possible to have multiple kinds of connections in one RadDiagram, each with their own "ConnectionDataSourceId" and "<ConnectionSettings .../> under "<BindingSettings>"?

This capability is critical to any application where the semantics of the connections needs to be distinguished visually to indicate the nature of the relationship.  Any but the simplest diagrams need this kind of semantic distinction.

Thanks,

Donald
Slav
Telerik team
 answered on 23 Jul 2014
1 answer
103 views
Hi, I'm using this code straight from the offline help file:

function GetFirstItemContactNameCell() {
    var masterTable = $find("<%=RadGrid1.ClientID%>").get_masterTableView();
    var contactName = masterTable.getCellByColumnUniqueName(masterTable.get_dataItems()[0], "ContactName").innerHTML;
}

And Chrome is returning the warning:

    'Attr.nodeValue' is deprecated. Please use 'value' instead.

It is still returning the text from the cell but I'm wondering what I should be using instead? We're using version 2014.2.618.40 of the controls. Thanks.

Daniel

Maria Ilieva
Telerik team
 answered on 23 Jul 2014
1 answer
80 views
I have a Grid which is added to an UpdatePanel, which is then added to a Panel and finally to the page. My grid show a text like on top of it:  4336|updatePanel|ctl11_GXHyperLinkTab_ctl00_GXDivRightLeft_GXDivRight_ctl00_ctl00_ctl00_DocumentumDocumentAjaxUploadCtrl_DocumentumListGridCtrl_RadGrid1Panel|

When this is displayed, the entire page breaks! Can you tell me why this happens.
Jayesh Goyani
Top achievements
Rank 2
 answered on 23 Jul 2014
2 answers
679 views
What telerik control can be used for creating an online survey?
It just needs to gather user's inputs through several steps .. kind of wizard steps.

Thank you
Sam
Top achievements
Rank 1
 answered on 23 Jul 2014
3 answers
675 views
Do you have a control similar to http://timschlechter.github.io/bootstrap-tagsinput/examples/ to manage tags?
Ianko
Telerik team
 answered on 23 Jul 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?