Telerik Forums
UI for ASP.NET AJAX Forum
6 answers
156 views
Dear Telerik

What a great new update! Thanks. Just a short question about the rating ctrl:

What I would like to have is that an user selects a whole item (e.g. 3 stars, 4 stars ,...),
but the initial value is a precise interpretation of the average of the ratings.

e.g.
2 polls, rating precision set to "whole item":
person a: 4 stars
person b: 5 stars
--> the average of 4.5 will be displayed as 5 stars (always rounds)
--> I'd favor it would show exact as 4.5 stars

Can I somehow code that the rater selects whole items, the result is displayed exact?

Regards,
phil
Marin Bratanov
Telerik team
 answered on 04 Oct 2016
3 answers
153 views

Hi,

Please can you advise me on how to add an image to a task bar?

The idea is that each task may have some notes associated with it. These notes will provide instructions to the user on how to perform the task.

If the task does have notes associated with it, I would like to show an icon in the task bar The user will click the icon and a dialog containing notes will appear.

There is a sample that does have images in the RadGannt, however, the source is not complete. The RadGant mark-up makes reference to two GanntCustomFields called "Color" and "Manager".

Hopefully this is a simple requirement.

I have attached a mock-up that illustrates my requirement.

Kind regards

Rob

Ivan Danchev
Telerik team
 answered on 04 Oct 2016
1 answer
239 views

I am trying to highlight text in radgrid batch edit cell using javascript, but i have set focus for the cell and i am unable to highlight the text .

Please give me some suggestion.

Eyup
Telerik team
 answered on 04 Oct 2016
1 answer
141 views

Hi Telerik..

I have a RadWindow dynamically loaded from code behind and on OnClientShow method I am adding a custom button, which opens another .aspx page in new modal window...

This works fine in Chrome and Firefox but It is not working in Internet Explorer..  I can't even click on the button in I.E. Double clicking this button maximize the window  (only in I.E.)

This is really really urgent .. please advise....

Regards,

Nick..

Nick
Top achievements
Rank 1
 answered on 03 Oct 2016
3 answers
148 views
I using Editor upload Image, Document but it not working, how to check error detail and fix it. Thanks
Rumen
Telerik team
 answered on 03 Oct 2016
6 answers
658 views

Hi All,

Here's my issue, I have a parent form that has a bounded radcombobox, a grid that get bind from the radcombobox and a button that open a radwindow.

The radwindow contains only one textbox with a save button.

The scenario should be as follow once you open the radwindow, enter a new value in the textbox and save. the popup should be close then do a postback and rebind the radcombobox that is in the parent form so that the new values are available.

Can somebody help me.

Thanks in advance.

 

Pabitra
Top achievements
Rank 1
 answered on 03 Oct 2016
1 answer
146 views

I am trying to use ListBox in a M:M database relationship.

Here are my tables

Users Table (UserID,UserName)
Event Table (EventID, EventDescription)
Attendees (AttendeeID, EventID, UserID)

How I can do something to select users from the User Table that are going to attend an Event, and storage that in Attendees Table!

Since the Users table have a different ID than the Attendees table... It not filling the proper information in the Attendees Table.

 

here is my code:

<telerik:RadListBox runat="server" ID="RadListBox1" DataSourceID="SourceDataSource"
       DataKeyField="UserID" DataTextField="UserName" Width="240px"
       Height="200px" AllowTransfer="True" TransferToID="RadListBox2" AutoPostBackOnTransfer="True"
       AllowTransferOnDoubleClick="True" DataValueField="UserID" TransferMode="Copy" ButtonSettings-ShowTransferAll="False">
<ButtonSettings TransferButtons="All" ShowTransferAll="False"></ButtonSettings>
      </telerik:RadListBox>

<asp:SqlDataSource ID="SourceDataSource" runat="server" ConnectionString="<%$ ConnectionStrings:CalendarsConnectionString %>"
    SelectCommand="SELECT UserID, FirstName + ' ' + LastName AS UserName FROM Users ORDER BY UserName"></asp:SqlDataSource>

 

<telerik:RadListBox runat="server" ID="RadListBox2" DataSourceID="DestinationDataSource"
       DataKeyField="AttendeeID" DataTextField="UserName" DataValueField="UserID"
       Width="240px" Height="200px"
       AllowDelete="True" AutoPostBackOnDelete="true" AllowAutomaticUpdates="True" >
      </telerik:RadListBox>

 

<asp:SqlDataSource ID="DestinationDataSource" runat="server" ConnectionString="<%$ ConnectionStrings:CalendarsConnectionString %>"
    SelectCommand="SELECT Attendees.AttendeeID, Attendees.CalendarID, Attendees.UserID, Users.FirstName + ' ' + Users.LastName AS UserName FROM Attendees INNER JOIN Users ON Attendees.UserID = Users.UserID WHERE (Attendees.CalendarID = @CalendarID)  ORDER BY UserName"
    DeleteCommand="DELETE FROM Attendees WHERE (AttendeeID = @AttendeeID)"
    InsertCommand="INSERT INTO Attendees( CalendarID, UserID) VALUES ( @CalendarID, @UserID)" UpdateCommand="UPDATE Attendees SET UserID = @UserID WHERE (AttendeeID = @AttendeeID)">
    <DeleteParameters>
     <asp:Parameter Name="AttendeeID" />
    </DeleteParameters>
    <InsertParameters>
     <asp:Parameter DefaultValue="4" Name="CalendarID" Type="Int32" />
     <asp:Parameter Name="UserID" Type="Int32" />
    </InsertParameters>
    <SelectParameters>
     <asp:Parameter DefaultValue="4" Name="CalendarID" />
    </SelectParameters>
    <UpdateParameters>
     <asp:Parameter Name="UserID" />
     <asp:Parameter Name="AttendeeID" />
    </UpdateParameters>
   </asp:SqlDataSource>

 

any suggestions?

 

Regards

 

Jose-Miguel

Peter Milchev
Telerik team
 answered on 03 Oct 2016
6 answers
127 views

Hi, 

I have Designed my page with RadMenu, and there are some RadSubmenu added. RadSubMenu is not displaying in MAC Safari browser.

THis is the css which is reffered,

.RadMenu .rmSlide, .RadMenu_Context

In normal safari browser it is displayed. But this Css is not applying for the safari browser in only MAC. Is there any solution for this issue?

Dimitar
Telerik team
 answered on 03 Oct 2016
1 answer
66 views

    Is there a way for me to change the ContentAreaMode client side?  I see there is a get_contentArea() method, but nowhere in the documentation do I see what you can do with the object returned.  The example just shows how to change styles.  What else can I do with it?  Can I use it to change the ContentAreaMode?

 

Thanks for the help,

Jim

Marin Bratanov
Telerik team
 answered on 03 Oct 2016
1 answer
203 views

Hi,

In radAsyncUpload can we remove drop zone and enable only Localization-select.If yes,can you please tell me how.

Thanks in advance 

Vinod

Anton
Telerik team
 answered on 03 Oct 2016
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?