Jump to content

rhennink

uniGUI Subscriber
  • Posts

    63
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

rhennink's Achievements

Member

Member (2/4)

1

Reputation

  1. AH!! would be really great!! thnx in advance!
  2. Hi Sherzod, this is really great!!!, and my test-project is really working great!!!! THNX! can you help me with one simple thing? I would like to see which cell has moved from the source-position/grid to the new position/grid. Then I can create some logic in my code to do some data-processing. thnx!!! RIchard
  3. Hi! I'm looking for a solutation to drag-and-drop a cell between 2 stringgrids. Does anyone have a solution for his one? RIchard
  4. yes! great and thnx!!! i din't look at the params 😉
  5. Sure, I already did for myself 😉 thnx for your effort!! TestGridDblCLick.zip.zip
  6. Hi, thnx for you quick answers. I already tried these ones, but it don't get this to work with the TUniStringGrid. When I DblClick the header column, I don't get the correct .col and .row index.
  7. Hi, I would like to 'intercept' the UniStringGrid ColumnHeader doubleclick Event. I created a stringgrid, and created columns with the grdXXX.Columns.Add I get an dblclick event via the OnOjaxEvent, but checking the grdXXX.col it doesn't give the right value. Any Ideas?
  8. HI , The situation is that I have one view with 2 grids. Both grids have 31 days columns, with the days of the month in it. I used the UniScrollbox to scroll both grids simultaneously which worked perfectly, but 😉 Both grids have 2 fixedCols, which are als moving away when we move to the right with the UniScrollbox. (and this is off course normal behaviour) And we would like that fixed cols are always visible if we are moving the grids to the right. Any workaround how we can fix this? I Tried with the function below, but this doesn't work (in the current /latest) version. UniStringGrid1.JSInterface.JSAddListener('activate', 'function() {'+UniStringGrid1.JSName +'.getScrollable().scrollTo({x: #})}');" b
  9. HI Sherzod, i was just curious if you were able to create this example. hope to hear from you.. RIchard
  10. Would be really great! thnx in advance
  11. Hi Sherzod, I was curious if you could find the time to create an example. Regards, Richard
  12. Would be really really great!! thnx!!!
×
×
  • Create New...