Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
163 views
Hi,
        I want to show my loading panel gif in the centre of the page.When this panel shown all the other controls in that page become disappear and after that all the controls will visible.
How can i do this?
Give me a suggestion and send some codings example.......

Thanks,
Regards,
Giri
Maria Ilieva
Telerik team
 answered on 21 Nov 2008
3 answers
97 views
Hi All

I have hopefully a simple question about filtering.  After performing a filter opetation on a grid, if only one record is return I want to automatically select that item.  Is there a event I can capture ater filtering completes to do this ?

Cheers
Princy
Top achievements
Rank 2
 answered on 21 Nov 2008
5 answers
170 views
hi
how to make a cell read only (not the whole column) based on the value of the cell or some other value from the db in that row

Naresh
Shinu
Top achievements
Rank 2
 answered on 21 Nov 2008
1 answer
138 views
This could apply to all the Rad controls but specifically I want to create a RadDateTimePicker on the client without having to add the control to the page server side first.

Is it possible? If so how could I achieve this?

Regards
Russell
Shinu
Top achievements
Rank 2
 answered on 21 Nov 2008
1 answer
105 views
Hello !

Pleased to have found your site who got exactly what i need, a mounth / year select calendar found here : http://www.telerik.com/community/code-library/aspnet-ajax/calendar/month-year-picker.aspx

But for the ajax calendar, i don't have found any events handler when textbox text changed (for to code behind) or how i can get the string inside this textbox.

Also i get an error in VS say me : balise prefix telerik not recognized.

Thanks for help.
Maria Ilieva
Telerik team
 answered on 21 Nov 2008
1 answer
142 views
Hello!

Maybe someone can help me!
I'd like to have the row after double click in edit mode. - That's no problem so far:

eventArgs.get_tableView().editItem(eventArgs.get_itemIndexHierarchical());

i'd also like to close the edit mode after double click, when it is in edit mode:

 

eventArgs.get_tableView().cancelUpdate(eventArgs.get_itemIndexHierarchical());
Therefore i can't find a client side property, where i can get the information if the row is in edit mode or not!
Please help me - thank you!

Shinu
Top achievements
Rank 2
 answered on 21 Nov 2008
1 answer
111 views
Hi

I'm new to the RadEditor and I'm looking for a solution/workaround for rendering the comments in an image map into title tags instead of alt tags. I found this thread: http://www.telerik.com/community/forums/aspnet/editor/image-map-editor-comment.aspx, but in my page layout I'm using radE:RadHtmlField which doesn't seem to have a UseEmbeddedScripts property.

A colleague of mine pointed out to me that RadControls for ASP.NET and RadControls for MOSS doesn't use the same DLL, so the suggestion from the other thread I mentioned might not work anyway.

Is there anyway to solve this with the RadControls for MOSS?

Thanks,
Henrik
Stanimir
Telerik team
 answered on 21 Nov 2008
3 answers
158 views
Hi,

This has been a problem for us for quit some time now and I really would like to sort this out once and for all!

Try this in IE7 in your current demo.
  • Enter html mode and wipe out all the content.
  • Back to edit mode
  • Enter some text and mark this text
  • Choose paragraph style and some heading
  • Now hit the enter key
  • You are now stuck in the header!

This seem like a really basic thing to do but obviously it's not?
If you look at the code in html mode it looks like for example:
<h1>
<p>Heading 1</p>
</h1>

The odd thing is that if you do the same thing as described above, but you don't mark the text.
Just let the cursor be after the typed text. Then everything work as expected:

<h1>Heading 1</h1>
<p>Bla Bla</p>

We would also like to use NewLineBr set to false. I don't know if this is an issue together with the above but I suspect so.
Are there any workarounds?

Regards
Niklas



Rumen
Telerik team
 answered on 21 Nov 2008
4 answers
160 views
I have radiobutton in a panelbar of skin = sunset. The text is not shown (just a dot on the screen).

When I change the skin to office2007, the text appears.

How do I fix this problem?
Peter
Telerik team
 answered on 21 Nov 2008
2 answers
143 views
I am opening a radwindow from within a radwindow using the technique discussed here: http://www.telerik.com/help/aspnet-ajax/window_programmingopeningfromwithin.html.
It works perfectly when calling from an asp or classic form button, but when I call the exact same function from a dropdownlist or radmenu the second window opens behind the first .  Maybe there is another event firing on the calling window that is causing it to stay active?  Any ideas?
function openWin(strURL) {
                var parentPage = GetRadWindow().BrowserWindow;
                var parentRadWindowManager = parentPage.GetRadWindowManager();
                var oWnd2 = parentRadWindowManager.open(strURL);
}
<button onclick="openWin('http://google.com');">test</button> ---this works correctly
<select onchange="openWin('http://google.com');"><option>1 </option><option>2 </option></select>  ---this opens the second window behind the first
Svetlina Anati
Telerik team
 answered on 21 Nov 2008
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?