Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
81 views
hi everyone.
I have a problem with radgrid three levels.
At the third level, in a cell I add a control with typical: "Controls.Add (" MyControl ")"
But when I press a button outside the radgrid performing a "PostBack", independent of this, I look at the grid level by level and when  I get  the cell where i added the control, I see it  disappeared , at some point I lost it and do not know where.
if anyone knows anything I would be very useful.
thank you very much.
Andrey
Telerik team
 answered on 03 Sep 2012
3 answers
425 views
Hi guys;

We have a web site that consists of several Web apps entered from a menu page.   This menu page handles the credentials and passes the ID of the user to the variaous Web Apps by means of a session variable.  When the session dies none of the pages will open, those that are open will not submit, and the user will be redirected to a timeout page.

The customer would like some kind of timeout notification.  I've seen many tools available and tested many of them.  But each of them needs to be on the active window to actually count down the session because they are using a local timer.  When this is not done it results in the notification being shown on the menu window even though the session is still alive and well because of work being done in the web app's window.  I thought I had found a method from http://stackoverflow.com/a/7029210/1161391 where an AJAX pagemethod was being used to do a call back to a webmethod, that polls the server to check if its session has timed out.  But as it seemingly turned out, the WebMethod merely carried out a calculation of the time since the session was initially created so that call back merely established whether the originally set timeout period had passed since the session was initiated.  It did not actually perform a check to see if the session had actually timed out.  In addition, some of my experiments seemed to show that even though the session had austensibly died, it had in fact not died and was alive and well, making me wonder whether the call backs to webmethod on the server every thirty seconds was in fact keeping the session alive. 

We really don't want to have to update all 1700 pages in the various web apps to include timeout notification controls or code.  So i would be interested to know if your notification control could be posted on the menu page and then provide the notification of session timeout for each of the different web apps.
Marin Bratanov
Telerik team
 answered on 03 Sep 2012
3 answers
155 views
I've got a large organisation so can't construct a single data source that has all the organisation in it, it takes too long to generate.  So I've got code that can retrieve just a number of levels of data from a specified root node.  I then change the datasource in the DrillDown event to just the correct data for that drill down and DataBind().

My problem is the org chart doesn't change to reflect the new datasource. Its doesn't do anything, just shows the single node i drilled into despite having new data that has the nodes children in it.

How can I change the data on drilldown, so I can collect it in bits?
Peter Filipov
Telerik team
 answered on 03 Sep 2012
1 answer
201 views
Hi,
Do we have an up to date elegant way of embedding the colour picker into a template column in a RadGrid and saving data (the hex colour as a string) to a SQL database?
Slav
Telerik team
 answered on 03 Sep 2012
4 answers
353 views
Hi,

How can I add a backgroundimage to a RadButton while the text in the RadButton is showing?

Sigma.
Sigma
Top achievements
Rank 1
 answered on 03 Sep 2012
1 answer
177 views
Hai,
     How can I add underline to column headers in radgrid. Please drop a post if you have done this before.
thanks
Savyo
Shinu
Top achievements
Rank 2
 answered on 03 Sep 2012
1 answer
78 views
Hi,

We have developed a web application using VS 2008 and Telerik controls (RadControls_for_ASP.NET_AJAX_2009_3_1314_dev). We are using RadGrid and RadWindow in the application and it is working fine on the development machine (running Windows XP 32 bit).

We are trying to deploy the application on a Windows Server 2008 R2 (64 bit).  The RadControls do not seem to work correctly. The RadGrid is used within the RadWindow and the RadWindow does not load completely. The browser shows a message stating that 'An Add-on for this website failed to run'. There is no other error message and all other pages seem to be working fine. The browser being used is IE 9.0 and the web server used is IIS 7.5

Is there something that we are missing? We would be very grateful for any suggestions or help.

Thanks
Meera
Marin Bratanov
Telerik team
 answered on 03 Sep 2012
2 answers
95 views
Hi,

I have a real problem with RadTextBox in IE7. I have a RadTextBox inside a Div that has 115px and I set the RadTextBox's width to 100%. When I look in IE dev tool I can see that the width of the TextBox is exactly 115px and the div to. But the TextBox is still longer thant the Div approximately 5px I think.

I don't know what to do with that. I tried several things, but none worked.

Thanks
Milena
Telerik team
 answered on 03 Sep 2012
4 answers
76 views
When I attempt to edit an existing appointment or create a new appointment using the Advanced Insert/Edit forms while in the TimeLine View (also Month View) I am unable to see the timepickers for the start and end times.  However, the timepickers are available from the week and day views.  How can I make these available from the timeline view?
Ivana
Telerik team
 answered on 03 Sep 2012
3 answers
104 views
I am trying to add a ribbon bar group with one large button and two large templates. 

My problem is that the templates items always seem to flow vertically like medium sized items, how do i define the template items to render like "large" buttons ??

                       
<telerik:RibbonBarGroup Text="Timecard" Width="160px">
    <Items>
        <telerik:RibbonBarButton Size="Large" Text="Add Entry" ImageUrl="~/images/ribbonbaricons/upload.png"/>
        <telerik:RibbonBarTemplateItem Size="Large">
            <div style="border: solid 1px blue; height: 66px; width: 50px;">
            </div>
        </telerik:RibbonBarTemplateItem>
        <telerik:RibbonBarTemplateItem Size="Large">
            <div style="border: solid 1px blue; height: 66px; width: 50px;">
            </div>
        </telerik:RibbonBarTemplateItem>
    </Items>
</telerik:RibbonBarGroup>

I have tried with and without the width on the group, with and without Size on the template item, but nothing seems to work...

Ivan Zhekov
Telerik team
 answered on 03 Sep 2012
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?