Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
224 views
Hi,

Just by using Autosize="true" &  AutoSizeBehaviors="Width, Height", can the Radwindow be resized?..My requirement is to increase the size of radwindow as the contents increase!.

The suggested autosize properties alone does not help.Can you please suggest a solution to this requirement?
rdmptn
Top achievements
Rank 1
 answered on 31 Jul 2012
1 answer
186 views
Hello!

I am the only QA tester in my company, and also in charge of creating automated tests.  Since we're a small company, we're cutting costs as much as we can, without compromising quality, ease of work, productivity, etc.  Which is why we use the free open source Selenium automated test scripting, since it's free compared with the thousands we would have to pay for Telerik automated testing package and training.  

Anyways, I used to use the old Telerik date controls for Selenium automated tests where the date in dd/mm/yyyy format (this is in the UK) would be typed in by the Selenium scripts.  And when the Next button was clicked, the data was processed and the next page would appear and the scripts would continue working.  However, with the new Telerik date control, even when the Selenium scripts enter a proper dd/mm/yyyy date and then the Next button is clicked, the date fields become blank and error messages like, "Please enter date" appear, and the scripts fail.  Why is this happening?  The old Telerik controls worked just fine with the automated Selenium scripts where you just type in a date in dd/mm/yyyy format.  Why is this not working now?  Any ideas?  Anyone struggling with this?  There are a few date fields we use in our system, and so it would be rather tedious to type in dates manually every single time when scripts fail, I make them pause, quickly enter the dates, and resume automated testing.  Please advise me when convenient.  Thanks a lot!  
Martin
Telerik team
 answered on 31 Jul 2012
1 answer
77 views
Hi,

I have a menu (Telerik: RADMenu) to be available in arabic language support, which means float from right to left.
the Menu works fine in IE & Firefox, but not on other browsers; but when using firebug inspect element, I get exttra style as below which makes the menu vertical, but when i disable it (using firebug) it show correctly:
element.style {
width:132px;
}
Its part of the ul class
<ul class="horizontal rootGroup" style="width: 132px; ">


So how can i get rid of this browser side encoding.

Thanks
wrathy
Top achievements
Rank 1
 answered on 31 Jul 2012
5 answers
232 views
I use 1 button to open RadWindow,
after RadWindow show so scrollbar of browser scroll to top
how to fix problem scroll to top
based on my demo at: http://demos.telerik.com/aspnet-ajax/controls/examples/integration/gridandwindow/defaultcs.aspx?product=grid
thanks
sorry my bad english
Muhammad
Top achievements
Rank 1
 answered on 31 Jul 2012
1 answer
571 views
I am trying to update the border color of a RadTextBox using javascript.  The below snippit works great for the textbox in my datetimepickers but does not work for a radtextbox/radnumerictextbox:
DateTime.get_textBox().style.borderColor = "#FF0000";

This is the modified version that I am using with just the normal radtextbox:
TextBox.style.borderColor = "#FF0000";

Given that the get_textBox function is simply accessing the radtextbox component of the datetime picker should the same syntax not work on the straight radtextbox?

TIA




Shinu
Top achievements
Rank 2
 answered on 31 Jul 2012
1 answer
186 views
Hi,

The postion of a particular Radwindow must be on button. without hardcoding 'Left' & 'Top' values.Which event must be called to position the window effectively??
Princy
Top achievements
Rank 2
 answered on 31 Jul 2012
1 answer
68 views

All I'm really trying to do is populate three different comboboxes with the same item. When this code executes below only one combobox is getting the values. Any help is welcomed. Thanks!

for (int i = 0; i < 100; i++)
       
{
           
RadComboBoxItem li = new RadComboBoxItem();
            li
.Text = i.ToString();
            li
.Value = i.ToString();
           
InputPairThousandValueComboBox.Items.Add(li);
           
InputUsertThousdandValueComboBox.Items.Add(li);
           
InputCurrentlyListedThousdandComboBox.Items.Add(li);

       
}
Princy
Top achievements
Rank 2
 answered on 31 Jul 2012
1 answer
79 views
I cannot find an old document about RadEditor in Telerik web site.
I want to get a user manual of RadEditor ver. 20101Q.
Where is there the manual?

Best Regards,
Akinori
Rumen
Telerik team
 answered on 31 Jul 2012
1 answer
78 views
Hello friends,

We've got a situation, the client wants us to remove the radTabStrip and wants to have everything in a single page, he can scroll it.
And we've different pages in different tabs.

So I was wondering if we can actually have some other control which can handle this. (can radSplitter hadnle something like this ?) and if so would you please spend a moment to get us started here ?

Thanks.
-Aarsh
Princy
Top achievements
Rank 2
 answered on 31 Jul 2012
2 answers
87 views
Hello,

I am working on a solution using odataservice implementing linq to entity.
there is a table named worksite. It has basic informstion as name, address, etc..

There is a separate table named location. It has four level of hierarchy. e.g onshore/ offshore is the parent. then it had child as area, then region and finally field.

We are saving location Id as foreign key in worksite table. We need to enable filtering on all four fields of location but the only data saved in worksite is location id and from that we can track parent and go to the fourth level.

first  query is : Is there a simple way to filter on Location name for which id is saved. by default  datafield is set to Location Id so filtering is enabled on id which is  number not on name.

second query : How can we implement filtering on other fields i.e. Location.Parent.Name, Location.Parent.Parent.Name, etc... which are not saved anywhere but evaluated at run time from value of location id.

Prachi
Top achievements
Rank 1
 answered on 31 Jul 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?