Hi, from Bogota, Colombia.
I am testing Telerik ASP.NET AJAX controls Version 2009.3.1103. I use RadGrid and I activate filters using a check box control.
The filter doesn't work fine if expression which filters a column has spaces; if such string is an only word, it works fine.
The column that I want to filter has a GridTemplateColumn template, which has 2 templates inside: An ItemTemplate and an EditItemTemplate. Is that related with this issue?
How can I solve it?
Thaks in advance for your answer.
Best Regards,
CARLOS ALBERTO CASTILLO
Bogota, Colombia.
PresentationType
="Preview"
but this doesn't raise any event, as far as I know.
So, if I work with presentationType = "Interactive", I know how to find a new selected date, but I don't know how to identify the date if the user click on a date that was already selected and now it was thrown out of the SelectedDates collection.
(I have about 100 selected dates - so looping on the list to find the missing one, on every click - is too much)
Another option might be using a DatePicker, but then I don't know how to select or change the appearance of dates in the popup calendar so they look selected.
Any Idea?
Niv.
Hi.
I'm found issue(?) in RadGrid's behavior. When i'm using RadGrid with:
a) AJAX (manager or proxy)
b) Validation (e.g. RequiredFieldValidator, CustomValidator)
c) GridHTMLEditorColumn
on data-modifcation content of GridHTMLEditor extracts as null, even me typed words to it. Error not happens, if RadGrid works without AJAX, but i need ajaxified grid. How I may fix this issue? Thanks.

I've been trying to solve a problem. I have a rather slow loading set of nested datarepeaters that take a couple minutes to fully render.
First I tried a simple updatepanel with a cancel button in an updateprogress that performed an abortPostBack. It would hide the updatepanel but wait until the datarepeater was done before you could do anything on the page.
We have the Telerik AJAX controls so, hoping they're more advanced, I've now wrapped it up in a RadAjaxPanel. This seems to have the same issue. I've even tried firing an ajaxManager.ajaxRequest back to the server and setting a bool to try and abort the databinding, but that event isn't caught by the server until the databinding completes.
Any ideas on how to get a responsive cancel to a large set of nested datarepeaters?