[CLOSED] Rating column and row editor

  1. #1

    [CLOSED] Rating column and row editor

    Hi All,

    Is there any way how to make RatingColumns component work together with row editor. When I am trying to double click on a row to edit, row editor shows rating component perfectly, but I am not able to change anything. I understand that I need to assign editor for rating column but as far I see ext.net doesn't have rating component which could be used outside of grid. What can be done in this case?

    Click image for larger version. 

Name:	2013-08-17_183537.png 
Views:	19 
Size:	10.2 KB 
ID:	6773

    Thanks,
    Alexander
    Last edited by Daniil; Aug 22, 2013 at 8:59 AM. Reason: [CLOSED]
  2. #2
    Hello!

    Unfortunately, we don't have such extension. But you can try to utilize this editor: http://www.sencha.com/forum/showthread.php?208671
  3. #3
    Quote Originally Posted by Baidaly View Post
    Hello!

    Unfortunately, we don't have such extension. But you can try to utilize this editor: http://www.sencha.com/forum/showthread.php?208671
    Hello,

    Thank you for your hint. I already found this component but now is the question how to add to existing layout. I mean, that normally I am need to use <Edit></Editor> tags, but with case of custom ExtJS component how I can add it? Can you give me a small example?

    Thanks,
    Alexander
  4. #4
    Hi Alexander,

    You should attach the UX's resources to the page.
    <script src="resources/js/Ext.ux.widget.Rating.js"></script>
    <link href="resources/css/Ext.ux.widget.Rating.css" rel="stylesheet" />
    and define it as an Editor this way:
    <ext:Column runat="server" Text="Rating" DataIndex="rating">
        <CustomConfig>
            <ext:ConfigItem Name="editor" Value="ratingField" Mode="Value" />
        </CustomConfig>
    </ext:Column>
  5. #5
    Thanks Daniil, your solution is working like a charm, as always!

Similar Threads

  1. Replies: 3
    Last Post: May 17, 2012, 2:02 PM
  2. [CLOSED] how to add tooltips for the stars in the rating column?
    By CarpFisher in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: May 09, 2012, 8:43 AM
  3. [CLOSED] Rating Column Image
    By sharif in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jul 05, 2010, 9:41 PM
  4. [CLOSED] Rating Column
    By sharif in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Jul 03, 2010, 9:27 PM
  5. Star Rating/Voting
    By king1231986 in forum 1.x Help
    Replies: 3
    Last Post: Apr 11, 2010, 6:34 AM

Tags for this Thread

Posting Permissions