GridPanel not showing data with ajaxMethod

  1. #1

    GridPanel not showing data with ajaxMethod

    Hi !

    I'm using gridpnel to show some data... (simple array)
    If I put the method to fill the grid within data in the PageLoad:

    Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
       FillGrid()
    End Sub
    it's ok, but if I try to call it from a CooliteButton:
    Public Sub ajaxFillGrid(ByVal sender As Object, ByVal e As AjaxEventArgs)
       FillGrid()
    end Sub
    The grid remanis in blank... the grid is inside a panel, and the panel is inside a window - it's all visible on page load.

    I'm sure that the ajaxFillGrid is called (tested with an alert).

    What's missing ?

    Thank's
  2. #2

    RE: GridPanel not showing data with ajaxMethod

    Hi,

    Can you show full example? What is FillGrid doing?


  3. #3

    RE: GridPanel not showing data with ajaxMethod

    Nevermind...
    It was a Json issue.
    I've fixed it.

    But, could you please help me with my thread:

    http://forums.ext.net/showthread.php...=8094-4-1.aspx

    Regards.

  4. #4

    RE: GridPanel not showing data with ajaxMethod

    can you pls tell what was the main issue, im also having same issue and tried everything but no use :( pls help

Similar Threads

  1. GridPanel showing data return Store.Count value 0
    By abhi_sheklohiya in forum 1.x Help
    Replies: 3
    Last Post: Mar 26, 2012, 7:06 PM
  2. No data showing
    By zaggle in forum 1.x Help
    Replies: 2
    Last Post: Mar 23, 2012, 1:09 AM
  3. GridPanel showing only one column of data
    By HexElffilter in forum 1.x Help
    Replies: 2
    Last Post: Jan 27, 2011, 3:42 PM
  4. GridPanel not showing all data
    By iltwams in forum 1.x Help
    Replies: 1
    Last Post: Oct 01, 2010, 6:09 PM
  5. Grid Panel not showing complete data
    By Nagaraj K Hebbar in forum 1.x Help
    Replies: 2
    Last Post: Aug 17, 2009, 10:42 AM

Posting Permissions