Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
95 views
Is it possible to set a tooltip to a fixed position on the page rather than relative to the targetcontrol, mouse or browser window?
Svetlina Anati
Telerik team
 answered on 17 Feb 2011
1 answer
136 views
Hi there.
I was hoping someone could help me.
I have a few problems with my RADeditor.

Im having problems with the dialog boxes, its says:
"Web.config registration missing!
 The Telerik dialogs require a HttpHandler registration in the web.config file. Please, use the control's Smart Tag to add the handler automatically, or see the help for more information: Controls > Editor > Dialogs"

Now before you say I must click on the smart tag, and set up the httphandlers etc.....
I have done this, and the dialogs work, on some of the editors.
I have the editors on many pages and the dialogs (image, format-code etc...) seem to work on the normal .aspx pages, but i also have some editors on controls (.ascx pages), and its these ones that give the dialog error.

Please help me, Im sure its just a simple fix.

BUT.... I have another issue concerning the 'Format Code Block' dialog.

If I paste code, in FF, it all works very well, and my output looks great.
If I paste code in IE8, it seems to be fine, but once i post the content into the form, it seems to convert all the white-space characters as '???', and because the code has lots of indenting, tabs, it really looks bad.
In the code behind, it seems to have this data FF - '&nbsp' and in IE8 - ' ' .
Im not sure what the difference may be, but please could you help.

Also, my content window is only 380px wide and if i dont set the 'format code block' width, it becomes much wider, pushing the output content off the page. is there a way to force the width of the 'format code block' output, and not let the user change it?

I realise this is a lot, but please help :)

Ian

PS, im running this RAD controls (Telerik RadControls for ASP.NET Ajax, build: '2008.1.619.35')

Rumen
Telerik team
 answered on 17 Feb 2011
1 answer
62 views
hi

i want to find control of a radtextbox  which is in the itemtemplate of the radgrid in the textchangeevent how to do it
Shinu
Top achievements
Rank 2
 answered on 17 Feb 2011
0 answers
95 views
Hi,

Has anybody translated the combobox global resource file to german?
I would be very thankful if someone could upload this file or do a quick translation of the phrases below :)

NoMatches - No matches   
ReservedResource - Please do not remove this key.   
ShowMoreFormatString - Items <b>1</b>-<b>{0}</b> out of <b>{1}</b>   
JH
Top achievements
Rank 1
 asked on 17 Feb 2011
0 answers
85 views
Hi,

Has anybody translated the radlistbox global resource file to german?
I would be very thankful if someone could upload this file or do a quick translation of the phrases below :)

AllToBottom - All to Bottom   
AllToLeft - All to Left   
AllToRight - All to right
AllToBottom - All to Bottom   
AllToLeft - All to Left   
AllToRight - All to Right   
AllToTop - All to Top   
Delete - Delete   
MoveDown - Move Down   
MoveUp - Move Up   
ReservedResource - Please do not remove this key.   
ToBottom - To Bottom   
ToLeft - To Left   
ToRight - To Right   
ToTop - To Top  
AllToTop - All to Top   
Delete - Delete   
MoveDown - Move Down   
MoveUp - Move Up   
ReservedResource - Please do not remove this key.   
ToBottom - To Bottom   
ToLeft - To Left   
ToRight - To Right   
ToTop - To Top   
JH
Top achievements
Rank 1
 asked on 17 Feb 2011
8 answers
103 views
Hi,

 I am displaying RadCalendar in my page, after that displaying repeater. while click on the particular date. 
 needs to be add a row in that row first field that date needs to be displayed. again if i click on the next date one more row needs to be displayed in that date should be displayed.....

 For that i am displaying calendar, repeater in my page.  while click on the date dispalying those dates in that repeater also. but if i click on the next date both the rows are updating the same date (last click). Could you help me out ot find out this.
Radoslav
Telerik team
 answered on 17 Feb 2011
1 answer
61 views
I need to get the value out of a hiddenfield of the item template on a client side click?  Any ideas?
Princy
Top achievements
Rank 2
 answered on 17 Feb 2011
1 answer
318 views
Hello,

I have a page with multiple user controls on it, inside a RadAjaxPanel.  I'm trying to figure out how I can use javascript to reload the user controls, which have data bound inside of them.  I just need a way to have them load as they would on initial load- how can I do this?
Tsvetina
Telerik team
 answered on 17 Feb 2011
3 answers
56 views
Hi,

I'm having a problem when I try to set some value on a field. I have a GridTemplateColumn with a RadComboBox, and if some value in specific is selected a windows shows up and return a value. If I'm on insert mode I can put this value on the field whit this code

protected void RadAjaxManager1_AjaxRequest(object sender, AjaxRequestEventArgs e)
{
   GridDataItem item = (GridDataItem)combo.NamingContainer;
   HtmlInputText valor = (HtmlInputText)item.FindControl("Valor");
   valor.Value = e.Argument;
}

the combo variable is global and I obtain the value with this

protected void Op_OnSelectedIndexChanged(object sender, RadComboBoxSelectedIndexChangedEventArgs e)
{   
   combo = (RadComboBox)sender;
}

this code works fine, but my problem comes when I try to update because doesn't change the value that the window returned.
I have this method
protected void ItemDataBound_condicion(object sender, GridItemEventArgs e)
{
     if (e.Item.IsInEditMode && e.Item is GridDataItem)
     {
        GridEditableItem item = e.Item as GridEditableItem;
        RadComboBox operador = (RadComboBox)item.FindControl("Operador");
        combo = operador;
        if (operador.SelectedValue == "En la lista" || operador.SelectedValue == "No en la lista")
        {
          valor = (HtmlInputText)item.FindControl("Valor");
          valor.Attributes.Add("onclick", "OnClientClick(valor.Value);
        }
    }
 }

I'm setting the combo to the RadComboBox of the row, and use the same code of the method RadAjaxManager1_AjaxRequest, but it doesn't work, only works when I change the value of  'Operador' but when I click the field 'Valor' doens't works.

Am I doing something wrong??

Thanks in advance.


Tsvetina
Telerik team
 answered on 17 Feb 2011
3 answers
80 views
I upgraded to the newest release of the ajax toolkit.  After the project is updated, I can't open the project anymore with visual studio 2010.  When opening, it hangs on "getting web.config" file.  If I delete the web.config file, it opens without a problem.  Has anybody else experienced this issue?
Lini
Telerik team
 answered on 17 Feb 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?