Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
88 views
After upgrading to Q2 2012 I quickly noticed 2 issues:

1.
myradinput.Focus();
No longer focuses the control.

2.
function(sender, args) { $get('" + BadgeNo.ClientID + "' + '_text').focus(); }
Throws a JS error saying something like object not found.

The 2nd Issue I fixed by removing the _text suffix however this is of course not something acceptable.

For the 1st issue I found no fix so I was forced to revert back to Q1.
Vasil
Telerik team
 answered on 30 Aug 2012
3 answers
74 views
Hi,

As we have related combobox functionality with RadCombobox. I want to use such functionality with RadGridDropDownColumn in RadGrid.

Is it possible to do?if you can provide any sample code for that.it will be very helpfull.

Thanks.
Rootvik Pancholi.
Tsvetina
Telerik team
 answered on 30 Aug 2012
1 answer
64 views
Hi,

I have a function that iterates through all the nodes and places the checked nodes into a list. The problem is that it will miss any child nodes of collapsed parents because the parents are created on the server side with Telerik.Web.UI.TreeNodeExpandMode.ServerSideCallBack.

I believe what is happening is that because these nodes are defined requiring a callback, that their children are not written out to the browser until that AJAX callback is fired. Because of this, they do not come up in the tree.get_allNodes call I use to iterate through all the nodes at the time I use it because the parent nodes in question have not been expanded (i.e., the child nodes in question have not been added to the document).

Forcing all the nodes to expand prior to checking for checked nodes works, but is unwieldy.

Does anyone have any suggestions or ideas about how I might work around this? I'm not that familiar with using this control, so I thought maybe a more experienced user might be able to guide me in the right direction.

Any help appreciated.

Thanks,
Ted





Bozhidar
Telerik team
 answered on 30 Aug 2012
1 answer
83 views
One can set it to be expanded on load as well as to not collapse on blur, but is there a way to force it to always be expanded? Various events will still collapse it and make the app look clunky. :< 

i would like to use it like a listbox but with the filtering of a combobox (letter decoration of matched strings, etc ). I currently do it with standard asp.net listbox control and textbox control but want the rich text, etc. :>

 Thanks.
Nencho
Telerik team
 answered on 30 Aug 2012
1 answer
42 views
I have a master/detail RadGrid that is using the detail row footer to display a sum of the detail rows. What I need to do is to display only the detail row footer row values but hide all of the actual detail rows. How can I do this?

Thanks,

Steve Holdorf
Eyup
Telerik team
 answered on 30 Aug 2012
3 answers
51 views
Hello! 

I use a RadGrid that receives data from a webservice. The webservice returns items and count in "Count" property. But NumericPages pager shows only "1" in pager bar. I have a lot of items and pager should show several pages. NextPrevNumericAndAdvanced shows message "Displaying page 1 of 151, items 1 to 15 of 2261." in this case. It means that count is recieved correctly.

What's the reason of this NumericPages pager behaviour? How can I get it to work properly?

Thanks for your help! 

PS: Telerik.Web.UI.dll version is 2008.3.1105.35.
Maria Ilieva
Telerik team
 answered on 30 Aug 2012
1 answer
63 views
I've got a RadGrid in an UpdatePanel and I'm using a ScriptManager.  What's the earliest point in the page life cycle that I can detect I'm in an Ajax call, for example when a user clicks the edit button in the RadGrid?  Specifically, can I detect that the user has clicked the edit button (or any other Ajax action) at PreInit?  If so, how?

Thanks,
Kevin
Radoslav
Telerik team
 answered on 30 Aug 2012
1 answer
110 views
Hi Folks, 

Really looking forward to using the pivot grid, looks like a great feature. 

One concern/idea I have from sampling the demo's is the inability to select content from a single column.

When using pivot table's in a spreadsheet program, it allows the dataset to be filtered and grouped by specific columns and rows, your pivot grids allow for this, but when trying to select the data from one column to extract or copy the Telerik PivotGrid does not allow for this, it selects data from other columns on lower rows.

Unsure how easy it would be to allow for the user to be able to scroll to select the data from one column, but if this was not possible then perhaps check boxes to allow for row and column select to enable some way to extract specific data?

I know the pivot grids are new, so thought I'd put in my two cents and hopefully see something along these lines be implemented in the future.

Regards
Ryan
Radoslav
Telerik team
 answered on 30 Aug 2012
8 answers
619 views
I am having a Grid view where I will have a column with Status Y/N. If the status is N I will show a Pop up saying do you want to approve, If ok was pressed I would like to return true from Javascript and need to update my table and allow user to edit the details if cancel I would like to return false from Javascript and make edit false.

This is my script

<script language="javascript" type="text/javascript">
        function confirmCallBackFn(arg) {
            if (arg == true) {
                //should retun true
            }
            if (arg == false) {
                //should retun false
            }
        
    </script>

In my ItemDatabound I will have some code that will check for N . If found I will show a pop up as follows

rdwndwPersonal.RadConfirm("Are you sure?", "confirmCallBackFn", 300, 100, null, "My Confirm");

From here I would like to return true/false from script so that if true I will update my table if not I will make edit to false.
Eyup
Telerik team
 answered on 30 Aug 2012
5 answers
369 views

I am upgrading Telerik RadControls for ASP.Net Ajax from  2008.2.826 to 2009.2.701.  For the most part things seem to be working well except for a few skinning issues and one very nagging JavaScript error.

 

The JavaScript error I need some help on produces the following:

 

b.toUpperCase is not a function.

 

Sys.__upperCaseTypes[b.toUpperCase()]=this;  This is where it bombs (MicrosoftAjax.js)

Called by:

c.registerEnum(b,"TreeNodeExpandMode",{ClientSide:0,ServerSide:1,ServerSideCallBack:2,WebService:3}); (RadTreeViewSripts.js)

 

It seems like the object (b) being pass to the Sys.__upperCaseTypes does not implement the toUpperCase method.

 

Any help would be appreciated.

 

Thanks,

Andy Espinosa

Monster.com

Bozhidar
Telerik team
 answered on 30 Aug 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?