Search Results

Type: Posts; User: SamFoot

Search took 0.01 seconds.
  1. This is an example of the issue(see below code):

    Click button to open first modal window. The first modal window has a gridpanel.

    If a row is clicked then the second window is displayed under...
  2. Adding the Cls to the editor seemed to do the trick :)

    Thanks very much

    Sam
  3. Hi there,

    I am trying to set the defaultFont of a HTMLEditor control like this:



    <ext:HtmlEditor runat="server" id="TestBox" FieldLabel="Body" Width="600" Height="295">
    <CustomConfig>
    ...
  4. When I have been trying to access controls from the page that the user control is loaded onto the controls are usually named like this:

    Name of user control: 'ucTest'
    Name of control: 'dvData'
    ...
  5. Hi there,

    Has this been fixed yet? Has it been commited to the SVN?

    Cheers

    Sam Foot
  6. Thanks for the update, at the moment I changed my workflow to negate the issue but it would definitely be a feature that would be handy to see in v1.0.

    Cheers for the update

    Sam
  7. Hi There,

    I have a slight issue, I am trying to load a User Control from serverside from and AJAXMethod but it is failing. This is the code that I am using to add the new User Control:



    ...
  8. I am also having the same issue with using AJAXMethods with Mono.

    If anyone else is using Coolite with Mono successfully it would be great to hear from you on how to overcome this.

    Cheers

    Sam
  9. Was it the same issue for you?
  10. Never mind!

    My fault entirely, I was populating the data store on page load which was rebinding the data to the grid and re-firing the selection.

    Got to keep remembering to wrap my Page_Load...
  11. Hi There,

    I have a GridPanel that is contained within a Panel:



    <ext:GridPanel TrackMouseOver="true" ID="GridPanel1" StoreID="strCampaignStore" runat="server"...
Results 1 to 11 of 11