Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
59 views
I'm experimenting with converting an existing Infragistics based page to Telerik. Everything is going fine except that I can't find a replacement for WebPanel. This control basically just puts a nicely rendered title bar at the top of the pane. How would you do this with Telerik controls?

I can see that the Dock does this, but it would be very complicated to set up just to then turn off all the docking features. I want something simple that will respond to the RadFormDecorator.

Some of these panes are held within a RadPane within a splitter. Many cover an entire pane.


Sebastian
Telerik team
 answered on 11 Jan 2010
1 answer
103 views
Princy
Top achievements
Rank 2
 answered on 11 Jan 2010
1 answer
121 views
Hi ,

In html view of the rad editor i am pasting 

<iframe border=0 src="http://qcf.iisserv01/output/page272.asp" width=600 height=600>
           Alternative text for browsers that do not understand IFrames.
</iframe>

But if i go back to design and come back the text i am getting is

<iframe width="600" height="600" src="http://qcf.iisserv01/output/page272.asp" border="0" />

The alternate text is gone missing ,i set converttoxhtml=false , that doesn't help me.

Any help is appreciated , thanks
Rumen
Telerik team
 answered on 11 Jan 2010
1 answer
95 views
Hi,
I'm working on a grid to provide simple maintenance of some tables.   Everything looks fine except for the fact that the grid doesn't display the loading panel with the corresponding transparency and image.

I must be missing something, can you please help me?

Regards,
Marco

<td colspan="2"
                <telerik:RadCodeBlock ID="RadCodeBlock1" runat="server"
                    <script type="text/javascript"
                    function RowDblClick(sender, eventArgs) 
                    { 
                      sender.get_masterTableView().editItem(eventArgs.get_itemIndexHierarchical()); 
                    } 
                    </script> 
                </telerik:RadCodeBlock>                 
                 
                <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server"
                    <AjaxSettings> 
                        <telerik:AjaxSetting AjaxControlID="RadGrid1"
                            <UpdatedControls> 
                                <telerik:AjaxUpdatedControl ControlID="RadGrid1" LoadingPanelID="LoadingPanel1" /> 
                                <telerik:AjaxUpdatedControl ControlID="RadWindowManager1" /> 
                            </UpdatedControls> 
                        </telerik:AjaxSetting>                         
                    </AjaxSettings> 
                </telerik:RadAjaxManager> 
                <telerik:RadAjaxLoadingPanel id="LoadingPanel1" Runat="server" EnableSkinTransparency="true">                   
                </telerik:RadAjaxLoadingPanel>  
                 
                <telerik:RadGrid ID="RadGrid1" GridLines="Both" runat="server"  AllowPaging="True" PageSize="15" 
                    AllowAutomaticDeletes="True" 
                    AllowAutomaticInserts="True"   
                    AllowAutomaticUpdates="False" 
                    AutoGenerateColumns="False"  
                    OnUpdateCommand="RadGrid1_UpdateCommand"                     
                    OnPageIndexChanged="Grid_PageIndexChanged" 
                    OnPageSizeChanged="Grid_PageSizeChanged"                                       
                    Skin="Telerik"                     
                    > 
                    <PagerStyle Mode="NextPrevAndNumeric" />                      
                    <MasterTableView Width="100%" CommandItemDisplay="TopAndBottom" DataKeyNames="Code" 
                        HorizontalAlign="NotSet" AutoGenerateColumns="False" EditMode="InPlace"
                        <Columns> 
                            <telerik:GridEditCommandColumn ButtonType="ImageButton" UniqueName="EditCommandColumn"
                                <ItemStyle CssClass="MyImageButton" /> 
                            </telerik:GridEditCommandColumn> 
                             
                            <telerik:GridBoundColumn DataField="Code" HeaderText="Code" ColumnEditorID="GridTextBoxColumnEditor1"/> 
                            <telerik:GridBoundColumn DataField="Description" HeaderText="Description" ColumnEditorID="GridTextBoxColumnEditor2"/> 
                                                         
                            <telerik:GridButtonColumn ConfirmText="Delete this record?" ConfirmDialogType="RadWindow" 
                                ConfirmTitle="Delete" ButtonType="ImageButton" CommandName="Delete" Text="Delete" 
                                UniqueName="DeleteColumn"
                                <ItemStyle HorizontalAlign="Center" CssClass="MyImageButton" /> 
                            </telerik:GridButtonColumn> 
                        </Columns>                        
                    </MasterTableView> 
                    <ClientSettings EnableRowHoverStyle="true">                         
                        <ClientEvents OnRowDblClick="RowDblClick" /> 
                    </ClientSettings> 
                </telerik:RadGrid> 
                <telerik:GridTextBoxColumnEditor ID="GridTextBoxColumnEditor1" runat="server" TextBoxStyle-Width="100px" /> 
                <telerik:GridTextBoxColumnEditor ID="GridTextBoxColumnEditor2" runat="server" TextBoxStyle-Width="300px" />                 
                <telerik:RadWindowManager ID="RadWindowManager1" runat="server"></telerik:RadWindowManager>                 
            </td>  

Thanks in advance,
Marco
Pavlina
Telerik team
 answered on 11 Jan 2010
1 answer
185 views
Hi,

I am trying to change the skin of a telerik grid with a custom skin. Much of the grid is changed according to my skin but I am not able to change the css for filter in the grid. How do i change the filter image according to the my skin and also filter menu. I have a DateTime column in the grid with the filter. How do I change datepicker calender according to my skin?

With the pager, I am using mode="NextPrevAndNumeric". I am able to get Firstpage, prevpage, nextpage,lastpage image urls but how do i change the style of combobox (Pagesize with a combobox)? Is there any possibility that I can remove that Pagesize combobox?

Thank you,
Radhika
Dimo
Telerik team
 answered on 11 Jan 2010
3 answers
294 views
HI all

i am using radtextbox i want textbox like autocomplete when i click the letters it would show all data from first letters in textbox entered value in webservice

Thanks
suresh.S

Dimo
Telerik team
 answered on 11 Jan 2010
1 answer
91 views
I am trying to export a grid with a single level hierarchal data, but the customer only wants to export the second level data that is currently expanded in the web-page, not all of the second level stuff.

Is there a way to export the entire first level of the data in the grid and then only export the hierarchal subsets that are currently expanded in the grid instead of all or nothing?

Thanks,
Jim Harkins
Daniel
Telerik team
 answered on 11 Jan 2010
3 answers
118 views
hi

how can i set the position of my pop up window?
i mean place where it should be appear

thanks in advance

regards
webster
Svetlina Anati
Telerik team
 answered on 11 Jan 2010
14 answers
213 views
We are receiving a javascript error (see subject) when loading a user control that contains a splitter but only when the control is Ajaxed. While debugging, it is finding exception in ScriptResource.axd. The error is at the line: var l=n.panes;
}o.splitbars=k;  
this._resetLastItemClass(g);  
}},_fixItemsIndeces:function(e){var n=this._splitters[e];  
var l=n.panes;  
var d=l?l.length:0;  
var q=n.splitbars; 
This exception is new since we upgrade to Q3 2009. Is this a known issue? And as i said, we do not receive an error if Ajax is disabled. I can provide more code is necessary. Thanks!
XXXX
Top achievements
Rank 1
 answered on 11 Jan 2010
2 answers
122 views
Looks like the form decorator has compatibiliy issues with microsoft's ajaxToolkit ConfirmButtonExtender and ModalPopupextender.  For every instance of the extender a bracket "]" appears. If I select "buttons" for ControlsToSkip the issue goes away but now my buttons don't match the rest of my site.  This is probably because the popup extender has buttons embedded in it.  I see Zone as a ControlsToSkip option.  What is a Zone and can I enclose the extender in such a Zone?

 

Lini
Telerik team
 answered on 11 Jan 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
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
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?