Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
68 views
I want to put up a telerik silverlight controls in my ASP.NET AJAX enabled website, along with the rad asp.net ajax controls....hot to do that? Please guide me!
Saad
Top achievements
Rank 1
 asked on 12 Dec 2008
0 answers
115 views
Is there any way to make some part of a website 'live' ?
I mean where people can chat using that website? Just like facebook chat...
Saad
Top achievements
Rank 1
 asked on 12 Dec 2008
1 answer
87 views
I am modifying a skin for use in my application, but not how to modify the height of the cells, which properties in the CSS change to apply to what i need. I am by modifying the skin that comes in the Q3 grid "Web 20".  thanks

Shinu
Top achievements
Rank 2
 answered on 12 Dec 2008
0 answers
88 views
hello,

I am using treeview control. with load on demand feature and i kept ExpandMode=ServerSide,

when i add child to perticular node (from context menu one dialog is opening to add child node; after closing of dialog treeviev is getting refreshed ), i want only that branch should get expanded. (I want to expand the nodes which are in fullPath property of added node's parent)

like following figure Suppose I have added node C. I want A and B only get expanded so that C is visible. and do not want E to be expanded. kindly provide some solution.


_A
    | __B
    |       |_C
    |
    |__E
          |_F   
suraj
Top achievements
Rank 1
 asked on 12 Dec 2008
4 answers
718 views
Hi could anyone please guide me in the right direction.
 
I am trying to implement a rad tooltip which displays  dynamic content for each node when the user hovers the mouse over.

I have seen the samples provided on this site regarding binding it to the grid but not to a treeview. Should I bind the Rad tooltip in OnNodeCreated or OnNodeClick ?

Thanks in advance.

Just for the info this is how I bind the treeview:

private void LoadRootNodes()  
    {  
        ExerciseTypeCollection ext = new ExerciseTypeCollection();  
        ext.LoadAll();  
        tvwExercises.Nodes.Clear();  
 
        foreach (ExerciseType item in ext)  
        {  
            RadTreeNode EX_TYPE_NODE = new RadTreeNode();  
            EX_TYPE_NODE.Text = item.Name.ToString();  
            EX_TYPE_NODE.Value = item.Id.ToString();  
            EX_TYPE_NODE.ExpandMode = TreeNodeExpandMode.ServerSideCallBack;  
            tvwExercises.Nodes.Add(EX_TYPE_NODE);  
           
 
        }  
 
    } 
venkatraman
Top achievements
Rank 1
 answered on 12 Dec 2008
0 answers
72 views
I just want my grid to show a row getting in edit mode with some animation....for example by fading in with expanding.
Please guide me with some code.
Saad
Top achievements
Rank 1
 asked on 12 Dec 2008
0 answers
117 views
I want my radGrid to show animation just after when a row gets out of the editing mode...the animation should be in the same row.
The animation is very simple which would be a box with some background color and some text in it. But after few second it should vanish away as well, that is row should get back to a original and complete normal state.
Please guide me with some sample code!
Saad
Top achievements
Rank 1
 asked on 12 Dec 2008
2 answers
94 views
Good Afternoon,
I have been trying for hours and to no avail in regards to using the ajax library panel animation.  My complete goal is to have a row click and show the edit form(Which works like a dream) but would like to wrap the edit form in a panel(pretty easy), but when the row is click and shown, use the ajax animation to show the form by having it grow, like the PanelBar does.  I hope this makes sense.  All My grid is inside of an update panel FYI.....

Could any of you guide me in the proper directions.

Thanks in advance.
Joshua
Saad
Top achievements
Rank 1
 answered on 12 Dec 2008
1 answer
152 views
This is a really simple problem that I can't seem to get a quick solution for...

I want to display the loading panel on the rad grid after a user selects an item from the dropdownlist.  The problem here is the initial selection because when the page is loaded, the rad grid does not exist yet.  It's only populated after someone selects an item from the drop down list. So if I wire up the ajax manager to say "when you select an item, update rad grid"... well it will; however, since there is no html element on the page, you won't see the loading image.

My initial theory to get around this, would be to wrap the rad grid in a panel and set the panel's height to 75px.  This fixed the loading image problem... I now see it; however, the bottom of the rad grid is cut off.

Can someone help me get around this problem?  Thanks!
Kevin Babcock
Top achievements
Rank 1
 answered on 12 Dec 2008
4 answers
263 views
Hello,

before 20 days my Hosting provider had problems with his web server.
After reinstalling and restoring all reseller accounts including mine I have again uploaded customer website with our custom CMS developed with Telerik controls (RadControls_Q3_2007_SP1) in VS.NET 2005.
After that all pages with RadEditor (version 7.3.1.0) after opening "Image Manager" or "Document Manager" give error message.
Below is error text:

Server Error in '/RadControls' Application.
--------------------------------------------------------------------------------

Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Could not load file or assembly 'RadUpload.Net2' or one of its dependencies. The system cannot find the file specified. (C:\inetpub\vhosts\gimnazija-cres.hr\httpdocs\cms\web.config line 24)

Source Error:

Line 22:  
Line 23:  <httpModules>
Line 24:   <add name="RadUploadModule" type="Telerik.WebControls.RadUploadHttpModule, RadUpload.Net2" />
Line 25:  </httpModules>
Line 26:
 

Source File: C:\inetpub\vhosts\gimnazija-cres.hr\httpdocs\cms\web.config    Line: 24

--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053


This is strange because on another page where we use only RadUpload (version 2.4.3.0) control for upload images all works well.

Below is our web.config file:
--------------------------------------------------------------------------------
<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <appSettings>
    <add key="work" value="C:\inetpub\vhosts\gimnazija-cres.hr\httpdocs\test\galery" />
  </appSettings>
  <connectionStrings>
    <add name="connCres" connectionString="Provider=SQLOLEDB;Data Source=85.94.76.170\YODA;Initial Catalog=smartplus_gimnazija_cres; UID=smartplus; PWD=sasa3112;" />
  </connectionStrings>
  <system.web>
    <customErrors mode="Off"/>
    <authentication mode="Forms" />
 <authorization>
  <allow users="*"/>
  <deny users="?"/>
 </authorization>
   
 <compilation defaultLanguage="c#" />
    <globalization culture="hr-HR" uiCulture="hr-HR" />
 <httpHandlers>
      <add verb="*" path="Telerik.RadUploadProgressHandler.aspx" type="Telerik.WebControls.RadUploadProgressHandler, RadUpload.Net2" />
    </httpHandlers>

    <httpModules>
      <add name="RadUploadModule" type="Telerik.WebControls.RadUploadHttpModule, RadUpload.Net2" />
    </httpModules>
  </system.web>
 
  <!--
  <system.webServer>
  <modules>
            <add name="RadUploadModule" type="Telerik.WebControls.RadUploadHttpModule, RadUpload.Net2" preCondition="managedHandler" />
        </modules> 
  <handlers>
  <add name="Telerik.RadUploadProgressHandler.aspx_*" path="Telerik.RadUploadProgressHandler.aspx" verb="*" type="Telerik.WebControls.RadUploadProgressHandler, RadUpload.Net2" preCondition="integratedMode,runtimeVersionv2.0" />
    </handlers>
 <validation validateIntegratedModeConfiguration="false" />
  </system.webServer>
 
  -->
</configuration>
--------------------------------------------------------------------------------


Does anybody have the same problem or have any idea for solution of this problem?


Best regards,
    Sasa

smac_08
Top achievements
Rank 1
 answered on 11 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?