Hi,
we are in a process of upgrading telerik dlls periodically.
prevoiusly we are using 2009.3.9.1203 version dlls.
here we are able to add check box in the header of a RadGridView using "CheckBoxHeaderCell" class which is given in the telerik forums.
here we are not creating a checkbox column and adding it to RadGridView instead we are are getting bool values from DB and binding them to RadGridView and we are just adding Checkbox in the Header.
when we upgrade the telerik dlls to 2010.2.10.806 version we are not able to add check box as we did above.
i found some sample code in telerik forums which gives code to add the checkBox column with header.
Is it possible to add check box in the header with out creating the entire check box column
here my check box column is displayed with the DB values and i just want to add check box in the header and handle the event.
if possible please give sample code.
Thank you,
Shashi
we are in a process of upgrading telerik dlls periodically.
prevoiusly we are using 2009.3.9.1203 version dlls.
here we are able to add check box in the header of a RadGridView using "CheckBoxHeaderCell" class which is given in the telerik forums.
here we are not creating a checkbox column and adding it to RadGridView instead we are are getting bool values from DB and binding them to RadGridView and we are just adding Checkbox in the Header.
when we upgrade the telerik dlls to 2010.2.10.806 version we are not able to add check box as we did above.
i found some sample code in telerik forums which gives code to add the checkBox column with header.
Is it possible to add check box in the header with out creating the entire check box column
here my check box column is displayed with the DB values and i just want to add check box in the header and handle the event.
if possible please give sample code.
Thank you,
Shashi