Yet another n00b question...
I'm using Master/Content pages. One content pages has the RadSplitter with simple right and left panes. The right pane uses ContentURL to point to another apsx content page.
So, that content page contains a RadMenu and RadGrid. The grid is bound to a DataView manually created on PageLoad. One of the menu options is a menu of filter options for the grid. The menu is configured to launch a RadMenu2_ItemClick event that applies a DataView.RowFilter then binds the DataView back to the gird.
What I'm attempting to achieve is a no-postback refresh of the grid.
I've tried adding the RadAJAXManager to the content page containing the menu and graph but I'm having no luck, and I'm also a little confused as to what I should be binding it to. The menu is launching the event, but the the grid is being refreshed...which should be ajaxifyied through the manager?
When I add the manager to the page and select Configure, neither the Menu nor the Grid show up as controls in the Property Builder. I've tried using the examples in the Help files to configure it manually, but I'm still getting full page refreshes.
Am I approaching this filtering completly wrong, or just missing something with the usage of the manager?
Thanks in advance,
Rick
I'm using Master/Content pages. One content pages has the RadSplitter with simple right and left panes. The right pane uses ContentURL to point to another apsx content page.
So, that content page contains a RadMenu and RadGrid. The grid is bound to a DataView manually created on PageLoad. One of the menu options is a menu of filter options for the grid. The menu is configured to launch a RadMenu2_ItemClick event that applies a DataView.RowFilter then binds the DataView back to the gird.
What I'm attempting to achieve is a no-postback refresh of the grid.
I've tried adding the RadAJAXManager to the content page containing the menu and graph but I'm having no luck, and I'm also a little confused as to what I should be binding it to. The menu is launching the event, but the the grid is being refreshed...which should be ajaxifyied through the manager?
When I add the manager to the page and select Configure, neither the Menu nor the Grid show up as controls in the Property Builder. I've tried using the examples in the Help files to configure it manually, but I'm still getting full page refreshes.
Am I approaching this filtering completly wrong, or just missing something with the usage of the manager?
Thanks in advance,
Rick