[CLOSED] Ajax Events Error

  1. #1

    [CLOSED] Ajax Events Error

    hi,guys,I use a ext button to load a GridPanel from sql database,but raise error:
    Status code:200
    Status text:BADRESPONSE: Syntax Error.

    But when I don't use ext button,only load in Page_Load methods and it is success.Why?
  2. #2

    RE: [CLOSED] Ajax Events Error

    Hi jachnicky,

    The following forum post should help, see*http://forums.ext.net/showthread.php?postid=2547.aspx


    Geoffrey McGill
    Founder
  3. #3

    RE: [CLOSED] Ajax Events Error

    Thanks Geoffrey,it work now.:)

    I find it that if too many rows fill to the GridPanel,it will be too slow,because it load all datas in one time,even though with many pages.
  4. #4

    RE: [CLOSED] Ajax Events Error

    Hi jachnicky,

    Ya, depending on how much data is in a single record, you're going to want to using client-side data loading to between 50-100 records. Anything beyond that and I would definetly recommend using server-side Page/Sorting/Filtering.


    There's serveral sample in the Examples Explorer which demonstrate server-side binding.*


    Here's one example that might be of interest, see*https://examples1.ext.net/#/GridPane...g_and_Sorting/


    Hope this helps.


    Geoffrey McGill
    Founder

Similar Threads

  1. Replies: 15
    Last Post: Feb 03, 2011, 1:27 PM
  2. [CLOSED] Ajax Events
    By state in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Aug 19, 2009, 4:29 AM
  3. Ajax Events - please help!!
    By EzaBlade in forum 1.x Help
    Replies: 2
    Last Post: Mar 27, 2009, 10:26 AM
  4. [CLOSED] MultiSelect in Ajax events
    By tdracz in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Dec 20, 2008, 7:31 AM
  5. [CLOSED] Tab Ajax Events In behind code
    By matmani in forum 1.x Help
    Replies: 2
    Last Post: Dec 10, 2008, 3:30 PM

Posting Permissions