Hi,
I am using WebDataGrid and one of the columns in the grid has check box.
I want use the check box as a row selector, on clicking the check box we should be able to get the row selected and highlight it as well.
Any help would be really appreciated!!!
Regards,
Hello Masood,
Check out this sample that we shipped with the product called MyMail. It includes a WebDataGrid that does the checkbox row selection that you are looking for.
http://samples.infragistics.com/2009.1/WebShowcase/MyMail/EmailClient.aspx
You can check all of our samples at:
http://es.infragistics.com/samples
Let me know if you have any questions.
-Taz
TAZ a few questions:
What control is MyMail using if WebDataGrid doesn't support checkboxes?
MyMail doesn't seem to be part of your samples
Thanks
You can use checkboxes in a templated column without a problem. Databinding them is a big deal until they come out with the checkbox provider.
Ed