Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
89 views
i am using rad window in my web application...

i need to set transprency for rad window ....

how to i set using Java script or CSS...

Regards

azees
Shinu
Top achievements
Rank 2
 answered on 29 Sep 2008
1 answer
175 views

I am getting this message as a result of adding the line

using Telerik.WebControls;

Any idea how to fix that?

Thank you.
Shinu
Top achievements
Rank 2
 answered on 29 Sep 2008
1 answer
123 views
Hello

i can add a tooltip for each GridDataItem in RadGrid1_ItemDataBound
event
Cs
 if (e.Item is GridDataItem)  
        {  
            GridDataItem gridItem = e.Item as GridDataItem;  
            gridItem["PriceTest"].ToolTip = String.Format("{0:n0}", Convert.ToDouble(gridItem["SumAggregation"].Text));  

now
can i add a tooltip for each item in a TemplateItem in this Event

Thanks
Shinu
Top achievements
Rank 2
 answered on 29 Sep 2008
2 answers
141 views
i am new to RAD Controls and i want to know how can i re-order the edit column in RAD Grid? it is by default set to Extreme Right. i want to bring to extreme left.
Thank U
Princy
Top achievements
Rank 2
 answered on 29 Sep 2008
1 answer
48 views
Hi, is there any way to display a horizontal scrollbar on a nested view when you are using hierarchical grid?
Shinu
Top achievements
Rank 2
 answered on 29 Sep 2008
3 answers
229 views
Dear Telerik team,

Given a Rad Panel item, how can you get hold of its parent (in the hierarchy)?  I can't see an obvious property or method that does it, but presumably it's possible somehow.

Regards,

Ed Graham
Ed
Top achievements
Rank 1
 answered on 28 Sep 2008
3 answers
256 views
I am trying to solve a display issue with the grid sorting images.  I would like to have them hidden when sorting is activated.  The sorting function itself may remain intact, with the only difference being that no image will display in the header. (the rgsortasc and rgsortdesc)

There seem to be several examples of similar sorting functionality in the forums.  The difference is that I would need mine to be generic enough to capture the uniqueid from the event, rather than manually assigning this value.  There are too many grid columns that to do each one would require unnecessary code replication.

I believe it will start out like this:

        protected void grid_ItemCreated(object sender, GridItemEventArgs e) 
        { 
            if (e.Item is GridHeaderItem) 
            { 
                GridHeaderItem header = (GridHeaderItem)e.Item; 
  
                // Logic to hide the sorting images for all columns firing the event 
            } 
        } 

Any help will be greatly appreciated!
  • ASP.NET version: 3.5
  • OS: Windows XP SP2
  • exact browser version: 6.0.2900.2180
  • exact version of the Telerik product: 2008.1.609.35
  • preferred programming language: C#
Dimo
Telerik team
 answered on 28 Sep 2008
8 answers
222 views
Hi
Following is my code to show the RSS feed inside a rotator which i copied from your example. (http://localhost/telerik/r.a.d.controlsQ3_2006_NET2/Rotator/Examples/Functionality/Default/DefaultCS.aspx)

I am using a dataset as the datasource to display the read rss feed. Everything is working fine. My question is how can I make the Title of the feed that is being displayed by the Ticker as hyperlink, so that when user clicks on it, it displays the full story.

<radR:RadRotator ID="RadRotator1" runat="server" ScrollDirection="right" DataMember="item"
            Width="700" Height="25" FrameTimeout="5000"  >
            <FrameTemplate>
                <table>
                    <tr>
                        <td style="color: Red; font-family: Arial; font-size: 14px;">
                            Latest News :
                        </td>
                        <td>
                            <div style="font-family: Arial; font-size: 14px; color: #798048;">
                                <radR:RadTicker ID="ticker1" runat="server"  TickSpeed ="85" >
                               
                               <%# DataBinder.Eval(Container.DataItem, "title") %>
                                </radR:RadTicker>
                            </div>
                            </div>
                        </td>
                    </tr>
                </table>
            </FrameTemplate>
        </radR:RadRotator>

thanks

Mitesh
Georgi Tunev
Telerik team
 answered on 28 Sep 2008
1 answer
74 views
I have seen the example in "Using RadWindow for editing/inserting RadGrid records".

Is there sample code that describes how to use the RAD Window to add a related record from the RAD Grid.

For example:
 * Parent records displayed in the RAD Grid
 * Select parent record in grid
 * Select the INSERT button on the record to insert a related child record
 * The key field in the child record should be auto populated with the parent record key field plus the next key number for the child record.

Georgi Tunev
Telerik team
 answered on 28 Sep 2008
0 answers
96 views
Dear All,

I want to bind the grid at runtime and columns are has to be specified on the run time only.

I am creating an image columm too in the run time.

For this I have used template colum.

In that template class got the image but the image is not bounded.

While debugging the image path is taken correctly.  but it is not binidng the image,

So can aby one help me in this regard?

Thanks a lot in advance.

Jebamalai
Top achievements
Rank 1
 asked on 28 Sep 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?