| Error: Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed. Common causes for this error are when the response is modified by calls to Response.Write(), response filters, HttpModules, or server trace is enabled. |
| Details: Error parsing near 'ý |
| Source File: http://eon2.actteleservices.com/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_RadScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d4.0.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3a8f393b2b-3315-402f-b504-cd6d2db001f6%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2010.1.309.40%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3aa491094c-5dfe-45a9-a72f-e5f5f0640d11%3a16e4e7cd%3aed16cbdc%3af7645509%3a24ee1bba%3ae330518b%3a1e771326%3a8e6f0d33%3a58366029%3aaa288e2d |
| Line: 15 |
Hi,
I want to use RadWindows for show a message after push a botton.
The event of button must be server-side.
Is it possibile driven a RadWindows from server side codes ?
var
codeMasterSource = new Array();
function
DataBind() {
grd = $find(
'Grid').get_masterTableView();
grd.set_dataSource(codeMasterSource);
grd.dataBind();
}
Hello Telerik Team,
I have a requirement where i need to bind the scheduler to a sql database table and display some columns
from the table on top of the cell.I mean by default scheduler just shows up the subject on the cell but i wanted to display some additional columns from database example priority column, Description column,etc on top of each cell instead of the edit template.At the same time i need to colour code the cell based on the status column values.
I have connected the scheduler to sql datasource already and able to fetch the information.
Any pointers in this direction are greatly appreciated.
Thank you
Smith