Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
179 views
Hi Team,

Currently i am using the telerik DLL(telerik.web.UI,telerik.web.ui.skins) version of 2013.1.403.35 in my solution.
I want to implement the batch editing functionality for my current solution.In the current DLL version the EDITMODE=BATCH property is not there.
So we are decided to upgrade our dll to latest version(2014.2.724.35).

We have one aspx page which contains telerik controls.This aspx page we are using as homepage for our application.
Once  upgrading  old DLL to new DLL  and building the solution has completed  this aspx page is loaded as a blank screen.

1)Can any one please let me know the differences between these two versions.
2)What is the reason for this aspx page to display as blank page.

Regards,
Sudhakar.
Marin Bratanov
Telerik team
 answered on 19 Sep 2014
2 answers
184 views
I would like to skip the insert form template and automatically create the appointment.  Ideally I would like the double-click of a timeslot to skip the FormCreating and FormCreated events and fire the AppointmentCommand where I could manually set necessary appointment properties to the desired values.  Any ideas how to do this?
Andy
Top achievements
Rank 1
Iron
 answered on 19 Sep 2014
2 answers
319 views
Good day!!

I was wondering... is it possible to enable the "Check all" option in a radcombobox, but only check those items that are currently visible??

For example, when you used the "Contains" filter and it shows 10 out of 100 items, I would like to know if it is possible that the Check all option only checks those 10 items and not all 100 items.

Thank you!
Chaim
Top achievements
Rank 1
 answered on 19 Sep 2014
2 answers
239 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
196 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
130 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
100 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
130 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
188 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
149 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?