Click here to Skip to main content
15,885,366 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: ISs there any solution. Pin
uspatel30-Sep-11 21:48
professionaluspatel30-Sep-11 21:48 
Questionoverride master page Pin
byka30-Sep-11 4:27
byka30-Sep-11 4:27 
AnswerRe: override master page Pin
Parwej Ahamad30-Sep-11 4:58
professionalParwej Ahamad30-Sep-11 4:58 
GeneralRe: override master page Pin
byka30-Sep-11 5:38
byka30-Sep-11 5:38 
GeneralRe: override master page Pin
Parwej Ahamad30-Sep-11 5:46
professionalParwej Ahamad30-Sep-11 5:46 
Questionprogramming in n tier Pin
sheemap29-Sep-11 22:18
sheemap29-Sep-11 22:18 
AnswerRe: programming in n tier Pin
walterhevedeich29-Sep-11 22:27
professionalwalterhevedeich29-Sep-11 22:27 
QuestionUsing Telerik MVC Extensions to select all checkboxes in a grid Pin
jboyd11129-Sep-11 18:10
jboyd11129-Sep-11 18:10 
Hello, I'm trying to use the Telerik grid control. I've followed the demo listed here. I've implemented the code in a very similar fashion with a few changes due to some "quirks". The ID of my checkbox header column is "checkAllMovies"

I've spent most of the day getting it working. I'm now stuck on the part where I want it to select all check boxes. There's a bit of code at the bottom of my "view" file within my form:

JavaScript
 @Html.Telerik().ScriptRegistrar().OnDocumentReady(  
@<text>   
/* attach event handler to "check all" checkbox */ 
$('#checkAllMovies').click(function checkAll()   
{   
$("#Grid tbody input:checkbox").attr("checked", this.checked);   
});  
</text>);


This doesn't seem to work/do anything. I'm new to the Telerik MVC controls (Open source).

Thanks in advance for any assistance.

-
jboyd
Questionasp.net 2010 debugging Pin
Member 821751729-Sep-11 7:58
Member 821751729-Sep-11 7:58 
AnswerRe: asp.net 2010 debugging Pin
Pravin Patil, Mumbai29-Sep-11 19:07
Pravin Patil, Mumbai29-Sep-11 19:07 
AnswerRe: asp.net 2010 debugging Pin
keyur satyadev29-Sep-11 19:49
keyur satyadev29-Sep-11 19:49 
QuestionASP and Javascript Pin
berba29-Sep-11 3:16
berba29-Sep-11 3:16 
AnswerRe: ASP and Javascript Pin
Morgs Morgan29-Sep-11 22:55
Morgs Morgan29-Sep-11 22:55 
QuestionKeeping my style information in one place Pin
jesarg28-Sep-11 7:47
jesarg28-Sep-11 7:47 
AnswerRe: Keeping my style information in one place Pin
ekolis28-Sep-11 8:51
ekolis28-Sep-11 8:51 
GeneralRe: Keeping my style information in one place Pin
jesarg28-Sep-11 9:09
jesarg28-Sep-11 9:09 
GeneralRe: Keeping my style information in one place Pin
jkeelerz30-Sep-11 11:09
jkeelerz30-Sep-11 11:09 
GeneralRe: Keeping my style information in one place Pin
jerryTheJerry7-Oct-11 15:24
jerryTheJerry7-Oct-11 15:24 
QuestionSame content, with standard and mobile layouts. How? Pin
Gregory Gadow28-Sep-11 6:46
Gregory Gadow28-Sep-11 6:46 
AnswerRe: Same content, with standard and mobile layouts. How? Pin
Pete O'Hanlon28-Sep-11 6:50
mvePete O'Hanlon28-Sep-11 6:50 
GeneralRe: Same content, with standard and mobile layouts. How? Pin
Gregory Gadow28-Sep-11 6:57
Gregory Gadow28-Sep-11 6:57 
GeneralRe: Same content, with standard and mobile layouts. How? Pin
Pete O'Hanlon28-Sep-11 7:51
mvePete O'Hanlon28-Sep-11 7:51 
QuestionLoop not executing Pin
Dhyanga28-Sep-11 6:16
Dhyanga28-Sep-11 6:16 
AnswerRe: Loop not executing Pin
Pete O'Hanlon28-Sep-11 6:28
mvePete O'Hanlon28-Sep-11 6:28 
GeneralRe: Loop not executing Pin
Dhyanga28-Sep-11 10:24
Dhyanga28-Sep-11 10:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.