Telerik Forums
UI for ASP.NET AJAX Forum
23 answers
4.9K+ views
Hey people,
now ive tried to use the radajax panel at a certain time am getting the error as
"Microsoft JScript runtime error: Sys.WebForms.PageRequestManagerServerErrorException: Invalid postback or callback argument.  Event validation is enabled using <pages enableEventValidation="true"/> in configuration or <%@ Page EnableEventValidation="true" %> in a page.  For security purposes, this feature verifies that arguments to postback or callback events originate from the server control that originally rendered them.  If the data is valid and expected, use the ClientScriptManager.RegisterForEventValidation method in order to register the postback or callback data for validation."

i find no actions take place if i click enableevent validation="false"

a)may i knw what is the cause of this error?
b)In Most of the Telerik Demo i find that they have been using sql datasource to bind data to the controls rather than code behind,wuld that be the reason for it?

Guys this is getting so serious and close pls just give me hint and ill be so greatfull to you all.
Awaiting for your Swift Reply
Thanks
Regards
N.Balaji
Rutuja
Top achievements
Rank 1
 answered on 20 Mar 2019
1 answer
88 views

I have an ASP.NET Web Forms project i am working with and need some help with my grid.

I have a pretty basic grid on my page. i am able to populate it mostly.

i use codebehind to bind a list to it from c#.

 

I need to figure out how to perform this,

I have the proper data in my list to be bound to the grid. i want to have my rows show some important data to my customer, but when he expands the row the data in the expansion is more data from the same list, for that row.

so when a user is browsing the grid, they can click on any row and it does its thing, but if they click the expander icon they get a bit more data about the row.

 

I hope i explained this well, im about to break out mspaint and draw it up...

Eyup
Telerik team
 answered on 20 Mar 2019
3 answers
5.0K+ views

When trying to use the export to excel functionality on my asp.net website the following error is displayed:

 

Could not load file or assembly 'Telerik.Windows.Documents.Spreadsheet, Version=2015.1.225.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

 

Not sure why it is looking for version 2015.1.225.45 when the assembly references version 2016.2.421.40 and it is also set to Copy Local = True.

Have tried rebuild but still nothing. I have no idea where the old version is being referenced as I have searched the whole solution without success.

What is the solution here?

Vessy
Telerik team
 answered on 19 Mar 2019
1 answer
92 views

hi

      I have file name like this "2019 03 04 101905_RE  Indonesia   Possible opposition against the trademark application no 2019 03 04 101 D002014017706  AVATARA in the name of IGB GANGGA D002014017706  AV111111111112019 03 04 101905_RE  Indonesia   Possi.pdf"

 

when i try to upload that file name in AsyncUpload control it through the error like this below screen shot.

 

Screenshot : http://prntscr.com/mv05mb 

Eyup
Telerik team
 answered on 19 Mar 2019
3 answers
75 views
We have several users that are running windows 10 and IE 11 that are unable to see the menu bar (minimize button, maximize, [x] button to close) and we have users that are able to view the menu bar. What would cause some users not able to view the menu bar and some can?
Vessy
Telerik team
 answered on 19 Mar 2019
1 answer
59 views

Bug introduced in build 2019.1.115+ causes 3 extra <p>&nbsp;</p> when user presses Enter key in FireFox.  Happens when Editor is in a Wizard with more than one step.  Bug does not occur in builds prior to 2019.1.115.

Try this to reproduce:

 <telerik:RadWizard runat="server" ID="rwMain" BorderStyle="Solid" BorderColor="LightGray" BorderWidth="1px" RenderMode="Lightweight" DisplayNavigationButtons="True">
        <WizardSteps>
            <telerik:RadWizardStep ID="RadWizardStep2" Title="Content Template" StepType="Step">
                <h1>hello!</h1>
            </telerik:RadWizardStep>
            <telerik:RadWizardStep ID="RadWizardStep3" Title="Content Editor" StepType="Step">
                <telerik:RadEditor ID="ContentEditor" runat="server" RenderMode="Lightweight"></telerik:RadEditor>
            </telerik:RadWizardStep>
        </WizardSteps>
    </telerik:RadWizard>

Hope you can fix it. 
Thank you!!

Rumen
Telerik team
 answered on 19 Mar 2019
1 answer
284 views

I am using RadWizard steps to make a survey. One step in the Radwizard is to select at least one service they use out of the list of options. When next button is hit, I need to validate that at least one item was checked. If I click next without checking anything, it just goes right to the next step. If I check then uncheck a box, only then does my "Please choose at least one of the options displayed" show up, and it still lets me hit next. What am I doing wrong? I also tried adding the auto postback =false to the Radwizard step, and the Radcheckboxlist itself, and neither helps.  Not sure what I am doing wrong. My code looks like this:

 

<telerik:RadWizardStep ID="RadWizardStep2" runat="server" Title="Services">
                <div>


                    <h3>Please mark all that apply:</h3>
                    <br />
                    <br />
                    <telerik:RadCheckBoxList ID="RadCheckBoxList1" runat="server">
                        <Items>
                            <telerik:ButtonListItem Text="Residential Services" Value="2" />
                            <telerik:ButtonListItem Text="Vocational Services" Value="3" />
                            <telerik:ButtonListItem Text="Transportation/NMT Services" Value="4" />
                            <telerik:ButtonListItem Text="Recreational Services" Value="5" />
                            <telerik:ButtonListItem Text="Supportive living services" Value="6" />
                            <telerik:ButtonListItem Text="Supported employment services" Value="7" />
                            <telerik:ButtonListItem Text="Other" Value="1" />
                        </Items>
                    </telerik:RadCheckBoxList>


                    <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server"
                        ControlToValidate="RadCheckBoxList1"
                        ErrorMessage="Please choose at least one of the options displayed" />



                </div>
                <div>
                    <telerik:RadTextBox ID="OtherTextBox" runat="server" Visible="false"></telerik:RadTextBox>


                </div>

            </telerik:RadWizardStep>

 

Peter Milchev
Telerik team
 answered on 19 Mar 2019
4 answers
410 views
I am using a web control to edit a grid row.  After a successfull update or insert how do I cause the grid to exit edit/insert mode?
Birdie
Top achievements
Rank 1
 answered on 19 Mar 2019
11 answers
302 views
Hi,

I am using EntityDataSource for binding Grid. it is working fine. but while filtering CaseSensitive=False is not working. i am using Oracle Database for Model. i set the property like "<GroupingSettings CaseSensitive="False" />". but still not working. please let me know ASAP.


Thanks in Advance,
Dhamu
Vessy
Telerik team
 answered on 18 Mar 2019
3 answers
222 views
Hi,
   We bind 6,00,000 rows in rad grid and we set page size is 50, in scroll bar event (OnScroll="ExGrid_OnScroll") we call next 50 rows using button event like adding 50 in paging with existing page size, in fire fox working, but in chrome not working.

Button click event 
  Protected Sub ExGridPagingBtn_Click(sender As Object, e As System.EventArgs) Handles ExGridPagingBtn.Click
        ExGrid.PageSize += 50
        ExGrid.Rebind()
    End Sub

In ExGrid_NeedDataSource

   Protected Sub ExGrid_NeedDataSource(ByVal sender As Object, ByVal e As Telerik.Web.UI.GridNeedDataSourceEventArgs) Handles ExGrid.NeedDataSource
        If Not Session("ExGridDatas") Is Nothing Then
            ExGrid.DataSource = Session("ExGridDatas")
        End If
    End Sub

Note: ExGrid_NeedDataSource got 6,00,000 rows


Pls reply asap,
Thankx
Eyup
Telerik team
 answered on 18 Mar 2019
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?