Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
195 views
I am getting a "bind variable does not exist" error from Oracle under the example with 1 parameter.   I even tried to assign parameter value in
srcEmployee_Updating method.     AllowAutomaticUpdates="true"

            OracleCommand cmd = (OracleCommand)e.Command;
            cmd.Parameters["location_code"].Value = "abc";

Is there a debugging mode to see what RadGrid is creating to talk to datasource for automatic updates?

    <asp:SqlDataSource ID="srcEmployee" runat="server"  ProviderName="Oracle.ManagedDataAccess.Client" DataSourceMode="DataSet"
        UpdateCommand="UPDATE mytable SET location = :location_code'">
        <UpdateParameters>
            <asp:Parameter Name="location_code" DbType="String"  Direction="Input" DefaultValue="empty" ConvertEmptyStringToNull="true" />
        </UpdateParameters>
    </asp:SqlDataSource>

                  <telerik:GridTemplateColumn HeaderText="Location Code" HeaderStyle-Width="100px" UniqueName="location_code" DataField="location_code" DataType="System.String">
                        <ItemTemplate>
                            <%# Eval("location_code") %>
                        </ItemTemplate>
                        <EditItemTemplate>
                            <telerik:RadDropDownList runat="server" ID="LocationDropDown" DataValueField="location_code" DataTextField="location_code" Width="100px"
                                 DataSourceID="srcLOV">
                            </telerik:RadDropDownList>
                        </EditItemTemplate>
                    </telerik:GridTemplateColumn>
Angel Petrov
Telerik team
 answered on 19 Sep 2014
1 answer
172 views
I am using RadTileList in our project. Its working fine but when i scroll tilelist using mouse wheel it is not working. After google i found that RadTileList scroll only working as horizontally but as per requirement i want to scroll it vertically . So Is there any solution to scroll tilelist as vertically. Please help me its urgent...
Marin Bratanov
Telerik team
 answered on 19 Sep 2014
2 answers
114 views
I have a site that supports both http and https binding. When I attempt to navigate to a page that requires SSL I get an error because the connection was attempted using http. How can I specify the protocol to use on a local pages? It works if I put the complete URL https://etc.... but I was hoping I could continue to use relative links and just change the protocol?

Thanks in advance
Richard
Top achievements
Rank 1
 answered on 19 Sep 2014
1 answer
80 views
Does your rich text editor support mobile browsers? If yes, can you tell which ones it does support and which ones it doesn't?
Marin Bratanov
Telerik team
 answered on 19 Sep 2014
0 answers
102 views
Hi, 

i am having a radtextbox  (txtCode) where i have a client event for onfocus. I need that to trigger when the user moves focus to the textbox. Now it will also trigger when i used the code txtCode.Focus().

How to skip that, if its called from server side Focus() method.
Velkumar
Top achievements
Rank 1
 asked on 19 Sep 2014
1 answer
150 views
Is it possible to change the style sheet for in built skin of telerik "Metro" ? I want to change the color and my close button to make it look like the following 




I am currently getting a circle around my close button and am unable to change color from blue to the color I need. 

Thanks,
Sushma.














Marin Bratanov
Telerik team
 answered on 19 Sep 2014
0 answers
116 views
Hi,

I wanted to show changes between two contents from database initially on RadEditor. For this purpose, I have used DiffEngine class and .GetDiffs method to implement difference between two contents. It's working in following way,

For e.g. If

string content1 = "<h1> This is Header </h1>";
string content2 = "<h1> This is Headerssss </h1>";
DiffEngine diff = new DiffEngine();
string result = diff.GetDiffs(content2, content1);

// output of result using GetDiffs method is = "<h1> This is <span class="diff_deleted">Header </span><span class="diff_new">Headerssss </span></h1>";
// Expected output is = "<h1> This is Header<span class="diff_new">ssss </span></h1>";

As you can see that in content2, only ssss has been added to content1.
Can we achieve such functionality in RadEditor or using DiffEngine class?














Mangesh
Top achievements
Rank 1
 asked on 19 Sep 2014
2 answers
200 views
I have a Rad Listbox which is having some of its styles (mainly the background color) messed up when placed inside a certain container of my page. I assume it is because the Listbox css is inheriting from some custom css classes in the container. This is odd since I doubt very much if any of my style classes are named anything like rlb, or whatever prefix you use for your style class definitions. In any case, I would think your styles would also have !important syntax to prevent them from being overridden. In any case, is there any way I can prevent this? Its hard to tell which of my custom css classes are being attributed to the rad listbox.
Albert Shenker
Top achievements
Rank 1
Veteran
Iron
 answered on 19 Sep 2014
9 answers
504 views
Hi

I'm trying to do a postBack when the RadCombobox has closed, I want to do a postBack on client event OnClientDropDownClosing. I need to do a server event or a function in server side when the client side function has fired.

Best Regards.
Peter Filipov
Telerik team
 answered on 19 Sep 2014
1 answer
122 views
I am having an issue that is already well documented in this forum at http://www.telerik.com/forums/radtabstrip-q3-navigateurl-not-working-in-mobile-safari. The control is part of a simple menu used on the top of most pages on our site. The fix is to upgrade to version 2012.3.1. However that is not an option for me. I am using RadControls version 2012.3.1016.40. The boss resists upgrading to the newer version because of the required regression testing. We don't have the resources for the extensive testing required.

The forum post above, mentions a work around, by setting the OnClientTabSelected property to "var variable=null;" for mobile browsers only. While this does work, it introduces a client side runtime error, which breaks other JavaScript on the page. The OnClientTabSelected property points to a JavaScript function name, and not actually JavaScript statements.

I am hoping there is an easy fix without resorting to the 2012.3.1016.40 service pack.

Any ideas?

Steve
Dimitar
Telerik team
 answered on 19 Sep 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?