Hello
I am working on windows form application with c#.
I have used telerik radgrid on the form.
Need a checkbox in the radgrid cell depending on the value of the cell.
e.g. If the value in the cell is true or false then instead of showing true or false in the cell need to checkbox,
if the value in the cell is date or datetime then datetimepicker should display in the cell.
Here is the screenshot describing my problem.