Search Results

Type: Posts; User: jhohan25

Search took 0.01 seconds.
  1. yes,

    ext.net in styles, change the style, I think it is. x-toolbar and you can layout to your liking, remember to change all that work with the toolbar, gridpanel, dataview, etc ...
  2. I had the same problem and solve it with this


    <ext:Window ID="Window_Editevent" AutoHeight="true" runat="server" Resizable="false" Title="Evento Calendario" Icon="Calendar" Closable="false"...
  3. What did the cancel () from code begin?
  4. Hi,

    I need to disable the plugin(roweditor) in the gridpanel,in some cases.

    Is this possible?

    Thanks in advance.
  5. Thanks in advance for your reply.
    what happens to me is that I download a file to which only you have access to full license.

    http://forums.ext.net/showthread.php?2912-SVN-License
  6. I can not see my HeaderRows in Gridpanel

    it is my code.


    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>

    <script runat="server">
    protected void Page_Load(object...
  7. How do I change the background color of a StatusBar by green?
  8. Thanks in advance.

    my problem is that I only saved once, and then I stop working.

    but on returning to reload the page again and it works only once.

    only run the directevent once and stops...
  9. <Plugins>
    <ext:RowEditor ID="RowEditor1" runat="server" SaveText="Guardar" CancelText="Cancelar" Enabled="True" rrorSummary="False">
    ...
  10. Thank you.
    Excellent.
  11. texboxfiel validation,

    AllowBlank = "false"

    not validate that the user does not fill the spaces texboxfiel only with the spacebar.
  12. How Can I export gridpanel data to pdf file.

    many thanks in advance.
  13. many thanks in advance, proves it.
  14. Gentlemen,

    I charge different tabs in different aspx pages,
    that clicking a tab that loads a aspx page within.

    is it possible?
  15. This is the mail from my boss, please send it prices and information required for subscription.

    many thanks.

    will be in touch.
  16. many thanks,
    excellent service and I have no how to thank you.

    really thanks.
  17. protected void Command(object sender, DirectEventArgs e)
    {

    string fileWatchID = e.ExtraParams["id"];
    string comando = e.ExtraParams["command"];

    ...
  18. my problem is that I can not do so, because I have 2 events command and should only ask if the event confirmation is with the delete button on the edit button should not ask anything.
  19. please give me an example of firing a confirmation from the sale of csharp code before executing the erase such.

    many thanks.
  20. Gentlemen,

    nesecito before running the delete, I asked if you want and if you want to delete the record otherwise not.

    this attempt to do so from a command event of a gridpanel.

    this is my...
  21. please help me,

    I need you before deleting a record, ask whether or not to remove it from the code begin.


    protected void Command(object sender, DirectEventArgs e)
    {

    ...
Results 1 to 21 of 21