Jump to content

rohit.kawade@globant.com

Members
  • Posts

    6
  • Joined

  • Last visited

rohit.kawade@globant.com's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. Hi, I want to implement drag and drop on uni grid as per follows:- http://dev.sencha.com/deploy/ext-4.0.0/examples/dd/dnd_grid_to_grid.html How to implement this in unigui? Thanks, Rohit
  2. I dragged popup-menu on the form and added some items. then executed as follows. procedure TMainForm.UniDBGrid1CellContextClick(Column: TUniDBGridColumn; X, Y: Integer); begin PopupMenu1.Popup(X,Y); end; But I don't see popup menu on the form. Do I need to set any property to form?
  3. Hi, How to use right click on unidbgrid. My right click is working but I am showing listbox. Can we use popupmenu instead of listbox? How to use popmenu with rightclick? Thanks.
×
×
  • Create New...