Click here to Skip to main content
15,913,487 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionImprove page performance for aspx page Pin
vishnukamath3-Oct-11 1:59
vishnukamath3-Oct-11 1:59 
AnswerRe: Improve page performance for aspx page Pin
Parwej Ahamad3-Oct-11 8:41
professionalParwej Ahamad3-Oct-11 8:41 
AnswerRe: Improve page performance for aspx page Pin
Not Active3-Oct-11 9:51
mentorNot Active3-Oct-11 9:51 
QuestionEmail reply color Pin
Blikkies3-Oct-11 0:45
professionalBlikkies3-Oct-11 0:45 
AnswerRe: Email reply color Pin
Parwej Ahamad3-Oct-11 8:44
professionalParwej Ahamad3-Oct-11 8:44 
QuestionHow to Focus On The Next Text Box After PostBack? Pin
behzad_Sadeghi2-Oct-11 9:19
behzad_Sadeghi2-Oct-11 9:19 
QuestionCCTV in asp.net Pin
Hassan Sajedi2-Oct-11 6:32
Hassan Sajedi2-Oct-11 6:32 
AnswerRe: CCTV in asp.net Pin
Pravin Patil, Mumbai3-Oct-11 19:59
Pravin Patil, Mumbai3-Oct-11 19:59 
QuestionC# asp.net 2010 Pin
Member 82175172-Oct-11 6:25
Member 82175172-Oct-11 6:25 
GeneralCode chạy thủ tục thêm, xóa, sửa, xem chi tiết, hiện danh sách của bảng Nhân viên Pin
Hoàng Thái Bình2-Oct-11 5:59
Hoàng Thái Bình2-Oct-11 5:59 
AnswerRe: Code chạy thủ tục thêm, xóa, sửa, xem chi tiết, hiện danh sách của bảng Nhân viên Pin
Dalek Dave2-Oct-11 7:30
professionalDalek Dave2-Oct-11 7:30 
AnswerRe: Code chạy thủ tục thêm, xóa, sửa, xem chi tiết, hiện danh sách của bảng Nhân viên Pin
TheGreatAndPowerfulOz3-Oct-11 10:19
TheGreatAndPowerfulOz3-Oct-11 10:19 
QuestionISs there any solution. Pin
uspatel30-Sep-11 21:26
professionaluspatel30-Sep-11 21:26 
AnswerRe: ISs there any solution. Pin
Richard MacCutchan30-Sep-11 21:29
mveRichard MacCutchan30-Sep-11 21:29 
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 

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.