Jump to content

Recommended Posts

Posted

I know drag&drop using two UniDBGrids are discussed and there are even demo about it but how about dragging and dropping inside one grid? I have data in which rows are ordered by indexed row number and I'd like to add feature where user can drag rows to different positions and when user does that, row numbers are updated in the background accordingly. What is the easiest and more importantly, correct way to achieve this?

  • 1 year later...
  • 2 years later...
  • 1 year later...
Posted
1 minute ago, kalilxd11 said:

Someone could provide the download link for this example, I can't download it, it's unavailable.

Hello,

Sorry, are you still using the trial version?

Posted
30 minutes ago, kalilxd11 said:

... since you don't want to help me.

This is not true.

31 minutes ago, kalilxd11 said:

I'm just the developer

Tell them to add your email address. 

And read about the license agreement please!

 

  • 1 year later...
Posted

Hi,

how will i handle the database event of this? my scenario is:

1. i have a column that is a sequence/series
2. i want to reorder the sequence of the field


example:

seq, product_name
1, PRODUCT A
2, PRODUCT B
3, PRODUCT C


when i move the product B under the PRODUCT C i want the record to be:

seq, product_name
1, PRODUCT A
2, PRODUCT C
3, PRODUCT B

any idea how to implement it?

Posted
7 minutes ago, Kurt said:

Hi,

how will i handle the database event of this? my scenario is:

1. i have a column that is a sequence/series
2. i want to reorder the sequence of the field


example:

seq, product_name
1, PRODUCT A
2, PRODUCT B
3, PRODUCT C


when i move the product B under the PRODUCT C i want the record to be:

seq, product_name
1, PRODUCT A
2, PRODUCT C
3, PRODUCT B

any idea how to implement it?

nevermind... i just checked the source code of sample. its already there... thanks.....

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...