Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
153 views
Hi, I am using the Web20 skin in our application and I notice the Select button has a different render when the mouse is over the button than other buttons using the same skin so the behavior doesn't look professional.

I looked to hide the button and have my user interface but is seem when I look other thread in this forum I cannot start the mechanism to select a file from jaavscript.

Can you fix that please?

Note: I also notice the input box is always empty (in the online demos, in the demos installed locally and in my web application). So I decide to remove it.
Hristo Valyavicharski
Telerik team
 answered on 28 May 2013
1 answer
86 views
Where does the downloader put the files? i need to transfer them.

Thanks!
Hristo Valyavicharski
Telerik team
 answered on 28 May 2013
6 answers
241 views
Hi Telerik,

I have a gridview with 2 cascading radComboBox inside.
I'm having some problems to DataBind and Populate these radComboBox in Forms Edit Mode In Place.
I turn autopostback to true and call the SelectedIndexChanged method on the first radComboBox. After finishing the event my radcombobox is unchanged.
I use LinqDataSource to populate my grid and my radcombobox.

How can i achieve this?

Many Thanks

Julien
Antonio Stoilkov
Telerik team
 answered on 28 May 2013
7 answers
426 views
Hi,

Is it possible to increment the value of the 'radnumerictextbox' when pressing the up arrow in the control?

By default it increments by 1, is there a way to change this?

Thank you,
Lahiru
Shinu
Top achievements
Rank 2
 answered on 28 May 2013
1 answer
534 views
I have a programmatically created calculated column that doesn't appear when exporting to Excel (ExcelML). I've found examples on how to add totals for rows but not for columns. Is it possible to add a calculated column or Excel formula (like =sum()) to a column?

BTW, I'm using Q1 2013.

Thanks.
Daniel
Telerik team
 answered on 28 May 2013
2 answers
101 views
I am looking into the viability of the treelist control and have a question.

I have a sample treelist on the screen where the data source is a simple list of data objects.

I have a button the screen that just adds an extra item of data to the server side data list, but I need to know how to get the tree to refresh automatically.  If I expand any item in the tree, my new item appears, so I know the new data is being added.
Mark
Top achievements
Rank 1
 answered on 28 May 2013
1 answer
208 views
Hi,

I am experiencing the exact problem described in the following thread (http://www.telerik.com/community/forums/aspnet-ajax/combobox/target-for-the-callback-could-not-be-found.aspx)... I am loading a User Control dynamically from the masterpage's code behind and the included Combobox with EnableAutomaticLoadOnDemand = true fails on loading with the message: The target 'XXXXXXXXXXXXXXXXXXX' for the callback could not be found or did not implement ICallbackEventHandler.

Did you find a solution finally?

My UC code:
<telerik:RadAjaxManagerProxy ID="AjaxManagerProxy1" runat="server">
    <AjaxSettings>
        <telerik:AjaxSetting AjaxControlID="ProductList">
            <UpdatedControls>
                <telerik:AjaxUpdatedControl ControlID="ProductList" />
            </UpdatedControls>
        </telerik:AjaxSetting>
    </AjaxSettings>
</telerik:RadAjaxManagerProxy>
<telerik:RadComboBox ID="ProductList" runat="server" DataTextField="Name" EnableAutomaticLoadOnDemand="true" MarkFirstMatch="true" EnableItemCaching="true" Filter="Contains" DataValueField="Id" ShowMoreResultsBox="true" EnableVirtualScrolling="true" ItemsPerRequest="20" Width="350px"></telerik:RadComboBox>

My UC code behind:
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
            Dim sqlDS As New SqlDataSource
            sqlDS.ConnectionString = connString 'Defined previously
            sqlDS.SelectCommand = sqlQuery 'Defined previously
            ProductList.DataSource = sqlDS
            ProductList.DataBind()
End Sub

MasterPage code behind loads the UC with LoadControl. Masterpage also includes RadAjaxManager.

Thanks.
Plamen
Telerik team
 answered on 28 May 2013
3 answers
295 views
Hello,

I am working to better understand how filtering is applied to the RadGrid and if I can determine if an item in the grid will be visible or not (due to a filter being applied) in the ItemDataBound event.   Could someone point me to documentation that explains how filters are applied and the various events I could use to either determine what is being filtered or affect what will be filtered?

My specific use for this is to generate a unique list of items in a specific column in the grid after the filter is applied.  I have determined that the ItemDataBound event fires when a filter will be applied, but have been unable to detemine how the filter is applied or if there is an event exposed to me that would allow me to see this.

Thanks,

Sean Severson
Eyup
Telerik team
 answered on 28 May 2013
1 answer
146 views
Hi,

I have a RadGrid that use:

tmpGrid.ClientSettings.Scrolling.AllowScroll = True
tmpGrid.ClientSettings.Scrolling.UseStaticHeaders = True

and I have this css rule:

.rgDataDiv {
    -webkit-overflow-scrolling: touch;
}

but for some reason, the rgDataDiv doesn't use the iOS native scrolling. I tried this rule on any other div I have in my app and it works perfectly, but not on the rgDataDiv.

Is that a known issue? Or is there a work around?

Thanks.
Marin
Telerik team
 answered on 28 May 2013
1 answer
170 views
Hi, 
I am having this weird problem with my aspx page design page.
I inserted a panel in a cotentPlaceHolder, within there is a table.
on the design page I get the error "error creating control . unknown server tag 'telerik:RadTextBox'.
when i run this page to the browser it look fine.

help!
Princy
Top achievements
Rank 2
 answered on 28 May 2013
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?