Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
151 views
Hi,
I have this regular RadAjaxLoadingPanel and I was wondering why does the image show duplicate when I run my application and the update panel shows up. Could not find a reason for that, or a setting.
Thank you.
Alexandru
Top achievements
Rank 1
 answered on 12 Dec 2008
2 answers
85 views
Hello,

Another small annoying glirk with my tooltips, may be you could help.
I have a master page which sets a row of buttons on the top right and another on bottom left of each page.
All theses buttons get tooltips using the RadTooltipMnager from the masterpage.
They use the default positionning of tooltip.
Problem is that for top right buttons, this is perfect, but for left-bottom ones, as they are just before the page limit, the tooltip appears over its button and as it covers it, user is unable to click.

How to sokve this, the ideal way should be that tooltip default positionning takes care to not cover it's owner ???

Thanks for help.
CS

CSurieux
Top achievements
Rank 2
 answered on 12 Dec 2008
4 answers
266 views
Hi,

How i make to open automatically the window when i make an insert into scheduler? i would you like that when i insert the record, after show a window, with the condition...if Then

My code:

<telerik:RadScriptBlock runat="server" ID="RadScriptBlock1">
            <script type="text/javascript">
 function ShowPage()
            {
               window.radopen("test.aspx", "UserListDialog");
               return false;
            }
   </script>
        </telerik:RadScriptBlock>

Code server side Radscheduler insert
Dim openWindow As String 
                openWindow = "<script type='text/javascript'>window.onload = ShowPage</script> " 
                ClientScript.RegisterStartupScript(Me.GetType(), "ShowPage", openWindow ) 
 


Svetlina Anati
Telerik team
 answered on 12 Dec 2008
2 answers
130 views
Hi,
I have a radgrid and set grouping enabled, after I drag some columns on the header it's working fine, but when I click next page, sometimes it gives me hte error like this:
Error Message
it's not always happening, for me it happened on the boundary of two different categories.And the radgrid is on the updatepanel.
Is there any other setting for the grouping?
thx
Rosen
Telerik team
 answered on 12 Dec 2008
2 answers
359 views
Hi,

I am using RadTabStrip in one of the pages. I have some javascript setting some variables at the client side with the OnClientTabSelected of the TabStrip. After a postback, is there a way to fire the OnClientTabSelected  for the selected tab?

I saw this post in the forum,
http://www.telerik.com/community/forums/aspnet-ajax/tabstrip/select-tab-client-side-on-pageload.aspx

It gets selected. But that doesn't fire the event. Is there a way to do this?

Thanks.
Tony
Veselin Vasilev
Telerik team
 answered on 12 Dec 2008
1 answer
109 views
Hi All,

I have used an Ajax Extender control and an rad editor in a form.
It is giving an error "Telerik.Web.UI.Orientation has already been registered"... But i am unable to attach this error screen here.
Please also tell me how to attach a file in thread.

Thanks & Regards
Brijendra Pandey
Svetlina Anati
Telerik team
 answered on 12 Dec 2008
5 answers
195 views
Hello!
My scenario is:
1 RadGrid with AllowMultiRowEdit = true
RadGrid ID added to AjaxSettings of AjaxManager
All rows must be in edit mode every time(In-line mode), before users's click to "ОК" button at the bottom of the page.
The user must be able to fill data to grid rows after addition of new rows.
That is - Add Row 1, Add Row 2 ... Then fill cells he wants and push "OK".
To Add new item to Grid I just adds new row to DataTable binded to RadGrid in ItemCommand handler and Rebind() it.
Because of numerous template columns in grid with RadComboBox'es, addition of each next row becomes slower and slower...(>10 Items)
But no need to draw again N Items in grid to add N+1 Item....

The idea was to use client-side API to add new rows, but can't understand how can I do it.
masterTable.insertItem();  takes data from the insertion form editors fields, but the insertion form(external form) not needed in my case...
(so http://demos.telerik.com/aspnet-ajax/Grid/Examples/Client/InsertUpdateDelete/DefaultCS.aspx is not very helpful)
I just want to generate new ID and add row with it in edit mode to grid.

So, how can I add row to grid without re-draw all items? Please, help me by suggestion.

Anton
Top achievements
Rank 1
 answered on 12 Dec 2008
8 answers
190 views
Do we have Hierarchical Self-referencing Callback Grid in telerik. I need grid which has n-multi level which is self referencing to same table.
 
Any idea, thanks in advance for ur help.
 
Yavor
Telerik team
 answered on 12 Dec 2008
2 answers
161 views
When tabs fill up a tabstrip and the scroll buttons appear, when scrolling, the tabs scroll under the scroll buttons.  Is there an easy way to get the tabs to scroll at the edge of the scroll buttons and not under them?
Tahami
Top achievements
Rank 1
 answered on 12 Dec 2008
9 answers
164 views
Hi, I'm having problems selecting a row from a radgrid and I don't know how to solve it. The thing is that some times, not always, when I want to select a row from a radgrid, it won't let me do it, is like the radgrid isn't responding, the page works fine, so I think is not problem in the page's code. At first it happends when I ordered the radgrid by a column a couple of times, but then I notice that when the page loaded and without ordering or filtering, the radgrid wasn't let me select a row.

I change some of the properties of the radgrid, Allow Sorting=true, AllowMultiRowSelection=false and AllowRowSelect=true, so I don't know whats happening.

Any idea is welcome.

The version of the radgrid is 3.0.2.0

Thank you.
Veronica
Dimo
Telerik team
 answered on 12 Dec 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?