Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
98 views
Hi! I tried to install RadControls in SP2010 farm, but despite of "success" after msi deployment, there is no new features for my sites (in all 3 of my webapps).
I have no new assemblies in GAC or in web.conf...
How i have to activate it? And why in .zip file (for manual installation) i can't find .wsp file?

Have i missed something?

Please help! :| 
Stanimir
Telerik team
 answered on 23 Aug 2012
1 answer
40 views
Hi All,

I have method in page load, in this method based on database values, i will select Source Listbox items.These values i need to transfer to Destination Listbox.
Can any one help me on this ? it's very urgent....


Thanks in advance..

by
Sekhar
Purnasekhar
Top achievements
Rank 1
 answered on 23 Aug 2012
1 answer
66 views
hii
In a RadGrid How can i change the default background color of the column after sorting?


thanks..
Shinu
Top achievements
Rank 2
 answered on 23 Aug 2012
1 answer
83 views

hi..
How to remove today link on radscheduler????
Princy
Top achievements
Rank 2
 answered on 23 Aug 2012
2 answers
651 views
Hi all,

I have a rad grid. rad grid item template having check boxes. and outside the grid (i mean in the form) having 2 text boxes. my requirement is when i check more than one rows inside the grid view  that time 2 text boxes state change to disable. if it is checked one row then text boxes state change to enabled.. i need to work this functionality at client side .... please give me the java script for my requirement..

Thanks and Regards,

Prassin
Prassin
Top achievements
Rank 1
 answered on 23 Aug 2012
3 answers
91 views
I was implementing a treeview in a combobox nearly identical with the demo here:
http://demos.telerik.com/aspnet-ajax/treeview/examples/functionality/treeviewcombobox/defaultcs.aspx?product=treeview

The implementation is .NET in an update panel running in Chrome.  I found that the the tree view nodes would display corrrectly and would collapse as expected.  Once collapsed they would not re-expand.  I examine the <UL> tags in the Chrome developer tool and discovered that the nodes had "display: none" style tags that were inserted on collapse but not removed on expand.

I found, via trial and error, that adding a expandanimation-type="None" attribute to the RadTreeView resolves the problem.  Actually, I slapped my head on finding that as we have seen that same behavior in our other RadTreeView uses and I had forgotten.  It's a nasty little problem.

The demo has ExpandAnimation-Type="None" CollapseAnimation-Type="None" on the container RadComboBox, but NOT on the RadTreeView and yet it works.  Mine would only work when the expandanimation-type was also on the RadTreeView.

Your demo, by the way, works fine in Chrome as it. So clearly there is some odd combination of JS and .NET on my page that makes this happen.  I point this out only as a possible help to someone else who might be tempted to punch a monitor as I was. This little flaw is not in the forum as far as I was able find.  Thanks.
Nencho
Telerik team
 answered on 23 Aug 2012
5 answers
173 views
Multi Characters AutoCompleteSeparator in RadComboBox:
---------------------------------------------------------------------------
I need to have 2 characters as the "AutoCompleteSeparator in RadComboBox". I know that you can use [AutoCompleteSeparator=";|" to have multiple 1 character [; and |] separators. But I need to have [AutoCompleteSeparator="  " 2 white spaces acting as 1 separator. 
For example:
My Item1  My Item2  My Item3
[please note that between My Item1 and My Item2 there are 2 whites spaces which I want to use as a separator so that I can get the following:]
My Item1
My Item2
My Item3
Is it possible?  

Nencho
Telerik team
 answered on 23 Aug 2012
3 answers
95 views
Hi all,

Here it is :

I use JavaScript to resize on client side a "div" element which contain a RadGrid, and another one which contain a RadChart.
Here is my JS function :

function ToggleDiv(Flag)
{
    if (Flag == "first")
    {
        document.getElementById('gridZonesLosses').style.display = 'block';
        document.getElementById('chartZonesLosses').style.display = 'none';
        document.getElementById('gridZonesLosses').style.width = "100%";
    }
    else
    {
        document.getElementById('chartZonesLosses').style.display = 'block';
        document.getElementById('gridZonesLosses').style.width = "17%";
        document.getElementById('gridZonesLosses').style.cssFloat = "left";
        document.getElementById('gridZonesLosses').style.display = 'block';
        document.getElementById('chartZonesLosses').style.width = "82%";
    }
}

It show and hide perfectly my components, and do the resize.
But when it perform it,  there is some issues with FireFox 13.0. The horizontal scrollbar is not adapted to the new radgrid size, except if i refresh the page by cliking on a button or just execute an AJAX request. Please find in attachment 2 printscreen of the issue and the way it appears.

Any solution ?
Maxime
Top achievements
Rank 1
 answered on 23 Aug 2012
5 answers
104 views
Hi Telerik team i was wondering if i can use Dropdown box instead of text box as per your example in RadUpload as i want to build form where user can add/remove item and i want ot have dropdown where user can select options.

Please advise 

Thanks 
Ronak
Ronak
Top achievements
Rank 1
 answered on 23 Aug 2012
3 answers
109 views
The allowed file type is txt. After I upload four word documents. how can I remove those four links and only show one alert message?
Vasssek
Top achievements
Rank 1
 answered on 23 Aug 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?