Search Results

Type: Posts; User: joeRobee

Search took 0.02 seconds.
  1. Sorry, found the issue. I still had a function I was calling onBlur of the ComboBox to set the value in there. It is working now when I removed it. Thanks!
  2. The only part I changed from the code I included above was on the ComboBox. Below is the code for it:


    <ext:ComboBox
    ID="ddlTest"
    runat="server"
    ...
  3. That was my thought too, but the forceSelection property isn't working. It is still clearing the value.
  4. Thank you for the quick response. The ComboBox is keeping the value now after the query event is fired, but the value is lost after the field loses focus. Any ideas?
  5. I have a ComboBox that I have removed the default trigger on that I would like to use as a search field with the typeAhead functionality. If the typeAhead query does not return any results, I want...
  6. That worked great, thank you! I had to replace other config values from this.configProperty to cfg.configProperty. After that it worked the same as it did before.
  7. I have built a custom control that inherits from Ext.form.CompositeField that contains 2 components (1 ComboBox to select the month and 1 ComboBox to select the year). I have added the controls by...
  8. I have a ComboBox inside of a FormPanel. I am initializing the text of the ComboBox to OrganizationCode and the HiddenValue property to OrganizationID. On click of a Save button, I am calling:

    ...
  9. I have defined a class that inherits from the Ext.Net.Panel class. This panel can be used on multiple pages so the class is defined outside of the codebehind. One of the items in this class is a...
  10. We have an ASP ImageButton that is inside of an UpdatePanel that triggers the display of an Ext Window. On save of the items inside the window, the UpdatePanel is updated and the window is hidden. ...
Results 1 to 10 of 10