Search Results

Type: Posts; User: Argons

Page 1 of 2 1 2
Search took 0.02 seconds.
  1. Today is september first, when is going to be available version 1.0 ????
  2. Thread: Deploy error

    by Argons
    I'm developing an application with your suite, everything's fine in development enviroment but when I change the application to production enviroment the controls are not appearing, and an error is...
  3. I have the following markup:



    <ext:Store ID="storePagos" runat="server">
    <Reader>
    <ext:JsonReader ReaderID="IdCursoConcepto">
    <Fields>
    ...
  4. Any light on this, sometimes it drives me crazy, I have to restart visual studio over and over.
  5. I found the error, It was for the CSS I was using. My div, named content, in the master page had the following css:


    h4, #content a, #content a:hover, #footer a, #footer a:hover
    {
    background:...
  6. Any light on this one??
  7. I don't know why but the tabs are showing incorrectly (image attached), I'm not using anything strange only a tabpanel inside a ContentPlaceHolder



    <asp:Content ID="Content1"...
  8. Bad news, it happens to me on a WebApplication, but I noticed something, when I open vs and try to change a webform to design view it crashes, but when I open vs and run the application, after stop...
  9. Nevermind, I wasn't clearing a gridpanel and the id's where repeating. :P
  10. I get an application where I have a combo where I select a record and the detail loads on a grid (image1) and I can edit the detail. The problem is the following, when I edit the record, the changes...
  11. Thanks a lot for the help vladimir! Now its working! but I have the last question, once the user clicks on Edit, I get the record, display the values on the screen, and I have to reload the new...
  12. Hi vladimir,

    Thanks for the reply and one more question, I'm going for option 3 but, how can I get the record in codebehind after submitting?
  13. How can I get a specific record from a store in codebehind? This is my scenario, I have a gridpanel and attached to it a store and I add records to the store manually, the user can edit any of those...
  14. Hi vladimir,

    Thanks for the reply, it works correctly now.
  15. Hi vladsh,

    I removed the line but 2 things hapenned, the first row was inserted correctly but with red marks on the corner of the cell, and when I trie to insert a second record throws an error.
  16. How can I add records manually to a store? I have the following markup



    <ext:Store ID="storeHorarios" runat="server">
    <Reader>
    <ext:JsonReader ReaderID="IdHorario">
    ...
  17. I disabled the Panel but still I can edit the controls.
  18. Yes, I'm ussing vs 2008, and I'm not sure about the controls, but in my page i was using Buttons, CheckBoxes, TextFields and GridPanels
  19. How can I disable a set of controls? lets say a complete formlayout? because I'm using the property Disabled from the formlayout but I still can edit the controls and the validations are gone.
  20. That happens to me too, I don't know why but it has something to do with websites, when I changed the website to an ASP.NET WEBSITE APPLICATION the error just gone, but I think this is a major bug.
  21. How can I loop through records added to a store with a foreach?
    I have a master record, and I add manually detail records to a store and I have a button to save all information.
  22. Yes, still not working.
  23. That kind of use of the viewstate works for me, when I have no records loaded in "btnLoadData_Click" and I add them manually it works correctly with the method CargarTablaPagos, but the error occurs...
  24. Thanks, please mark this as Solved
  25. I have a problem with gridpanel when i'm loading the store from a datatable, I can't delete records or acces them in codebehind, the datatable it's empty, but in the method btnLoadData_Click the data...
Results 1 to 25 of 33
Page 1 of 2 1 2