Telerik Version 2013.3.1114
Windows 7 Professional
For Projects that are created in VS2010 that are updated to VS2012 I get xxxx is not a known element for all Telerik controls.
I've reinstalled, VS2012 multiple times, I've re-installed the web Extensions multiple times, along with Telerik Controls.
Controls are rendered in Designer, but not in Source View. All Controls are available in the toolbox in designer or source view.
If I create a new project in VS2012, Telerik controls seem to work. I've compared virtually everything I can find and see no differences. I've used the web.config for a newly create project for the ones that have been migrated, no luck. I've deleted and re-created app pools, deleted and re-create iis applications, etc. etc.
I've tried using 4.0 and 4.5 controls, no difference.
I've tried virtually every fix I could find, short of fdisk. We've tried to install VS2012 on another machine, update a VS2010 project to 2012, same exact results on multiple machine.
I even thought about abandoning VS2012 and going up to 2013, but VS2013 doesn't yet support BI projects, so that's out, as most every project has a BI project.
I'm at a complete loss and dead in the water with going to 2012 for all of my projects.
Any help in trying to diagnose this would be greatly appreciated.
Roger
var StartDatePicker = $find("<%= dpStartDate.ClientID %>");
StartDatePicker.clear();
Start_Date = Convert.ToDateTime(dpStartDate.SelectedDate);
$("[id*='dpStartDate_dateInput_text']").val('');
Hi All,
I was wondering is there a command that I can attach to button on my column header that will show hide Filter templates (client site would be much better, but if not sever side code will do). Please note that Filter Templates(dropdown) will show only on that specific column where the button was clicked (it can be div overlay dropdown like menu style). Also the dropdown filter would have a multiple select checkbox. Is this possible? Can radgrid can be extended up to this extent or will just use overlay panel for this. Any info would greatly appreciated.
Thanks in advance,
RJ
WHERE
MyId
in
(1,2,3,4)