Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
126 views
I created a en-US-Custom.txt  file. When i do this in my local machine and run the spell checker it is working fine.
But when the same was done on a server and launched the spell checker, then it thows an error.

RadSpell error. Server returned error: 500 Please, see the help for more details: RadSpell 3.x - Configuration - SpellCheckHandler./Core/Resources/Controls/RadControls/Spell/Telerik.RadSpellCheckHandler.ashxExpected ';'A fatal error has occurred

From the below link , i came to know its an unhandled exception.
http://www.telerik.com/community/forums/preview-thread/aspnet/spell/radspell-server-return-error-500-expected.aspx#1240142

After running the firebug in firefox, i got the below error.

e.target.tagName is undefined

Pls help me on this.

Regards,
Vinay
Jayesh Goyani
Top achievements
Rank 2
 answered on 04 Nov 2011
3 answers
436 views
Good afternoon,
I have following code written in aspx page:

<

 

div id="divEIS">

 

<

 

div id="divEIS1" runat="server" style="text-align :center ;" >

 

 

<telerik:RadTextBox ID="txtEISId" MaxLength ="9" runat="server" Font-Bold ="true" Font-Size ="10" Height="16">

 

 

</telerik:RadTextBox></div></div>

 

 

<div id="divSSN">

 

 

<div id="divSSN1" runat="server" >

 

 

<telerik:RadMaskedTextBox ID="txtSSN" runat="server" Mask="###-##-####" Font-Bold ="true" Font-Size ="10" Height="16">

 

 

</telerik:RadMaskedTextBox></div></div>

 


As user type in SSN# in the Box I would like to convert numbers to XXX-XX-4433 or after he/she hits search button,but actual value I need to pass to store procedure.

Thanks so much for your help.
Maria Ilieva
Telerik team
 answered on 04 Nov 2011
5 answers
355 views
Hi,

Please can u help me how to disable the rename functionality for treeview root node in RAD File explorer.
By default Delete functionality will disable for root node while right clicking on context menu treeview in file explorer .same thng it should happen for reanme.other than root node it should enable rename functionality
Please can u help me out..
How to solve this?
and one more thing how to get root node text on client side.

Thanks\
Bhavani
Dobromir
Telerik team
 answered on 04 Nov 2011
4 answers
309 views
Hi,
I had a requirement that, individual users need to save their Grid's state into a database.
i.e, what ever user changes the grid, ie., resizing the column width, reording the columns, sorting, filtering, page size etc need to be presisest.

When user relogins and click's a button called "Restore Last View", the previous gird's state need to restored from the database.

Any helps on this will be highly appreciated.

Regards,
Suresh Kumar Udatha.
July
Top achievements
Rank 2
 answered on 04 Nov 2011
2 answers
89 views
Hi 

I am exporting Grid data to Excel , Grid columns have some styles.

Is it possible to Export Grid data with Styles to Excel?

can anyone please help me

Regards
Kiran
kiran
Top achievements
Rank 1
 answered on 04 Nov 2011
1 answer
72 views
Hi

I'm using the RadWindow to handle a resizeable dialog. The dialog should contain two areas/rows:
- edits on the top - resizeable with the window
- validation & buttons on the bottom - area is always visible (the validation summary is only visible, if an validation error was found)

Is there any solution to reduce the scrollbars only to the editing area and not to the entire window content?

Cheers,
Jani
Kevin
Top achievements
Rank 2
 answered on 04 Nov 2011
4 answers
117 views
Hi,
scenario:
let's say that I have one RadComboBox (RCB) populated with 10 items (Item1 to Item10) and one RadListBox (RLB) populated with same items. When selecting one item in RCB (AutoPostBack = true) I want that selected value should be selected in RLB and also visualized in RLB:s display area (height set to x px = shows four items). I have succeeded to make the searched item selected in RLB but if I for example searched for Item6 (sorted default 1 to 10) selected item will not be seen in RLB:s view area, it is selected but I need to scroll down to Item6 in RLB to see it. How to get Item6 both selected and seen in RLB:s view area? It's not ok to set index = 0 for Item6 so that it will be seen first in RLB:s list/view area, items needs to be sorted/seen in same order as default (Item1 to Item10).

Rgds,
Jesper
Jesper
Top achievements
Rank 1
 answered on 04 Nov 2011
1 answer
258 views
I can't change the grid line color. I've tried:
<ItemStyle BorderColor="Black" BorderStyle="Solid" BorderWidth="25px" BackColor="Red" Font-Bold="True" />

But it doesn't change the grid line.

The column type is: telerik:GridBoundColumn

What am I missing?

John
Jayesh Goyani
Top achievements
Rank 2
 answered on 04 Nov 2011
4 answers
409 views

Hi,

I need to get a transparent background for the template items (Container & Page) and delete the border.

What should I do?

Thanks.

Runat="Server"
Top achievements
Rank 2
 answered on 04 Nov 2011
1 answer
88 views

Hi,
I'm using a RadTextBox like so :
HTML:
<div class="MyClass">
<telerik:RadTextBox ID="txtCloseDateWeeks" runat="server"/>
</div>

CSS:
.MyClass span input
    {width:200px !important;}

I need to use this css structure for other controls within my divs, including making the radComboBoxes the same size as the RadTextBoxes.

As you probably know, when the  RadTextBox is rendered, it appears in the HTML as :

<span class="RadInput RadInput_Outlook" id="ctl00_ctl00_txtCloseDateWeeks_wrapper" style="white-space: nowrap;">
    <input name="ctl00_ctl00_txtCloseDateWeeks_text" class="riTextBox riEnabled" id="ctl00_ctl00_txtCloseDateWeeks_text" style="width: 125px;" type="text" size="20" _events="[object Object]" value="1"/>
    <input name="ctl00$ctl00$txtCloseDateWeeks" title="" class="rdfd_" id="ctl00_ctl00_txtCloseDateWeeks" style="width: 1px; height: 1px; overflow: hidden; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: -18px; margin-right: 0px; margin-bottom: 0px; margin-left: -1px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; visibility: hidden;" type="text" control="[object Object]" value="1"/>
    <input name="ctl00_ctl00_txtCloseDateWeeks_ClientState" id="ctl00_ctl00_txtCloseDateWeeks_ClientState" type="hidden" autocomplete="off"/>

The 1st <Input> tag seems to be the control on the page which correctly has a width of 200px

The 2nd <Input> tag is where the problem lies. This is also 200px (because of the CSS) but even though
 overflow: hidden; visibility: hidden;
it still renders on the page - I can't see it until I analyse with a HTML viewer, but it's being rendered to the right of the textbox and pushing my <div> out by another 200px which of course totally screws up the rest of the layout.

The 3rd <Input> tag doesn't show on the page and has a property type="hidden"  This might be why.

In the attached image - you can see the blue line of the 2nd <input> tag

Help me, please !!!!!!
Corina
Top achievements
Rank 1
 answered on 04 Nov 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
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?