Hi,
I am using Grid - Virtualization. But when I try to load huge data getting an error "Error during serialization or deserialization using the JSON JavaScriptSerializer. The length of the string exceeds the value set on the maxJsonLength property." where as also I am using "OnNeedDataSource"
I have app.21K rows and 135+ columns.
As per my requirement I need to create Grid columns at run time as don't know how many columns and rows we be there as query output.
I have also used below code in my config file but don't get any success
<system.web.extensions>
<scripting>
<webServices>
<jsonSerialization maxJsonLength="2147483647" />
</webServices>
</scripting>
</system.web.extensions>
Attaching source code files.
Can any body help me out in this.
Thanks
Hey..
When I'm using the localization feature of RadEditor, almost all the things are getting localized or there are fields in the resource files to change their value for particular language. But "Check Spelling" Text is not getting localized, and there is also no field mentioned for it in the Resource files. Please provide me the solution for this as it is very important for us.
Thanks in advance,
Hi,
I have a tabstrip with 2 levels of tabs - the main/root tabs and child tabs.
All tabs are dynamically built at runtime using client side code and web service calls.
See the attached screenshot for an example.
When the user clicks on the main tab, an associated diagram is displayed.
When the user clicks on a child tab, a sub-diagram is displayed.
This all works fine.
However, if a child tab has been selected (causing a sub-diagram to be displayed) and the user wants to go back to the main diagram, if they click on the main tab at this point no event is raised (since the main tab is already selected).
Is there anyway to force an event (preferably OnClientTabSelected) when the user clicks on an already selected main tab?
My thanks in advance for any advice.
Jim
Hi
I'm using the image gallery as per this example http://demos.telerik.com/aspnet-ajax/image-gallery/examples/overview/defaultcs.aspx
i.e. no thumbnails just shows an image with the Prev / Next buttons.
What I want to do is on click the image is open the image in a pop up window - I want to use this lightbox control http://lokeshdhakar.com/projects/lightbox2/
How would I attach the mark-up to the displayed image in image gallery.
This is the mark-up required by the control:
<a href="images/ImageTN.jpg" data-lightbox="image-1" alt="Title for image"><img src="images/Image.jpg" alt="Title for image" /></a>
OR can you do what I need to do with your controls.
Andy
I'm using the AutoCompleteBox with an Array datasource with about 1000 items. The minimum search limit is 3 characters.
When typing for example "JOHN" with a somewhat lower pace, the Postback fires as soon as the "H" is typed (third character, as expected).
If you continue typing the "N", another Postback fires.
However, the resulting drop down list is the result of the first query and shows items that do not match "JOHN". The results of the second Postback are discarded. The user must now add or remove characters from the search string to get the desired result.
It seems that there is a problem with this control, which causes subsequent Postbacks not to be handled correctly. It would also be nice if it would be possible to control the timing behaviour, for example to set a higher value for the time that must pass before a Postback fires.
regards,
Peter
Hello~
When i update UI for ASP.NET AJAX 2016 Q1 with vs2013 that display all of telerik-controller error
so what's happen with it?