
Hi!
Radgrid is populated from Database in code behind using "NeedDataSource" event.
CombBox provides the filter for the RadGrid (also get's it's data from the RadGrid's "NeedDataSource" event).
With Viewstate enabled everything works fine.
Question is how can I still filter when Viewstate is disabled on the Grid?
Thanks in advance for your help!
Tom

How to change Some columns in RadGant to ReadOnly ="true"
Colums Default
and Colums GanttCustomField
Is there a way to determine the parent radwindow of a rad button contained in a contenttemplate in client-side javascript?
e.g. if I have two radwindows, each with a radbutton, and each radbutton calls a common OnClientClicking event, is there a way to determine the parent window from the button object in the common code?
<telerik:radWindow runat="server" ID="radwindow1"> <contenttemplate> <telerik:radbutton id="radbutton1" runat="server" onclientclicking="CommonFunction" /> </contenttemplate></telerik:radwindow><telerik:radWindow runat="server" ID="radwindow2"> <contenttemplate> <telerik:radbutton id="radbutton2" runat="server" onclientclicking="CommonFunction" /> </contenttemplate></telerik:radwindow><script>function CommonFunction(button, eventArgs) { var radWindow = ...how to determine which radwindow from the button element? ...}</script>

Hi,
I can't get the buttons to work with toggletype Radio when I generate them in a repeater list.
Buttons are the same as from your demo,
Please see for example here: http://eschpla.ontwikkelruimte.nl/nl/schoenen/ballerinas/blauw/lolo-capri-ballerina-donkerblauw-suede-3341
Upper list is from repeater, second from your demo.
Any clue why the first set isn't working properly?
Thanks,
Marc
When I take a Radmenu on master page and a Radgrid on .aspx page my Radgrid's headercontext filter opens from the top of the page otherwise it goes inside the Radmenu. How I resolve it?
Following is the Screen Shot of my problem's output:-


