Search Results

Type: Posts; User: james.healey

Search took 0.02 seconds.
  1. *Ah, I see... cheers that worked great!
  2. Hi sorry for the delay in getting back to you, I wasn't working yesterday.*

    I can confirm that your examples provided works correctly, however, I added to this a subset of the code I'm...
  3. I have the same issue.

    I have several grid panels contained within different tabs - within the first tab, the Check All checkbox is hidden (correctly), however within all other tabs, the...
  4. Hi,

    I've just noticed a small bug in IE 7 (i've not tested in IE 6).

    I've got a Grid Panel set up to open a new window as follows:



    <AjaxEvents>
    <RowDblClick...
  5. Hi

    I'm looking to reset all form elements within a given window when certain events trigger. Now I know that in the 0.8 release the ext:FormPanel is slated to be implemented, which would enable me...
  6. I use the following to set a combobox value -



    combobox1.SetValue(value);
  7. Hi there, I'm attempting to clear a MultiSelect within an AjaxEvent



    MultiSelect groupsList = this.work_GroupList as MultiSelect;
    groupsList.SelectedItems.Clear();...
Results 1 to 9 of 9