hi
I have a spread(fpSpread2) with 3 columns and 10 rows as shown below.
ID Description
1200-3400 PersonA >
1200-3401 PersonB
1200-3402 PersonC > This arrow mark indicates that there are sub-items for that particular row.The sub-items are in another spread
(fpSpread3) which has 2 columns and 5 rows.The columns are ID and Description(but different from
fpSpread2).
Both these fpSPread2 and fpSpread3 are hosted in 2 different popup controls.The fpSpread2 appears on button click of a main spread(fpSpread1).
Requirement:
Whenever the user clicks on the button in fpSpread1 ,this fpSpread2 popup appears,which has the above mentioned columns and details.When the user HOVERS over the rows ,only the rows which have sub-items(indicated by arrow mark), must popup(or display) the fpSpread3 and on clicking of an item/row in fpSpread3,the clicked value from fpSpread3 and the hovered value of fpSpread2 must get displayed within the same cell(one below the other) in fpSpread1.
IT should work similar to (for example),the "START" button in our computer..Start---> Programs--->Accessories--->Notepad.The user may/maynot click on each level of navigation.Only on click of 'Notepad',the values in the previous levels of navigations are captured by the computer and displays the clicked item.
Even when the user clicks on the 'Description' column for any of the spreads,only the corresponding 'ID' must get displayed in the cell,and not the 'Description'.
Hope i have explained my requirement pretty clearly.I tried using the MouseHover and MouseMove event,but in vain.AM not able to proceed.PLease help me out with the coding part,as I have been struggling with this for many days.Am using C# code.
Thanks a lot for any kind of help...:-)...
Droopy