Jump to content

UniDBGrid actionColumn Hint issue


jaosobne

Recommended Posts

Hi,

If I have a unidbgrid on form that is shown modal and i click on the button at actioncolumn that have set hint property then this modalform looses activated property for a while and then it gets back.

The button have to set Dataset.edit and unigrid show roweditor and it not happend everytime . If a click to fast or before hint is shown it sets dataset to edit but grid doesn't show roweditor.

I can see events in that order if row editor is not shown :

  1. Obj:O39
  2. Evt: actionclick
  3. columnIndex: 6
  4. buttonId: 0
  1. Obj:O26
  2. Evt: deactivate
  1. Obj:O26
  2. Evt: activate

I can see events in that order if row editor is  shown :

  1. Obj: O26
  2. Evt deactivate
  1. Obj:O39
  2. Evt:actionclick
  3. columnIndex:6
  4. buttonId:0
  1. Obj:O26
  2. Evt:activate
  1. Obj:O39
  2. Evt:beforeedit
 
 
This is happend only if a grid is modalshown and have on actioncolumn buttons setted hints !!!

Grid - ActionColumn.zip

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...