[CLOSED] Button Trigger is too slow

  1. #1

    [CLOSED] Button Trigger is too slow

    Last edited by Daniil; Jan 24, 2014 at 3:45 AM. Reason: [CLOSED]
  2. #2
    Hi @aplus,

    Quote Originally Posted by aplus View Post
    When i put breakpoint into these methods, it comes very slow.
    I am not sure what exactly you mean. Does the Visual Studio open slowly for debugging?

    Quote Originally Posted by aplus View Post
    but after databind, it does not show in interface.
    Do you mean that you don't see these data in the GridPanel?
    meterToStore.DataSource = dt2;
    meterToStore.DataBind();
  3. #3
    meterToStore.DataSource = dt2;
    meterToStore.DataBind();
    Yes i can see the data in the table, after databind. Only if i make the datatable static and then reload the page again i can see the table.
  4. #4
    Hard to say what is wrong.

    If you can provide a runnable and simplified test case, we would be happy to investigate.
  5. #5
  6. #6
    Thank you. But, I am afraid, we cannot run it, because (at least) it depends on some database which we don't have. And, actually, we don't need that database. Please bind some dummy data.

    Also, please read these guides:
    Forum Guidelines For Posting New Topics
    More Information Required
    http://forums.ext.net/showthread.php...ll=1#post56687

    There you can find many tips regarding code samples we expect. Thank you.

Similar Threads

  1. Event Mask on ComboBox trigger button
    By caio.vidal in forum 2.x Help
    Replies: 1
    Last Post: Mar 22, 2013, 11:43 AM
  2. [CLOSED] ComboBox with Trigger button
    By vadym.f in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Aug 22, 2012, 1:07 PM
  3. Change height trigger button
    By flaviodamaia in forum 2.x Help
    Replies: 1
    Last Post: Jul 26, 2012, 4:55 PM
  4. Replies: 1
    Last Post: May 29, 2012, 11:26 AM
  5. Replies: 3
    Last Post: Mar 10, 2009, 11:56 AM

Posting Permissions