Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
108 views
I have a combobox.. and it has a custom skin.. (just changed the hover color).. but I have this little white dot...

I have a similar black dot on the vista skin in another site...



how to get rid of it..?

thanks


Kamen Bundev
Telerik team
 answered on 11 Feb 2010
8 answers
293 views
I have used RadCombobox in my page. There is an requirement to show only 5 items in the RadCombobox when user clicks on it for selection and scroll bar will be displayed if more than 5 items are there in the Drop down.

I have MaxHeight=100px for make it work, solution is wroking on all browsers but it is not working for IE8.
Can anyone help me in resolving this issue for IE8.
Veselin Vasilev
Telerik team
 answered on 11 Feb 2010
2 answers
219 views
Hi,

I have a page which contains Telerik RadChart. The Chart Series are dynamically created and displayed as bar graph. I also need to display the values of each bars on Bar Graph. Currently i am able to display the values at the end of each bar, but only concern being the color of value.

Clients are very perticular about the color to be black but i am not able to achieve it. As it is a immidiate requirement, please help me to display the labels on Bars in black color. Please find the graph on the attachment.

Thanks,
Krishna Samaga B.
Krishna Samaga
Top achievements
Rank 1
 answered on 11 Feb 2010
0 answers
80 views

I’m trying to implement some custom paragraphs – adding h6 and blockquote tags.

It all works fine until the editor toolbar is shared - i have a page with multiple editable areas, and dont want to cripple speed of page load by having multiple toolbars. Is there a workaround?

Updated the toolset.xml:

  <paragraphs> 
    <paragraph value="&lt;body>" name="Normal" /> 
    <paragraph value="&lt;h1>" name="Heading 1" /> 
    <paragraph value="&lt;h2>" name="Heading 2" /> 
    <paragraph value="&lt;h3>" name="Heading 3" /> 
    <paragraph value="&lt;h4>" name="Heading 4" /> 
    <paragraph value="&lt;h5>" name="Heading 5" /> 
    <paragraph value="&lt;h6>" name="Heading 6" /> 
    <paragraph value="&lt;pre>" name="Formatted" /> 
    <paragraph value="&lt;address>" name="Address" /> 
    <paragraph value="&lt;blockquote>" name="Blockquote" /> 
  </paragraphs> 

 

 

Debbie Roberts
Top achievements
Rank 1
 asked on 11 Feb 2010
2 answers
144 views
Hello Telerik,
                      I am facing an issue in scrolling.The header sections are moved out of Div area to the right side and the items are only can be viewed correctly in the div section. 
 I set the following properties   to set the Scrolling in Grid       

CS
                RadFirmGrid.ClientSettings.Scrolling.AllowScroll = true;  
                RadFirmGrid.ClientSettings.Scrolling.UseStaticHeaders = true;  
                RadFirmGrid.ClientSettings.Scrolling.SaveScrollPosition = true;  
                RadFirmGrid.ClientSettings.Scrolling.ScrollHeight = Unit.Pixel(500); 

ASPX
<div align="center">  
        <div class="page">  
            <table class="insertdata" cellspacing="0" cellpadding="0" width="100%" border="0">  
                <tr> 
                    <td class="sectionhdr" colspan="2" width="30%" align="left" style="border-bottom: 1px black solid;">  
                        Firm Profile<span style="color: #0000c0"><asp:Label ID="isd" runat="server" /></span>  
                    </td> 
                </tr> 
                <tr> 
                    <td class="spacerrow" colspan="2">  
                    </td> 
                </tr> 
            </table> 
            <asp:ScriptManager ID="ScriptManager1" EnablePartialRendering="false" runat="server">  
            </asp:ScriptManager> 
            <telerik:RadAjaxManager ID="radAjaxManager" runat="server" ClientEvents-OnRequestStart="requestStart" 
                OnAjaxSettingCreating="radAjaxManager_AjaxSettingCreating">  
                <AjaxSettings> 
                    <telerik:AjaxSetting AjaxControlID="RadFirmGrid">  
                        <UpdatedControls> 
                            <telerik:AjaxUpdatedControl ControlID="RadFirmGrid" LoadingPanelID="ajaxLoadingPanel" /> 
                        </UpdatedControls> 
                    </telerik:AjaxSetting> 
                </AjaxSettings> 
                <ClientEvents OnRequestStart="requestStart" /> 
            </telerik:RadAjaxManager> 
            <telerik:RadGrid ID="RadGrid" runat="server" ShowFooter="true" HorizontalAlign="Left" Width="100%" 
                MasterTableView-HierarchyLoadMode="ServerBind" 
                ClientSettings-AllowExpandCollapse="true" 
                Skin="Vista" AllowFilteringByColumn="true" 
                AutoGenerateColumns="False" AllowSorting="True" 
                AllowMultiRowSelection="False" AllowPaging="True" 
                OnNeedDataSource="RadGrid_NeedDataSource" OnUpdateCommand="RadGrid_UpdateCommand" 
                OnItemDataBound="RadGrid_ItemDataBound"   
                OnPreRender="RadGrid_PreRender" oninsertcommand="RadGrid_InsertCommand"   
                onitemcommand="RadGrid_ItemCommand" EnableLinqExpressions="false"   
                onitemcreated="RadGrid_ItemCreated"

But my Grid seemed not in working well with scrolling.


-Thanks
Dimo
Telerik team
 answered on 11 Feb 2010
1 answer
279 views
Hi

In my DB I have a field called pictures with type nvarchar(MAX) where I am keeping the URL to the image.(jpg)

I use the RadBinaryImage. I read from the sample code and it shows I have to use some Databound Control.

Which will be the basic DataBound Control (if have to be used) ?
What will be my DataValue property and how do I bind the query to RadBinaryImage.

Can you suggest? I am new to RadControls.
I was trying to do something below!!!

 

 

 

 

 

private void BindPhoto(int facultyId)   
{  
string Surname = txtSurname.Text.Trim();   
string FirstName = txtFirstName.Text.Trim();   
var query =     (from tel in dc.tdlTeldirs   
                 where (tel.Family.ToLower() == Surname.ToLower() &&    tel.First.ToLower() == FirstName.ToLower())   
                 orderby tel.First   
               select new   
               {  
                 Photo = tel.pictures  
                });  
 
             BindList(ImgPhoto, query);  *********************** I know i cant bind it like this!!!   
}  
 
 
 

But cant find out the best way!!!

Thank you

 

 

 

 

 

Sebastian
Telerik team
 answered on 11 Feb 2010
1 answer
52 views

I am developing a portal application and many of the widgets required need to host other web applications.

I have implemented the dock handling in line with your current Telerik Dock myportal example.

Despite using a hidden update panel, a postback after (ajax) dock addition causes an existing control hosting IFrame or IE ActiveX control host to refresh.  Normal controls seem immune to this behaviour.

The same is true when moving docks.  I really need to be able to avoid the iframe based refreshment on dock movement. 

Are you aware of any techniques to avoid these characteristics and retaing browser state within the hosted controls!  Since I need to save dock states, avoiding dock.autopostback on completion of movement that processes OnSaveDockLayout="RadDockLayout1_SaveDockLayout" and implement some sort of client initiation of the state save?

 

You can see ajaxtester.aspx at https://www.alexsys.co.uk/sampleapps/dynaportal/ajaxtester.aspx .  If you load a browser widget, then a iframe widget.  Navigate away form the default URL in both widgets, the move them or add one of the telerik controls.  The iframe or browser hosting widgets, fresh to the default URL.

Pero
Telerik team
 answered on 11 Feb 2010
0 answers
119 views
Hi All,

I have a requirement to develop the module that works like as there in the below link:

http://www.extjs.com/deploy/dev/examples/tree/column-tree.html

could we achieve this using the radgrid,I tried so many ways and as well googled many links...

If any of you have an idea regarding this ,please give me idea or suppot link for this.

thanks in advance...

chaitanya elluri
Top achievements
Rank 1
 asked on 11 Feb 2010
1 answer
203 views
I cannot get the radmenu to center, using Black Skin:

<

 

div id="leftMenu" align="center" runat="server">

 

 

<telerik:RadMenu ID="rdLeftMenu" Flow="Vertical" Runat="server" Skin="Black" Width="80%">

 

 

<Items>

 

 

<telerik:RadMenuItem runat="server" Text="Home" NavigateUrl="~/default.aspx" />

 

 

<telerik:RadMenuItem runat="server" Text="Demo" NavigateUrl="~/demo.aspx" />

 

 

<telerik:RadMenuItem runat="server" Text="More Info" NavigateUrl="~/contact.aspx" Visible="false" />

 

 

<telerik:RadMenuItem runat="server" Text="Support" NavigateUrl="~/support.aspx" />

 

 

<telerik:RadMenuItem runat="server" Text="More Info / Contact Us" NavigateUrl="~/contact.aspx" />

 

 

<telerik:RadMenuItem runat="server" Text="Login" NavigateUrl="~/login/login.aspx" />

 

 

</Items>

 

 

</telerik:RadMenu>

 

 

</div>

CSS:

 

#leftMenu

 

 

 

{

 

float: none;

 

 

margin-left: auto;

 

 

margin-right: auto;

 

 

text-align: center;

 

}

 

.RadMenu

 

Black .rmLeftImage

 

{

 

float: none !important;

 

}

 

 

 

.RadMenu

 

Black .rmVertical .rmLeftImage + .rmText

 

{

 

padding:0 !important;

 

}

Princy
Top achievements
Rank 2
 answered on 11 Feb 2010
5 answers
108 views
Hello,
can anyone share his experiences in using radcontrols for asp.net/ajax in a mono environment? I have a project enquiry where my client wants to use a small asp.net application which would be mainly centered around a rad scheduler. This application would possibly be used by ca. 1000 users at the same time. Does anyone have any best practices for using mono w/radcontols? Are there any known problems or issues (e.g. scaleability, performance, memory leaks)?

Thanks,
Chris

Sebastian
Telerik team
 answered on 11 Feb 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?