<
GroupingSettings CaseSensitive="false" />
The filter is not case sensitive for every function in filter menu option like :- starts with, ends with, contains, etc.
However the filter is happening case sensitive just for the "equal to" filter option.
Any idea why this is so? Is this intentional?
Waiting for your advice.......
hi all..
I am using
RadControls for ASP.NET/RadGrid now
i would like to use insted
RadControls for ASP.NET Ajax RadGrid
what should i do to do this Ugradation
?
with hope


Hello,
I have a menu that's acting up. When I open a radWindow over the top of the menu all is well. When I close the radWindow the menu items disappear.
A sample page can be found here: http://www.officeautomatedsystems.com/clientweb/oasys/
After the page renders, click on the "Contact Us" menu option. A radWindow will open on top of the page. Then click the upper right hand "x" to close the radWindow / form and you'll see the menu items have disappeared.
Please let me know if you have any ideas and thanks!
Dave
Telerik.Web.UI.RadAjaxManager.GetCurrent(Me.Page) |
| .ResponseScripts.Add("Sys.Application.add_load(function(){radalert('" & "Test" & "', 330, 210);})") |
| <form id="form1" runat="server"> |
| <div> |
| <telerik:RadScriptManager ID="RadScriptManager1" runat="server"> |
| </telerik:RadScriptManager> |
| <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server"> |
| </telerik:RadAjaxManager> |
| <telerik:RadWindowManager ID="RadWindowManager1" runat="server"> |
| </telerik:RadWindowManager> |
| <telerik:RadAjaxPanel ID="RadAjaxPanel1" runat="server" Height="200px" Width="300px"> |
| <asp:Button ID="Button1" runat="server" Text="Button" /> |
| </telerik:RadAjaxPanel> |
| </div> |
| </form> |