Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
466 views
I have a RadComboBox that gets populated on page_load() and is set w/ AutoPostback = "false" & EnableLoadOnDemand="false".  When the user starts typing in the text area of the control, I don't want to find a match in the list until at least 3 characters have been entered.  How can I accomplish this on the client side?  Right now it finds a match for each character typed.

Thanks,
Rob
Rob
Top achievements
Rank 1
 answered on 11 Aug 2011
3 answers
112 views
I am using a RadComboBox on my page and setting the Label property.

Everything looks fine in IE & Firefox, but Chrome is putting a carriage return after the Label.  So instead of the ComboBox being to the right of the Label, it is showing up under it.

Is this a known issue with Chrome?  How can I fix it?
Thad
Top achievements
Rank 2
 answered on 11 Aug 2011
0 answers
54 views
Hi Team,

i use Chart, AjaxManager and Timer. My data 1800 rows for load in chart but Very very slowly loading.

How to quick load data at Chart.

Please help me.....
Heri .
Top achievements
Rank 1
 asked on 11 Aug 2011
1 answer
61 views
hi

how to add RadTreeview dynamically from codebehind in callback

Thanks
Rashmi
Helen
Telerik team
 answered on 11 Aug 2011
3 answers
86 views
hi

whenever i try to add radtreeview from codebehind i got the error 'script controls cannot be registered after prerender'
how to solve this.

thanks
Rashmi
Helen
Telerik team
 answered on 11 Aug 2011
8 answers
691 views
Hi all.

I have a problem, i hope you can help me.
I am working with Radgrid and one gridTemplateColumn and when I clicked to a row I have to check row value and then change the image about the image button on this GridTemplateColumn, I'm using event ItemCommand and I don't Know how to change the image dynamycally.

Thanks for attention!!!


Jayesh Goyani
Top achievements
Rank 2
 answered on 11 Aug 2011
5 answers
128 views
Hi,

How can I fill a web form with values from the database, based on the selected item of a RadTreeView (Telerik.Web.UI - ASP.NET AJAX ) ... must I do a Server Request of the page or can I do it with AJAX?

Tks, rgds
BSC 
Nikolay Tsenkov
Telerik team
 answered on 11 Aug 2011
2 answers
145 views
Can someone send me the exact steps to click on a button and target a frame named f2 to go to a url.

My menu (radribbonbar) is in frame f1.

I want to store the URI in the button somewhere in frame f1, and when I click on it, frame f2 updates and loads that URI.

I don't see any way to do this easily - this should be very easy to do.

Dan
Top achievements
Rank 1
 answered on 11 Aug 2011
1 answer
115 views
Hey,

After rendering the code below:
_RadTreeNode.Attributes.Add("onclick", "func1('" + _Value + "')");

Looks like:
.. onclick="func1('SomeValue')" ..

apostrophe symbol encoded to ' and javascript crashes.

Thanks, for help.
Nikolay Tsenkov
Telerik team
 answered on 11 Aug 2011
2 answers
107 views
I am using RadGrid in VS2010 and populating it with JSON data from the clientside.
My page allows data entry in a traditional textfield manner and then assembles the data and performs an AJAX POST to store serverside. The page is then refreshed using a typical clientside JSON binding.
This all works well and I can have unlimted(?) number of json dataitems.

However, I need to reach inside and draw a dropdownbox for one of my cells/row.
This also works perfect until I reach the 12th row inside a foreach loop.
my javascript/clientside code is simple in that I have a loop with a counter.
inside the loop i use a RADGrid method (.getRowByIndex) to instantiate the client side object.
 ===============================================================================
var row = tableView._getRowByIndexOrItemIndexHierarchical(i); 
===============================================================================

"i" is within the bounds of my array and the row object does actually get created but the "CHILDREN" count=0.
this should represent the number of cells for that row in which I would index into that collection and then do work on the cell in question.
Error handling prevents the page from crashing and when the grid refreshes it show 12 or more rows of data but I can not access the children for any rows past the 11th one (dataItems 1-11 all have the required dropdown box, 12 and on do not)

any ideas?
(I have set the page size to 50)

Thanks Don
Don
Top achievements
Rank 2
 answered on 11 Aug 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?