Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
107 views

I have a simple RadMaskedTextBox on a page.

When the page is posted back I want to view the text, and am using the TextWithPromptAndLiterals property and just displaying the contents back to the page. This works fine with all variations of input in the field ie. (12x3.4, _2x3_, 1_x_4)

However when the page that the control is on is modified to turn of the viewstate (enableViewState = “False”), the control no longer works.

Values entered as 12x34 work, however values such as 1_x_4, come back as just “1” (loses the four).

I am using the 2009.3.1314.20 version.

Radoslav
Telerik team
 answered on 04 Feb 2011
1 answer
143 views
Hello,

For the GridBoundColumn column definition, is there a way in markup to set a tooltip on the image that appears without requiring code?  I know code works, but was wondering if there is anything in markup?  It also appears the issue is the same for the GridImageColumn, unless I missed something?

Thanks.
Tsvetina
Telerik team
 answered on 04 Feb 2011
3 answers
75 views
I installed the new radGrid a few days ago and suddenly find my horizontal scroll disappeared.  Instead, all the columns are the same width and the header wraps instead of taking full width. When I expand the columns at runtime, I can make them wider but then frozen columns is ignored.

What can cause the columns to restrict width instead of using the full width as necessary.  Am I going to need to specify column size for every visible column?

Thanks
Pavlina
Telerik team
 answered on 04 Feb 2011
2 answers
103 views
The fine tuning for the Rad grids is not available at this time in Visual Style Builder. When will this be available again?
Alex Gyoshev
Telerik team
 answered on 04 Feb 2011
2 answers
149 views
Hi,

I am wondering what the major differences are between RadMenu and RadToolbar..

It seems to me that the RadMenu control is more versatile. Is there anything I can't do with RadMenu that I can with the Toolbar?
Kate
Telerik team
 answered on 04 Feb 2011
1 answer
111 views
hi all..
    How to change the font color of numerik  text box?

and how to get the minimum and maximum Value from numerik text box by Java script.(Here i have given the minimum and maximum value)

Please help

Thanks in advance
Daniel
Telerik team
 answered on 04 Feb 2011
3 answers
238 views
On my web page, I have 2 RadComboBox with AllowCustomText set to True.

Can you please tell me how to:
1. disable Copy and Paste on RadComboBox
2. allow ONLY alphanumeric characters to be entered on RadComboBox.

PS: I am using Telerik RadControls for ASP.NET AJAX Q3 2010.
Shinu
Top achievements
Rank 2
 answered on 04 Feb 2011
1 answer
100 views
Hi guys,

    How to increment the days of the selected date from a datepicker and display it in another datepicker using javascript?

Someone plz help

Thanks in advance,
Raj


Shinu has already replied to this issue in : http://www.telerik.com/community/forums/aspnet-ajax/calendar/two-raddatepickers.aspx
Raj Maverick
Top achievements
Rank 1
 answered on 04 Feb 2011
1 answer
99 views
I have a RadGrid that I implement grouping.  I have group footers being displayed.  A sample of my data is:

State     County     City                    Population
PA         Dauphin     Harrisburg            1,756,000
PA         Dauphin     Enola                      244,000
PA         Centre        State College           823,000
PA         Centre        Centre Hall                27,000

I am grouping by State and County.  I would like the footers to contain the appropriate grouping value.  For instance for each County footer, I would like to see the following:
Average Population in Dauphin County:  1,000,000  (Dauphin would be dynamically displayed)

For each State footer, I wold like to see the following:
Average Population in PA State:    1,425,000   (PA would be dynamically displayed)

How can I display the grouping value in the footer for each grouping section?  My footers are displaying the Average of Population just fine, but my client wants to show the grouping value as part of the footer as well.

Thanks,
Chris
Princy
Top achievements
Rank 2
 answered on 04 Feb 2011
0 answers
128 views
I have a query that I am putting some data in a temp table then retrieving it through another query.  The query works fine in my database editor, but then I run the same code on my site I get an error that table tblTemp doesn't exist.  Does the ASP.NET SQLDatasoure support these types of actions?  I am using the same account in the DB editor and the website.

select  idRecord.id
from    idRecord
where   id = 123456
into temp tblTemp;
 
select   profileRecord.username
from     profileRecord
where    id in (select id from tbltemp)
Michael
Top achievements
Rank 1
 asked on 04 Feb 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?