Search Results

Type: Posts; User: abelvn

Search took 0.01 seconds.
  1. Well, the example above worked fine.
    Mark as closed please. :)
  2. This is the method I use to load data into the store:


    public void consultaChecklist(object sender, DirectEventArgs e) {
    myStore.DataSource = databaseMethods.getMyData(param1, param2);
    ...
  3. Hello.
    I've been trying to achieve this since yesterday.
    I need to check some rows in a grid with a CheckboxSelectionModel depending on the value of a column retrieved from database.

    I tried...
  4. YES.
    I knew this had the simplest solution.

    Thanks, Geoffrey.
  5. Thanks for your response. It helped.

    I managed to get the date the way I need it, but I don't like the solution.
    I had to build the date from each part of the date:



    dateString =...
  6. Alright, I managed to get the short version of the date, but I still can't make this field to consider the .Format I specified.
    I need "yyyy-MM-dd" but the field returns "dd/MM/yyyy".

    EDIT:...
  7. Hello.
    I'm trying to get the real value or text from a datefield but I always get it wrong.
    The format property seems to visually work, but when I try to get the .Text or .Value property, it always...
  8. Hello, Daniil.
    Sorry for the late response.
    This worked great. Had some issues getting the value on target page, but looked here and this helped.



    Thanks!

    This is the final result, for...
  9. I managed to finally include a Crystal Report in a page using the code posted by Daniil in reply #5 in this thread.
    However, I could only do this in the Page_Load event of the page. I couldn't get...
  10. Hey could you post the url to your solution on how to include a CR in VS2010.
    Thanks in advance.
  11. Y sí lo puedes actualizar con controles y DirectEvents de Ext?
    Ya intenté poner un crystal report, pero no se ven en la página. Sólo se pueden importar por código (y se importa correctamente)....
  12. I have this same problem.
    I guess we are all alone, my Chilean bro. :(
  13. This works cool!
    Thank you very much.
  14. Hello, Daniil. Thanks for answering.
    Your solution works fine. However, the little refresh button disappears right before the user's eyes. Is there a way to avoid this behavior and just hide the...
  15. Hello.
    I have one of these awesome controls:
    https://examples1.ext.net/#/Form/ComboBox/Two_Columns/
    I need to get rid of the little refresh button it has on the paging toolbar at the bottom.
    I...
  16. Well, I couldn't figure this out. So I made another functionality that doesn't require two columns. And it actually works better with my design.
    Thanks for the very fast answer anyway.
  17. Hello. I've been trying to put two different command columns in a gridpanel. The two buttons should call a different method, but they will call BOTH methods. Here's the code:


    <ext:CommandColumn...
  18. YES! First link is what I was looking for.

    Thank you.
  19. Thanks, Daniil. That worked perfectly of course.
    Where can I get a manual or list of this functions and the syntax for this fields? How am I supposed to know that I have to write...
  20. Question! I know this is an OLD thread but this is very close to my problem.
    What if you want to get the value from a label?
    We already know you can get the value from a TextField using:

    ...
  21. I have this same problem. Did anyone find a solution?

    EDIT:
    OH GOD this problem has not been resolved in more than 3 years. I'm worried now.
  22. Hi, I'm using visual studio 2010 and can do all the steps to number 11, but when doing number 12, I don't know where is that option called Imported Namespaces. I can't scroll down anything right...
Results 1 to 22 of 22