or
AllowFilteringByColumn
="true"
RadGrid1.MasterTableView.FilterExpression
I'm facing the problem related to Performance.
In our application, we are using a RadAjaxPanel and it contain a dropdown with some other controls like textboxes, checkboxes, etc.
In functionality requirement, as main dropdown changes, all controls get filled according to the selection in dropdown.
Issue is that, when I am running the application at development environment or as a locally deployed, then performance is good.
But when application deployed on production server, response is very slow.
Please reply, its urgent.
<head>
<link href="App_Themes/MyTheme/style.css" type="text/css" rel="stylesheet" />
<link href="/WebSite/WebResource.axd?d=6Tx0JnQCvpljO6kU8QXiaGon_Wi8DODn6lVOSo0OWiAhZUmCEuEsqCnM9kpno6GqYxHpy3iGoT39SD09NDSeUQ2&t=633583818740000000" type="text/css" rel="stylesheet" class="Telerik_stylesheet" />
<link href="/WebSite/WebResource.axd?d=6Tx0JnQCvpljO6kU8QXiaGon_Wi8DODn6lVOSo0OWiD0c8GvHZfAd39EyfNWNYid0&t=633583818740000000" type="text/css" rel="stylesheet" class="Telerik_stylesheet" />
</head>
<div id="ctl00_ContentPlaceHolder1_RadMenu1" class=" ContextMenu"> <div class="RadMenu RadMenu_ rmContextMenu RadMenu__Context"> <ul class="rmActive rmVertical rmGroup rmLevel1">
<li class="rmItem rmFirst"><a href="#" class="rmLink ContextMenuItem"><span class="rmText">Option 1</span></a></li><li class="rmItem rmLast"><a href="#" class="rmLink ContextMenuItem"><span class="rmText">Option 2</span></a></li> </ul> </div><input id="ctl00_ContentPlaceHolder1_RadMenu1_ClientState" name="ctl00_ContentPlaceHolder1_RadMenu1_ClientState" type="hidden" /> </div>
If anyone could shed any light on this I would be grateful