TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Jayatirth Kulkarni
1.7k
37
3.4k
Checkbox to all the header columns in radgrid
Jan 23 2018 5:48 AM
I am trying to add checkbox to all the header columns and get the checked value on Button Click,
how to do when the AutoGenerateColumns="True". Pls suggest programmatically or Clientside.
Note: CheckBoxChecked event is not required since I've to do the functionality at the button click on checked/unchecked checkboxes.
<
telerik:RadGrid
ID
=
"Gridview"
runat
=
"server"
AllowMultiRowEdit
=
"true"
AllowSorting
=
"True"
AutoGenerateColumns
=
"true"
Skin="
<%$ appSettings:Skin %>"
EnableEmbeddedSkins
=
"False"
Width
=
"95%"
CellSpacing
=
"0"
GridLines
=
"None"
CssClass
=
"liquidItem"
AllowPaging
=
"True"
PagerStyle-AlwaysVisible
=
"true"
PageSize
=
"25"
>
Reply
Answers (
2
)
Text Box Looses its content and focus while typing
Question Related to ASP.NET MVC