![]() |
Unable to check RRI checkbox |
Post Reply ![]() |
Author | |
Shawshank ![]() Senior Member ![]() Joined: 16 October 2005 Status: Offline Points: 117 |
![]() ![]() ![]() ![]() ![]() Posted: 27 February 2006 at 3:56pm |
I need to have two columns editable, i.e. single click the ReportRecordItem (RRI) from the porper column and it becomes ediable. I have acomplished that by setting the ReportControl's AllowEdit property to True. I then set each column which I do not want editable to False, i.e. Column.Editable = False. The problem is that any ReportRecordItem whose column Editable property is False and which has a checkbox is unable to have that box checked. I can only do it programically, i.e. the user cannot click the checkbox and have it become checked. Given the senario above it seems I must choose between haveing two editable columns or having a checkbox that works --but not both. Can someone please shed some light on what I'm missing here? |
|
![]() |
|
sserge ![]() Moderator Group ![]() Joined: 01 December 2004 Status: Offline Points: 1297 |
![]() ![]() ![]() ![]() ![]() |
Hi,
It looks like this is almost the same question like your one: http://forum.codejock.com/forum_posts.asp?TID=3710 With the code I suggested in that topic I can both disable editing name for Alias and Surname columns and checkbox could be clickable as well. Here is the code I'm using:
-- WBR, Serge |
|
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |