[CLOSED] background color for the combobox values when TypeAhead = "true".

Page 2 of 2 FirstFirst 12
  1. #11
    Hi Daniil,

    Even after changing that to "var value = values.field1; it is not working.
  2. #12
    It is difficult to say what is going wrong without having a test case to reproduce.

    You can start from the page where it is reproducible and simplifying the code step by step.
    How to prepare a sample
  3. #13
    Hi Daniil,
    Problem got solved.!!
    The problem was, in the project at page level we are setting Namespace=" " in ext:ResourceManger. That's why in the getCssClass function App.combobox was not firing. Now I have set the Namespace in the control level and it is working as expected.
    Thanks again, the thread can be closed :)

     <ext:ComboBox ID="ComboBox1" runat="server" Flex="1" NoteAlign="Top"
                                        Width="150" Selectable="true" EnableKeyEvents="true"
                                        TypeAhead="true"
                                        QueryMode="Local" SelectOnFocus="true" ForceSelection="true" Namespace="App">
    <ext:ResourceManager ID="ResourceManager2" runat="server"  ShowWarningOnAjaxFailure="false" Namespace="" />
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Replies: 6
    Last Post: May 31, 2013, 3:04 AM
  2. Replies: 1
    Last Post: Oct 05, 2012, 11:56 AM
  3. [CLOSED] Hidden="true" behaves as Visible="false"
    By marco.morreale in forum 2.x Legacy Premium Help
    Replies: 5
    Last Post: May 28, 2012, 3:17 PM
  4. Replies: 5
    Last Post: May 02, 2012, 5:37 PM
  5. [CLOSED] DropDownField with Grow="true" and GrowMax="xxx"
    By deejayns in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Jan 12, 2012, 12:00 PM

Tags for this Thread

Posting Permissions