Jump to content

Bresler

uniGUI Subscriber
  • Posts

    172
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Bresler

  1. Can you public a sample about it???
  2. Hi Delphi Developer: You're right, the code does'nt work. I think that this is not the way for editing a grid without posting modifications... I think than ClientDataset is the way... I'm new in Delphi's World...
  3. Hi Delphi Developer: I'm not tried it but I think this could work: For stopping synchronization: UniSession.JSCode(uniDBGrid1.JSName+'.getStore().suspendAutoSync();'); For resuming synchronization: UniSession.JSCode(uniDBGrid1.JSName+'.getStore().resumeAutoSync();');
  4. Hi Farshad, thanks.... Inspired by the CustomControls and the XComponents I tried something that I hope by usefull.... http://forums.unigui.com/index.php?/topic/3779-unidbgrid-who-manages-the-selected-rows/ Thanks again for this work...
  5. Hi guys... After a few days and nights of study and research, I finally manage selected rows. I think there must be a better way to do it. I hope this helps you ... Cheers... MyXUniDBGrid.rar
  6. Hi, it is posible to create a component and execute some server-side procedure througth a client-side event? I mean, by example, the OnMouseOver event of aTUniEdit could write some text in the same component or change some property... It is posible??
  7. Hi, it is posible to get the selection in a uniDBGrid?
  8. Hi Patman... What XE5 users can do to use XComponents with uniGUI 0.94.1024????
  9. Hello colleagues, have tried XComponents in XE5 ? It's doesn't work for me... I have: Delphi XE5 uniGUI 0.94.1024 Windows 8.1
  10. Hi guys, I'm very interested in drag and drop between uniDBGrids. Is there any example working? Can you help me?
  11. Hi altagur, I'm interested too in drag and drop between two UniDBGrids, but I don't know where and how to start... Can you help me please??? Have you any example working?
×
×
  • Create New...