Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
108 views
I have a problem concerning asp:dropdownlist control did not postback with RadAjaxManager in .net framework 4.0. It works on .net framework 2.0 in MS Visual Basic .net 2010 and converting it to .net framework 4.0, asp:dropdownlist control didn't postback. Any idea on this?
Wilfredo
Top achievements
Rank 1
 asked on 17 Aug 2012
1 answer
98 views
Hi,

i have used telerik rad grid client-side programmatic binding. Binding is working fine but when we try to filter the data it is not accepting numeric values like for 28 it is taking as ( , 29 it is taking as ). So, what i understood is it is converting the numeric value to ASCII code.

how to solve this problem?

Thanks in advance. 
Antonio Stoilkov
Telerik team
 answered on 17 Aug 2012
1 answer
89 views
With the RadGrid, is it possible to change the look of the thing you're dragging when using Row dragging? Or does it have to be an exact copy of the row item?

Marin
Telerik team
 answered on 17 Aug 2012
1 answer
90 views
Hello. Thank you in advance for your help and advice.

Client is using Telerik RadEditor for ASP.NET AJAX with Microsoft Internet Explorer 8 web browser. A problem exists with the "Find And Replace" dialog box in this browser. You can reproduce problem on the current (17 August 2012) RadEditor demo page. Please try these steps.

1. Open RadEditor demo page using Internet Explorer 8
2. Click in RadEditor text area to set focus. Press Ctrl+F or click "binocular" icon to open "Find And Replace" dialog
3. Enter text in the "Find" input field. Text should actually exist in document. For example, enter "HTML" or "Microsoft"
4. Press Tab key to focus on "Find" button. Press Enter key to search

After you press Enter key. RadEditor will correctly locate and highlight the word in the document. But also the highlighted word is deleted and replaced with a linebreak character. It seems that the Enter keypress event is not terminated correctly. Similar problem exists when using Spacebar key to activate Find button. The search word is highlighted but then it is deleted and replaced with an empty space character.

This problem was not existing in a previous version of RadEditor. (It seems to be new problem in about last year.) Also it works OK in other browser like Mozilla Firefox. Please is there a way to make Enter key work in "Find And Replace" dialog box in Internet Explorer 8?

Thank you.
Rumen
Telerik team
 answered on 17 Aug 2012
3 answers
187 views
Hi Telerik team,
I have an issue with the Export to Excel-button. The button works fine until I perform an action on the radgrid (such as removing/adding columns, sorting or paging) - after that, the Export to Excel -button no longer has any effect.

My radgrid is ajaxified through a RadAjaxmanager. It does not reside in any kind of updatepanel. The grid is on a sharepoint page.

I've implemented the necessary disabling of ajax in the clickfunction of the button.
function onRequestStart(sender, args) {
    if (args.get_eventTarget().indexOf("ExportToExcelButton") >= 0) {
        args.set_enableAjax(false);
    }
}

So it seems like the button functionality is broken after an ajax request is made.
Any suggestions?

										
Daniel
Telerik team
 answered on 17 Aug 2012
1 answer
67 views
hi

i have implmented successfully the following demo

http://demos.telerik.com/aspnet-ajax/controls/examples/integration/gridandcombo/defaultcs.aspx?product=grid


what i would like to do now is extend it to allow multi column filtering , is this at all possible ?

Peter

Tsvetina
Telerik team
 answered on 17 Aug 2012
1 answer
344 views
I have a RadGrid that has another RadGrid nested which also has another nested RadGrid. So there are 3 levels: Level 1 has information about a costumer, level 2 has information about customer´s purchases, and level 3 has info about products that the costumer has bought during the purchase. 

Now, I need to be able to select the level 2 row (purchase) and then access the data on all levels to construct a receipt of the purchase. I was able to add the checkbox column to level 2 by adding the GridClientSelectColumn to the column collection and enabling the client side row selection. So visually I have what I need. But my big problem now is: 

How do I access the data (contents of the cells) on all levels when I press a "print receipt for selected purchase" -button? I tried accessing it rought the RadGrid1.SelectedItems, but it was null. With just one RadGrid setup I could just use RadGrid1.SelectedItems[0].Cells, but that wont of course work with nested grids.

This might be a noob question, as I am very new to Telerik components. Any recommendations for "RadGrid for dummies" tutorials are welcome.

Thanks in advance! 
Marin
Telerik team
 answered on 17 Aug 2012
1 answer
107 views
I put a Filter control and Save button in one page and I also hide the Apply Button for Filter control. I don't find a way to get expression result after I click the Save button. Anybody know how to do?
Tsvetina
Telerik team
 answered on 17 Aug 2012
3 answers
92 views
Hello!
I need to read the calendar every day and day by day doing calculations ...
It turns out that is taking too long to calculate ... How can I do this every day reading asynchronously?
Radoslav
Telerik team
 answered on 17 Aug 2012
1 answer
488 views
Hi,

I am dynamically adding controls to a placeholder in TSearch.aspx and I did set SrchRadWindow's  AutoSize  property to true.
Autosize property is not woking for me. Am I missing something? 
 
 




 <telerik:RadWindow ID="SrchRadWindow" runat="server" Title="TicketSearch" Behaviors="Maximize, Minimize, Move, Close, Resize"
                Left="200px" Top="25px" ReloadOnShow="true"  ShowContentDuringLoad="false"  VisibleStatusbar="false"
              IconUrl="img/favicon.ico"   OpenerElementID="TktSrchBtn" NavigateUrl="TSearch.aspx"    AutoSize="true" />

Thanks,
Prava
Princy
Top achievements
Rank 2
 answered on 17 Aug 2012
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?