Hi
I'm using 2008.2
I have a RadGrid inside an asp:Panel which I hide and unhide using a RadAjaxManager.
When I update a checkbox to update the RadGrid (id: rgInventoryPanel) through the RadAjaxManager, I get text above and below the RadGrid.
This is what I get:
7025|updatePanel|rgInventoryPanel|
{RadGrid is here}
|
Can someone please help me with preventing this extra info displaying on my page?
EDIT: I accidentally had the RadGrid wrapped in a RadAjaxPanel, I took that out and all ok now. But I might need the RadAjaxPanel later for sorting the RadGrid etc...
I'm using 2008.2
I have a RadGrid inside an asp:Panel which I hide and unhide using a RadAjaxManager.
When I update a checkbox to update the RadGrid (id: rgInventoryPanel) through the RadAjaxManager, I get text above and below the RadGrid.
This is what I get:
7025|updatePanel|rgInventoryPanel|
{RadGrid is here}
|
Can someone please help me with preventing this extra info displaying on my page?
EDIT: I accidentally had the RadGrid wrapped in a RadAjaxPanel, I took that out and all ok now. But I might need the RadAjaxPanel later for sorting the RadGrid etc...