This is a migrated thread and some comments may be shown as answers.

gridviewcheckboxcolumn check/uncheck

5 Answers 254 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Frank
Top achievements
Rank 1
Frank asked on 17 Apr 2009, 11:31 AM
Hi everybody.
I have a gridview with 3 columns, one of which is a of gridviewcheckboxcolumn type. gridviewcheckboxcolumn is only one which can be edited, and additionally is unbound. Now I'm trying  to check/uncheck cells in gridviewcheckboxcolumn but nothing happens. It seems like the cells are read only. Do I have to write an cell event handler, or may be just to set some column proprieties?
Thanks.
Best regards, Frank.

5 Answers, 1 is accepted

Sort by
0
Accepted
Georgi
Telerik team
answered on 17 Apr 2009, 12:53 PM
Hi Frank,

I checked the issue you described and I was unable to reproduce it. Please, find attached the sample project I have tested against. You may send me a sample project where you experienced the problem and I will further investigate it.

Kind regards
Georgi
Telerik WinForms Team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Frank
Top achievements
Rank 1
answered on 17 Apr 2009, 01:35 PM
It was just a gridview created with older version of RadGridView component. I just replaced it with a new gridview.
Thanks.
Best regards, Frank.

0
Sunil
Top achievements
Rank 1
answered on 27 May 2009, 01:53 PM

Hi everybody.
I have a gridview with 3 columns, one of which is a of gridviewcheckboxcolumn type. gridviewcheckboxcolumn is only one which can be edited. I have added these chekboxes at runtime. Now I'm trying  to check/uncheck cells in gridviewcheckboxcolumn but nothing happens. It seems like the cells are read only. What properies i need to set, to work it properly.

0
Martin Vasilev
Telerik team
answered on 29 May 2009, 04:39 PM
Hi Sunil,

Thank you for writing.

I am unable to reproduce the described issue with the latest version. Please, review the project in our previous answer - I have tested it with Q1 2009 SP1 and it works as expected. If you still experience any issues, please open a new support ticket and send us a small example project that demonstrates your scenario. This will help us to investigate your case and provide you with further assistance.

 
Sincerely yours,
Martin Vasilev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Prad
Top achievements
Rank 2
answered on 02 Jun 2009, 04:29 PM
Check BindingSource (DataTable) column definition on the column that needs edit feature. Is the column ReadOnly? If yes, change them.. It should work fine
Tags
GridView
Asked by
Frank
Top achievements
Rank 1
Answers by
Georgi
Telerik team
Frank
Top achievements
Rank 1
Sunil
Top achievements
Rank 1
Martin Vasilev
Telerik team
Prad
Top achievements
Rank 2
Share this question
or