Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
190 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
329 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
249 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
200 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
136 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
135 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
192 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
152 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
299 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?