Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
169 views
hi

i am using Telerik Editor  version (Q1 2007). there is a inbuild font size drop down. it contains font sizes 1 to 7. i want these font sizes to be overridden by size in "px" e.g  8px, 10 px. etc. how do i add this sizes in dropdown.? I tried to set the font sizes through ASP.Net code as well as using Toolsfile.xml but nothing is working out.

give me the solutions ASAP

Rahul

Rumen
Telerik team
 answered on 18 Jun 2009
3 answers
133 views

When setting the GroupByExpression property for a template column I would like to declaratively assign the field alias to a resource so that it is localized.
My current expression is: 

 

 

<telerik:GridTemplateColumn   
    GroupByExpression="FieldName AliasName Group By FieldName asc"   
 

 

 

How can I replace 'AliasName' so that it uses <%$ Resources:Grid, AliasName%> ?

I don't want an initial grouping state so have not set the GroupByExpressions property for the MasterTableView.

Daniel
Telerik team
 answered on 18 Jun 2009
1 answer
68 views


Hi Team,

I have an issur in the rad scheduler.

I want to block the appointment insertion pop up window which appears on the double click of the date cell in the scheduler, but at the same time i want to fire the server side event (samplescheduler_FormCreating) while clicking on the cell. if i keep the property AllowInsert ="false" i am not able to get the server side event while clicking on the cell.

When double click on the date cell of the scheduler i want to get a server side event without any appointment Insertion popup.




Thanks & Regards,
Sushanth Mathew
Peter
Telerik team
 answered on 18 Jun 2009
5 answers
82 views

Hi,

Right now i am using telerik 2009 - 1.402.20 version.

I am trying to used RadwindowManager with MansterPage in asp.net 2.0,It's gives me some javascript error.
but without master page it's work fine.

please help me out if anybody have solution related this issued.


Thanking You,

Minesh
Top achievements
Rank 1
 answered on 18 Jun 2009
1 answer
152 views
Hello,

I know usual command item actions such as add new, edit, delete, refresh are built in with Rad grid. These can be performed on multiple row selection as well with some twists in the aspx and code behind files.

But, I want to acheive a customized command item for multiple row selection such as changing status of the row by selecting multiple rows and click on "Change status" button. I can include this button in the CommandItemTemplate. I can perform basic marching thru selected Items also. How do I convert my selected rows back into DTO - data transfer objections?

Thanks a lot in advance.

 

 

 
   
protected void BuildingItemList_ItemCommand(object source, GridCommandEventArgs e)     
{   
    if (e.CommandName.ToUpper() == "CHANGESTATUS")    
    {   
        foreach (GridDataItem dataItem in BuildingItemList.SelectedItems)   
         {   
            // Todo - something like below to convert selected items into an object.  
            // MyDTO dto = (MyDTO) dataItem.DataItem;   
         }  
    }   
}  
 
 
 

 

Veli
Telerik team
 answered on 18 Jun 2009
1 answer
75 views
Hi there,

I'm trying to check what a value is on a column. If the value for a record is say "Approved" within column "Status" then I want to disable the button I have in my template column.

I have something similar with headertext.
    protected void RadGrid1_ColumnCreated(object sender, Telerik.Web.UI.GridColumnCreatedEventArgs e) 
    { 
        switch (e.Column.HeaderText) 
        { 
            case "DetailId"
                e.Column.Display = false
                break
        } 
    } 

Now how do I check the actual value the record? I imagine it's something with the RadGrid1_ItemCreated event.
Please help thanks :)
Daniel
Telerik team
 answered on 18 Jun 2009
1 answer
74 views
Hi
I'm trying to embed my own Tooltip into RadScheduler.
But to do this, i need the ID of the Appointment on the mouse-over event.
how could i handle/get this?

thanks
Peter
Telerik team
 answered on 18 Jun 2009
2 answers
177 views
Hi,

I have been scratching my head trying to create an item template in the code behind for the tab strip.  I am trying to create a tab with text and close icon (linking to a javascript function) just like the itemtemplate example on the asp demo site.

Is it possable to do this in the codebehind?

Thanks

Paul
Top achievements
Rank 1
 answered on 18 Jun 2009
3 answers
186 views
Hi ,
     I have two Child Grid , the MasterTable Skin is "WebBule" the same is applied for other two child Grid  , I want to separate the Skin for other two Chid Grids.

Thanks for the  Help in advance

Regards
Vinodh
Princy
Top achievements
Rank 2
 answered on 18 Jun 2009
1 answer
115 views
I have a rotator with a ticker in the item template bound to an XLMDataSource on my page set up like:

                <telerik:RadRotator ID="RadRotator1" runat="server"  
                    DataSourceID="XmlDataSource1" Width="100%" FrameDuration="6000"  
                    ScrollDirection="Left" ScrollDuration="800" Height="250px"  
                    PauseOnMouseOver="False" ItemWidth="200px"
                    <ItemTemplate> 
                        <div class="tickdetail"
                            <div class="clogo"><img src="<%# XPath("LogoFile") %>" alt=""/></div> 
                            <div class="tickdesc" style="text-align:center"
                                <telerik:RadTicker ID="Ticker1" runat="server" TickSpeed="50"
                                    <Items> 
                                        <telerik:RadTickerItem Text='<%# XPath("Description") %>' /> 
                                    </Items> 
                                </telerik:RadTicker> 
                            </div> 
                        </div> 
                    </ItemTemplate> 
                    <SlideShowAnimation Duration="1000" Type="Fade" /> 
                </telerik:RadRotator> 

When I go to my page everything appears to work fine and I see the rotator doing its thing and the ticker is ticking.  But when I click an item on the page that causes a postback, the rotator shows the associated image but the ticker no noger runs.  Any ideas?


Fiko
Telerik team
 answered on 18 Jun 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?