Search Results

Type: Posts; User: Washburn

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. Thanks! That works.
  2. Hi,

    I have a CommandColumn and am trying to set it to Align="Right". This is working fine in Ie7. It is not working in Firefox or Chrome. Any ideas on a fix or workaround ??



    <%@ Page...
  3. You can put <input> inside your DataView template, but i have not yet found how to put anything other than straight HTML inside a template.




    <Template ID="Template1" runat="server">
    <tpl...
  4. Thanks for the tip, that works for this example and fixes immediate problem.

    It would still be good to know how to render hidden columns with HeaderRows, as in the case the user selects to hide...
  5. Hi,

    I have a GridPanel with an ID column that will be set to 'Hidden'.
    I am trying to add a HeaderRow/HeaderColumn and align them properly, however the Hidden column is not working with the...
  6. Hi,

    I have Store bound to a simple web service returning a List<string> collection. The XML returned from the web service is as follows :



    <?xml version="1.0" encoding="utf-8"?>...
  7. Wow.. the answer was right under my nose:) Thanks for the quick reply as always!!

    Michael
  8. It seems that several Icons will not show on the Notifications title. In the attached example Icon.Information will display but Icon.Help will not.




    <%@ Page Language="C#" %>
    <%@ Import...
  9. I would like to secure my web service calls by using my SOAP header something like the following from the client :




    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    ...
  10. I have a similar issue and have not found a good solution yet.
  11. I have the same issue on Windows XP, Visual Studio 2008 SP1.
  12. *Great, thanks for testing it. *When will the next release 0.8 be available ?



    Michael
  13. Hi,

    I have a TabPanel layout with 2 tabs. The second tab has a GridPanel inside a FitLayout. It appears that the Grids Toolbar buttons are not accessible via javascript, if i remove the...
  14. I just got it working from your example... seems that the trick to fix the DatePicker css was to put it inside a Container.*Thanks for the help!
  15. I just tried your example code but got the following compile error :

    "Type 'System.Object' does not have a public property named 'Parameter'."
    <Defaults>
    *<ext:Parameter Name="BodyStyle"...
  16. *Thanks Geoffrey,

    Calling .doLayout() seems to fix the layout problem, thanks! *


    I'm still having problems with the DatePicker css breaking when Frame="true". *Setting Frame="false" for the...
  17. *Any ideas on this?? *I need to know if I need to change design to use Iframes and seperate .aspx pages for each of my Tabs.

    Michael
  18. *Hi,

    I would like to be able to place my static [AjaxMethod] methods in a library seperate from my .aspx pages. *Since these are static [AjaxMethods] and no Page Lifecycle is needed, seperation...
  19. Hi,

    I have a TabPanel with 2 Tabs, the second Tab containing a BorderLayout. The ActiveTab=0 and when the page loads and you select the second Tab I am having the following 2 problems in both...
  20. Try setting the wmode="transparent" on the flash object


    http://extjs.com/forum/showthread.php?t=6146&amp;highlight=flash+shim




    <embed wmode="transparent" src="#"...
  21. *Thanks Vladimir!

    Seems to be working now... Is there any ETA on when version 8.0 will be available ?




    Michael
  22. *Thanks!
  23. Hi,

    I would like to move the javascript code in the following example to an external JS file. This is easy enough if you hardcode the .NET generated Control ID in your external javascript file,...
  24. Hi, I have run into another sequence of events that will cause the id to be displayed. I am testing the example code in post 10907. Attached is the sequence.

    Thanks!

    Michael
  25. Hi yaser82,

    Thanks for the follow up. Setting TriggerAction = true seemed to solve the problem, but I have found another sequence of events that will cause the id to be displayed again.

    The...
Results 1 to 25 of 36
Page 1 of 2 1 2