View Issue Details

IDProjectCategoryView StatusLast Update
0003411JEDI VCL00 JVCL Componentspublic2007-01-04 11:10
ReportermarcgeldonAssigned Tooutchy 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.00 
Target VersionFixed in Version3.30 
Summary0003411: TJvDBGrid Feature Idea "AllowDelete"
DescriptionIs there any interest for a new property called "AllowDelete" on an TJvDBGrid?

If this property is "False", then it shouldn't be possible to delete anything on the TJvDBGrid with a key combination. If it is "True", nothing changes.

If there is any interested for this feature, I would really like to integrate it. Just give me response.


Best wishes,

Marc Geldon
(PRO IT SYSTEMS)
TagsNo tags attached.

Activities

Informatix

2006-01-06 04:31

developer   ~0008308

Yes, I'm interested.

obones

2006-04-04 06:11

administrator   ~0008885

Any news here Marc?

marcgeldon

2006-04-05 06:57

reporter   ~0008990

currently no news. But as soon as I have the time, I will do it!

obones

2006-06-08 07:00

administrator   ~0009469

Any expected timeframe? Just so that I do not close this issue too soon for lack of activity.

obones

2006-07-29 07:25

administrator   ~0009893

Reminder sent to: marcgeldon

Hello?

user72

2006-09-13 01:37

  ~0010113

Is this the same as the existing ReadOnly property?

ultimo

2006-11-03 08:19

reporter   ~0010410

In ReadOnly mode you can't edit data, with this property you can edit but you can't delete

Create a new property on JvDBGrid i.e. CanDelete boolean

on KeyDown where check key pressed

[cut]
VK_DELETE:
  if not CanDelete then Exit;
  [cut]

if you want I post the code

outchy

2007-01-04 11:07

administrator   ~0010541

Fixed in revision 11134.

Issue History

Date Modified Username Field Change
2006-01-04 05:13 marcgeldon New Issue
2006-01-06 04:31 Informatix Note Added: 0008308
2006-04-04 06:11 obones Note Added: 0008885
2006-04-04 06:11 obones Status new => feedback
2006-04-05 06:57 marcgeldon Note Added: 0008990
2006-06-08 07:00 obones Note Added: 0009469
2006-07-29 07:25 obones Note Added: 0009893
2006-09-13 01:37 user72 Note Added: 0010113
2006-11-03 08:19 ultimo Note Added: 0010410
2007-01-04 11:07 outchy Status feedback => resolved
2007-01-04 11:07 outchy Fixed in Version => Daily / SVN
2007-01-04 11:07 outchy Resolution open => fixed
2007-01-04 11:07 outchy Assigned To => outchy
2007-01-04 11:07 outchy Note Added: 0010541