Hello,

I am trying to drag an item from a DataGrid onto a TabBar, which eventually is 
supposed 
to cause changes in the original datagrid.

In order to implement this feature, I have manually enabled the dragDrop and 
dragEnter 
methods for the TabBar. On the application, I can see successfully drag the 
item and drop 
it to the TabBar.

In order to proceed forward, I want to programatically find the Tab where the 
item is being 
dropped. Within the dragDrop handler function I can get the target TabBar from 
the event. 
However I am not able to get the specific tab where the drop occurred. 

This obviously is very important to my implementation as the eventual change in 
my 
DataGrid is dependent on the value of the target Tab.

Can someone please help me with sample code to perform this? In other words 
show me 
how  to get the data about the tab where the drop action takes place.

Thanks

Abhishek

Reply via email to